/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }

body        { background:#fff url(http://sherpa.pl/skin/frontend/default/sherpa/images/body_bg.jpg) 0 0 repeat-x; color:#161619; font:11px/1.55em verdana, arial, helvetica, sans-serif; text-align:center; }
a           { color:#8a3809; text-decoration:none; }
a:hover     { color:#8a3809; text-decoration:underline; }
a img       { border:0;}
:focus      { outline:0; }

/* Heading */
h1          { font-size:2em; line-height:1.17em; }
h2          { margin-bottom:.4em; font-size:1.5em; line-height:1.2em; }
h3          { margin-bottom:.4em; font-size:1.35em; line-height:1.2em; }
h4          { margin-bottom:.4em; font-size:1.05em; line-height:1.35em; }
h5          { margin-bottom:.4em; font-size:1.05em; line-height:1.35em; }
h6          { margin-bottom:.1em; font-size:1em; line-height:1.35em; }


/* Table */
th          { vertical-align:top; font-weight:normal; text-align:left; }
td          { vertical-align:top; }

/* Paragraph */
p           { margin-bottom:.9em; }
address     { margin-bottom:.4em; font-style:normal; line-height:1.4em; }
cite        { font-style:normal; font-size:10px;}
q:before, 
q:after     { content:'';}

/* Form */
form        { display:inline;}
fieldset    { border:none; }
legend      { display:none;}
label       { color:#555;  font-weight:bold; }
input, 
select, 
button      { vertical-align:middle; }

/* Lists */
dt          { display:block; font-weight:bold; }
ul,ol       { list-style:none; }

/* Size */
small       { font-size:.85em; }
big         { font-size:1.15em; }
hr          { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }

body        { background:#fff url(http://sherpa.pl/skin/frontend/default/sherpa/images/body_bg.jpg) 0 0 repeat-x; color:#161619; font:12px/1.55em arial, helvetica, sans-serif; text-align:center; }
a           { color:#8a3809; text-decoration:none; }
a:hover     { color:#8a3809; text-decoration:underline; }
a img       { border:0;}
:focus      {  }

/* Heading */
h1          { font-size:2em; line-height:1.17em; }
h2          { margin-bottom:.4em; font-size:1.5em; line-height:1.2em; }
h3          { margin-bottom:.4em; font-size:1.35em; line-height:1.2em; }
h4          { margin-bottom:.4em; font-size:1.05em; line-height:1.35em; }
h5          { margin-bottom:.4em; font-size:1.05em; line-height:1.35em; }
h6          { margin-bottom:.1em; font-size:1em; line-height:1.35em; }


/* Table */
th          { vertical-align:top; font-weight:normal; text-align:left; }
td          { vertical-align:top; }

/* Paragraph */
p           { margin-bottom:.9em; }
address     { margin-bottom:.4em; font-style:normal; line-height:1.4em; }
cite        { font-style:normal; font-size:10px;}
q:before, 
q:after     { content:'';}

/* Form */
form        { display:inline;}
fieldset    { border:none; }
legend      { display:none;}
label       { color:#555;  font-weight:bold; }
input, 
select, 
button      { vertical-align:middle; }

/* Lists */
dt          { display:block; font-weight:bold; }
ul,ol       { list-style:none; }

/* Size */
small       { font-size:.85em; }
big         { font-size:1.15em; }
hr          { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }

/* CUSTOM*/
a.quick-preview {
	background: url('http://sherpa.pl/skin/frontend/default/sherpa/images/eye.gif') no-repeat left top;
	float:left;
	height:13px;
	margin-left:2px;
	margin-right:5px;
	text-indent:-9999px;
	width:20px;
}
a.quick-preview:hover {
	background-position:left bottom;
}
.shipping-link a {
	background: url('http://sherpa.pl/skin/frontend/default/sherpa/images/shipping.gif') no-repeat left center;
	margin-top:5px;
	margin-right:5px;
	margin-left:10px;
	padding-left:30px;
}
.welcome {
	color:#fff;
	position:absolute;
	left:10px;
	top:120px;
}

.second-container {background:#fff;width:100% !important;}
.second-container .outline-creator {margin:0 auto;width:960px;position:relative;z-index:10;}

/* CMS */
.cms-page-view .col-main {
	color:#333;
	line-height:1.7em;
	text-align: justify;
}
.gmap iframe {
	border:1px solid #ccc;
}
.attribute-description ol,
.attribute-description ul,
.cms-page-view .col-main ul,
.cms-page-view .col-main ol {
	margin:20px 30px
}
.attribute-description ul li,
.cms-page-view .col-main ul li {
	list-style-type:disc;
}
.attribute-description ol li,
.cms-page-view .col-main ol li {
	list-style-type:decimal;
}
.cms-page-view .menu-column {
	border:5px dashed #ccc;
	float:right;
	font-size:10px;
	margin-left:20px;
	padding:10px;
	width:170px;
}
.cms-menu ul a		{ background:url('http://sherpa.pl/skin/frontend/default/sherpa/images/bullet-red.gif') no-repeat left center; padding-left:10px; }
.cms-menu ul,
.cms-menu li		{ padding:3px 0; }

.cms-page-view .col-main .menu-column ul {
	margin:0 10px;
	padding:0;
}
/* Categories */
.gifts-category-item,
.general-category-item,
.home-category-item {
	font-size:11px;
	display:block; 
	color:#666;  
	text-decoration:none; 
	padding:10px; 
	margin-top:5px;
	float:left;
	width:160px;
	height:100px;
	position:relative;
}
.general-category-item {
	height:120px;
	padding:0;
	width:180px;
}
.gifts-category-item {
	height:220px;
	padding:0;
	width:320px;
}
.home-category-item h3 a {
	font-size:12px;
	left:0;
	height:80px;
	padding:10px;
	top:0;
	position:absolute;
	width:150px;
	z-index:10;
}
.home-category-item ul {
	line-height:16px;
	margin-top:0;
	padding-top:20px;
	position:relative;
	width:100px;
	z-index:20;
}
.home-category-item a {
	color:#666;
}

.category-odziez-meska .category-description,
.category-odziez-damska .category-description {clear:left;padding:10px 5px;}

.catalog-category-view .category-head h2 {position:absolute;left:0;top:-9999px;}
.category-odziez .category-link {display:block;float:left;height:400px;text-indent:-9999px;width:352px;}
.category-odziez .odziez-damska {background: url('http://sherpa.pl/skin/frontend/default/sherpa/images/clothing.jpg') left top;}
.category-odziez .odziez-meska {background: url('http://sherpa.pl/skin/frontend/default/sherpa/images/clothing.jpg') right top;}

/* news glider */
div#slider2 { 
    height:300px;
    width: 200px;
    overflow: hidden;
    position: relative;     
}
div#slider2 div.scroller {
	height:300px;
    width: 200px;
    overflow: hidden;
    position: relative;
}
div#slider2 li.sectionslide {  
    height:300px;
	display:block;
    overflow:hidden;
    float:left;
	width:200px;
}
#slider2 div.scroller ul.content2 {
    width: 10000px;
    padding: 0px;
}
#slider2 div.slidercontrolwr{
    position:absolute;
    bottom:0px;
    left:0px;
    z-index:6;    
}

/* glider */
#slider { 
    position: relative;
    height: 280px;
    width: 725px;
    padding: 10px 0 0 10px;
    z-index: 5;
    overflow: hidden;
    margin-bottom: 5px;
    background: url('http://sherpa.pl/skin/frontend/default/sherpa/images/glider_bg.gif') no-repeat 0 0;
}
#slider div.scroller { 
    height:250px;
    width: 715px;
    overflow: hidden;
    position: relative;     
}
#slider div.slidercontrolwr{
    position:absolute;
    bottom:6px;
    left:315px;
    z-index:6;    
}
#slider div.scroller img{
    border: none;
}
#slider div.scroller div.sectionslide {  
    height:290px;
    overflow:hidden;
    float:left;
	width:715px;
}
#slider div.scroller div.content {
    width: 10000px;
    padding: 0px;
}
#slider .content .sliderdescription{
    padding: 0px 10px;
    position:relative;
    top:-30px;
    color: #777;
    font: 11px bold Helvetica, sans-serif;
    opacity:0.65;
    filter:alpha(opacity=65);       
}   
#slider .content .sliderdescription p{ line-height: 20px; text-align: center; }
#slider div.sliderdescription:hover{ background: #fff; }
.content a { text-decoration: none; color: #5a5a5a; }
.content a:hover { text-decoration: underline; }

#slider .slidercontrol {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:10px 0 0;
    padding:0;
}
#slider .slidercontrol { list-style: none; padding: 0px; margin: 0px; }   
.slidercontrol a {
    float: left;
    width: 15px;
    margin: 0px 2px;
    padding: 0px 2px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: #c0c0c0;
    overflow: hidden;   
    text-align:center;
    border: 1px solid #c0c0c0;
}   
.slidercontrol a:hover,
.slidercontrol a.active { background: #f0f0f0; color: #c2c2c2; }





/* NAVIGATION */

#topnav {
	font:bold 14px Arial, helvetica, sans-serif;
	left:360px;
	line-height:30px; 
	height:30px;
	position:absolute;
	top:114px;
}
#topnav li {display:block;float:left;line-height:30px; height:30px;}
.category-nowosci #topnav .store-link a,
.category-nagrody #topnav .store-link a,
.category-wyprzedaz #topnav .store-link a,
.cms-nowosci #topnav .store-link a,
.cms-wyprzedaz #topnav .store-link a,
#topnav li a { 
	background:url('http://sherpa.pl/skin/frontend/default/sherpa/images/topnav.png') repeat-x left top; 
	color:#fdfbf2; 
	padding:0 8px; 
	text-decoration:none; 
	display:block;  
	float:left; margin-right:5px; position:relative; text-align:left;	
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius-bottomright: 5px;
	text-shadow:#333 1px 1px 0;
}
.category-nowosci #topnav .store-link a:hover,
.category-wyprzedaz #topnav .store-link a:hover,
.category-nagrody #topnav .store-link a:hover,
.cms-nowosci #topnav .store-link a:hover,
.cms-wyprzedaz #topnav .store-link a:hover,
#topnav a:hover {
	background:#fff;
	color:#333;
	text-shadow:#fff 0 0 0;
}
#topnav .store-link a,
.category-nowosci #topnav .new-products-link a,
.category-wyprzedaz #topnav .special-link a,
.category-nagrody #topnav .rewards-link a,
.cms-wyprzedaz #topnav .special-link a,
.cms-nowosci #topnav .new-products-link a { color:#333; background:#fff; border-color:#efefef;text-shadow:#fff 0 0 0;}



#nav { font:bold 12px Arial, helvetica, sans-serif; position:absolute; bottom:0; left:3px; height:27px; margin: 0; padding: 0; width:980px;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left;	}
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer;  }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; margin:0px 6px 0 2px;  }
#nav li.active a { color:#444;text-shadow:#fff 0 0 0;}
#nav a { color:#3f3b3c;float:left;line-height:13px;padding:4px 5px;display:block; }
#nav li.over a,
#nav li.active a,
#nav a:hover { color:#444; text-shadow:#fff 0 0 0;line-height:13px; background:#e6e6e6; position:relative; z-index:20;}
#nav li.over,
#nav li.active { 
	margin:0px 5px 0 1px; 
	border:1px solid #bbb; 
	/*border-bottom:none;*/
	background:#e6e6e6; 
	-moz-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
}

#nav li.active { 
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-bottom:1px solid #bbb;
	position:relative;
	z-index:500;
}

/************ 1ST LEVEL ************/
#nav div ul li,
#nav div ul li.active,
#nav div ul li.over { float:none; border:none; background:none; margin:0; padding:0; padding-bottom:1px; text-transform:none; }
#nav div ul li.parent { }
#nav div ul li.last { padding-bottom:0; }
#nav div ul li.active { margin:0; border:0; background:none; }
#nav div li.over ul a,
#nav div li.active ul a {background:none;}
#nav div ul a,
#nav div ul a:hover { float:none; font-size:13px; padding:3px 0; background:none; text-shadow:none; }
#nav div ul li a:hover {  background:#666; color:#fff !important; padding-left:2px; }
#nav div ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav div.panel { 
	display:block;
	position:absolute; 
	top:17px; 
	left:-1px; 
	border:1px solid #bbb; 
	border-bottom:1px solid #999; 
	padding:10px 0 3px 0; 
	background: url('http://sherpa.pl/skin/frontend/default/sherpa/images/dashedmenu.gif') repeat-y 150px 0 #e6e6e6; 
	font-size:11px; 
	z-index:10;
	overflow:hidden;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#nav div.panel ul {float:left;width:140px;padding:0 5px;}
#nav div.col1 {width:150px;}
#nav div.col2 {width:300px;}
#nav div.col3 {width:450px;}
#nav div.col4 {width:600px;}
#nav div.col5 {width:750px;}
#nav div.col6 {width:900px;}
#nav div.col7 {width:1050px;}
#nav div.panel a {background-color:transparent;}


#nav .level1 a span {font-weight:bold;}
#nav .level2 a span {font-weight:normal;}
/* Show menu */
#nav li div.panel.active { left:-1px; }
#nav li.over > div li.over > ul { left:100px; }

#nav ul li a { padding:3px 0; color:#444 !important; }
#nav ul li a:hover { padding:3px 0; color:#5a7f00 !important; }

/* ProZOOM */

.prozoom-image { margin-bottom: 10px; text-decoration: none; }
.prozoom-image:hover { text-decoration: none; }
#image { }


.zoom-title {
    background:#999;
    color:#FFFFFF;
    font-family:Tahoma;
    font-size:11px;
    left:0;
    top:0;
    padding:2px;
    position:absolute;
    text-align:center;
    width:100%;
    z-index:10000;
}
.zoom-lens {
    background-color:#FFF;
    border: 1px solid #c4c4c4;
    overflow:hidden;
    z-index:10;
    position: absolute;
}
.zoom-lens img { border:0 none; }
.spinner, .informer {
    border:1px solid #CCCCCC;
    background: #fff no-repeat 43px 30px;
    color:#333333;
    font-family:Tahoma;
    font-size:12px;
    height:43px;
    width:90px;
    left:3px;
    top:3px;
    opacity:0.8;
    filter: alpha(opacity=80);
    padding:8px;
    position:absolute;
    text-align:center;
    text-decoration:none;
    z-index:10;
}
.spinner { background-image: url(http://sherpa.pl/skin/frontend/default/sherpa/images/ajax_loader.gif); }
.zoom-window { background-color:#FFFFFF; border:1px solid #999999; }
#largeimage{ position:absolute; z-index:10000; border:10px solid #777;line-height:0.9em;}
#largeimage .close {background: url(http://sherpa.pl/skin/frontend/default/sherpa/images/close.gif) no-repeat center center #777;position:absolute;right:-10px;top:-10px;display:block;width:33px;height:33px;text-indent:-9999px;}
.zoom_ieframe { }


/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/


/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }

/* Col2-alt */
.col2-alt-set .col-1 { float:left; width:32%; }
.col2-alt-set .col-2 { float:right; width:65%; }

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


/********************** Form */

/* Form Elements */
input.input-text,
select,
textarea                  { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif; }
select option             { padding-right:10px; }
option, optgroup          { font:12px arial, helvetica, sans-serif; }
optgroup                  { font-weight:bold; }
input.input-text,
textarea                  { padding:2px; }
textarea                  { overflow:auto; }
input.radio               { margin-right:3px; }
input.checkbox            { margin-right:3px; }
.v-fix                    { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }
.qty                      { width:2.5em; }
.group-select label,
.form-list label,
.payment-methods label    { font-weight:bold; }
.buttons-set,
.button-set { /* Container for form buttons*/
    clear:both;
    margin-top:20px;
    border-top:1px solid #e4e4e4;
    padding-top:8px;
    text-align:right;
    }
.form-list ul {
	background:#fff;
	border:1px solid #ccc;
	padding:10px;
}
.customer-account-create .button-set {margin-right:190px;}
.button-top-set { margin-top:0; border-top:0; padding-top:0; padding-bottom:8px; }

/* Form lists */
.form-list                          { margin-bottom:10px; }
.form-list li                       { margin-bottom:6px; }
.form-list li .input-box .input-text,
.form-list li .input-box textarea   { width:250px; }
.form-list li .input-box select     { width:256px; }
.form-list li.addElement            { border-top:1px solid #DDD; padding-top:10px; }
.group-select li                    { margin:0 8px 10px 0; padding-left:8px; }
.group-select li .input-box         { float:left; width:275px; }
.group-select li .input-text,
.group-select li select,
.group-select li textarea           { width:525px; }
.group-select li .input-box .input-text,
.group-select li .input-box textarea{ width:250px; }
.group-select li .input-box select  { width:256px; }



/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.validation-advice { clear:both; min-height:15px; margin-top:3px; background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/validation_advice_bg.gif) no-repeat 2px 4px; padding-left:13px; font-size:10px; font-weight:bold; line-height:1.25em; }
.validation-failed { border:1px solid #eb340a !important; background:#faebe7 !important; }
label.required { font-weight:bold; }
p.required { text-align:right; }


/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; margin:0 0 10px !important; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    padding:4px 12px !important;
    font-weight:bold !important;
    }
.error-msg li, .success-msg li, .notice-msg li { margin-bottom:.2em; }
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background:#faebe7;
    }
.success-msg {
    border-color:#446423;
    color:#3d6611;
    background:#eff5ea;
    }
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background:#fafaec;
    }


/********************** Tabs */
.tabs                   { position:relative; z-index:10;margin-left:15px;}
.tabs li                { float:left; line-height:1em; margin-right:5px; }
.tabs li.first          { }
.tabs li.last           {  }

.tabs a                 { background-color:#f5f2ee; border:1px solid #ccc;   font-weight:bold; font-size:11px;  display:block; padding:10px 15px; color:#333; -moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;}
.tabs a:hover           { background-color:#fff; text-decoration:none;border-bottom:0; }
.tabs li.active a,
.tabs li.active a:hover { background-color:#fff; border-bottom:1px solid #fff;}

div.print-link 			{ float:right;padding-right:30px; padding-top:10px;position:relative; z-index:20; }
div.print-link a 		{background: url('http://sherpa.pl/skin/frontend/default/sherpa/images/print.gif') no-repeat left center #fff;border:none;padding-left:25px;}

.tabs-container {margin-top:-1px;margin-left:15px;}
.tabs-content {border:1px solid #ccc; padding:15px;}

.data-table,
.product-specs table {
	border:none;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
.data-table th,
.product-specs table th {
	background:#eee;
	font-weight:bold;
}
.data-table td,
.data-table th,
.product-specs table td,
.product-specs table th {
	border:none;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:3px;
	vertical-align: middle;
	text-align:center;
}

.data-table td.data,
.product-specs table td.data {
	text-align:left;
}
.data-table td.label,
.product-specs table td.label {
	text-align:right;
}

.data-table td ul {
	margin-left:10px;
}

#product-attribute-specs-table td.label {width:25%;}

/********************** Headings */

.head,
.head-alt,
.head-alt2,
.head-alt3          { line-height:1.25em; text-align:right; }
.head .title,
.head-alt .title,
.head-alt2 .title,
.head-alt3 .title   { font-family: "Arial Narrow", arial, helvetica, sans-serif; margin:0;}
.head a,
.head-alt a,
.head-alt2 a,
.head-alt3 a        { font-size:10px; text-transform:uppercase; }

/* Page heading */
.page-head { margin:0 0 16px 0; }
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right; }
.page-head h3, .page-head-alt h3 {
    margin:0;
    font-size:23px;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
    }
.button-level h3 { /* heading level with buttons */
    float:left;
    width:60%;
    }

.head-alt           { margin-bottom:5px; }
.head-alt .title    { color:#4f8100; font-size:1.3em; }
.head-alt2          { margin-bottom:12px; background:#f1f1f1; padding:2px 10px; font-size:1.1em; }
.head-alt2 .title   { font-size:1.1em;  }
.head-alt3          { margin-bottom:8px; border-bottom:1px solid #ddd; }


/* Category heading */
.category-head {
    padding-bottom:10px;
	overflow:hidden;
    }
.category-head h2 {
    padding:3px 0;
    color:#333;
    font:bold 1.6em "Arial Narrow", arial, helvetica, sans-serif;
	text-transform:uppercase;
    }
.category-image { display:block; float:left; margin-right:15px; }
.category-description {
	font-size:13px;
	margin:8px 0 18px 0;
}

/********************* Tables */

td.label        { font-weight:bold; }

/* Data Table */
.data-table { width:100%; }
.data-table tr { background:#fff; }
.data-table .odd  { background:#fff }
.data-table .even { background:#fcfcfc; }
.data-table tr.last th,
.data-table tr.last td {  }
.data-table th { padding:2px 8px; white-space:nowrap; font-size:10px; text-transform:uppercase; }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table td { padding:3px 8px; }
.data-table thead tr { background:#E5EED6; }
.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first {}
.data-table tfoot tr { background-color:#E5EED6 !important; }
.data-table tbody td { border-bottom:1px solid #d9dde3; }


.data-table td ul li {list-style-type: disc;}
.data-table td ol li {list-style-type: decimal;}


/* Bundle Product row */
.data-table tbody.odd tr { background:#fff; }
.data-table tbody.even tr { background:#fcfcfc; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#444; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

.box-table td { padding:10px; }
.box-table tfoot td { padding-top:5px; padding-bottom:5px; }
.box-table select{ width:100%; }

.generic-table td { padding:2px 8px}
.generic-table td.first { padding-left:0; }



/********************** Lists */
.disc           { margin-bottom:10px; }
.disc li        { margin-left:20px; list-style:disc; }


/* Bare List */
.bare-list      { margin:5px 0; }
.bare-list li   { margin:3px 0; }



/********************** Space Creators */

.no-display { display:none; }
.content    { padding:12px 12px 12px 15px; } /* Sets default padding */
.actions    { line-height:1.3em; }
.pipe,
.separator { padding:0 3px; font-size:.85em; }
.divider {
    margin:10px 0;
    height:1px;
    background:#ccc;
    font-size:1px;
    line-height:1em;
    overflow:hidden;
    }



/********************** Pager */

table.toolbar select  { width:90px; margin:0 3px; }
table.toolbar { width:705px; background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/pager_bg.gif) repeat-x 0 100% #f9f9f9; clear:left; padding:5px 0px; vertical-align:middle; }
table.toolbar td { text-align:center; overflow:hidden; }
table.toolbar ol,
table.toolbar li { display:inline; }
table.toolbar li { padding:0 2px; }
table.toolbar td.sort-by { width:60%; }
table.toolbar td.sort-by .active,
table.toolbar td.sort-by .active:hover { color:#444; }

table.toolbar table.pager {float:left; width:60%; border-top: none;}



/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */
.container      { width:960px; margin:0 auto; text-align:left; }
.header         { margin-bottom:10px; z-index:999; text-align:left;position:relative; }
.middle         { background:#fff; min-height:200px; padding:6px 0 10px 0; }
.layout-1column { padding:10px 0px 40px 0px; }
.col-left       { float:left; width:220px;  }
.col-right       { float:right; width:195px; }
.col-main       { float:right; width:735px; }

/* Style */
.outline-creator {position:relative; z-index:30;}
.col-main .padder{ padding-right:20px; clear:left; }
.layout-3columns .padder { padding:0; }

/********************** Header */

/* Logo */

.header 			{ height:175px;width:100%;position:relative;z-index:50;}
.header #logo 		{  background:url('http://sherpa.pl/skin/frontend/default/sherpa/images/logo.png') no-repeat left top; height:121px; left:0px; position:absolute; text-indent:-999em; top:0px;width:318px; overflow:hidden;}
.header #logo a 	{ display:block; width:318px; height:105px; }

.chat 					{position: absolute; right:0px; top:102px; width: 210px;}
           
.top-links             	{ color:#666; position: absolute; right:10px; top:50px; text-align:right; z-index:60;}
.top-links,
.top-links li           { display:inline; }
.top-links li           { padding:0 4px 0 1px; }
.top-links a,
.top-links a:hover      { color:#333; }
.top-links a            { padding:0 7px 0 0; background:url('http://sherpa.pl/skin/frontend/default/sherpa/images/links_separator.gif') no-repeat 100% 50%; }
.top-links .last a      { padding:0; background:none; }

.top-links .last { margin-left: -5px;}
.top-link-checkout { display: none;}

.breadcrumbs            { width:100%; overflow:hidden;}
.breadcrumbs li         { display:inline; line-height:18px; }
.breadcrumbs a,
.breadcrumbs a:hover     { color:#7f7f7f; }


/* Mini search */
.mini-search { 
	left:320px;
	font-family:arial,helvetica,sans-serif;
	height:29px;
	position:absolute;
	top:18px;
	z-index:100;
}
.mini-search fieldset {
	padding:4px 0;
}
.mini-search label {
	background: url('http://sherpa.pl/skin/frontend/default/sherpa/images/search-arrow.gif') no-repeat 110px bottom;
	color:#938e7f;
	display:block;
	font-weight:normal;
	margin-bottom:-2px;
	padding:5px 0;
	position:relative;
	z-index:10;
}
.mini-search label a,
.mini-search label span {
	font-weight:bold;
}
.mini-search input {
	margin:0 5px;
	position:relative;
	z-index:0;
	vertical-align:middle;
}
.mini-search .input-text {
	background:#fdfbf2;
	border:1px solid #bababa;
	color:#938e7f;
	font-size:14px;
	margin:0;
	padding:3px;
	width:270px;
}



.search-autocomplete { position:absolute; /*left:45px !important; top:22px !important; width:216px!important;*/ }
.search-autocomplete ul { border:1px solid #999; background:#f9f5f0; }
.search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; }
.search-autocomplete li .amount { float:right; font-weight:bold; }
.search-autocomplete li.odd { background:#f6f6f6; }
.search-autocomplete li.selected { background:#ecf9ea; }



/********************** Sidebars */
.sidebar .box { background: url('http://sherpa.pl/skin/frontend/default/sherpa/images/box/box-bg.png') repeat-y left top; margin-bottom:20px; width:220px;}
.sidebar .box .head {background: url('http://sherpa.pl/skin/frontend/default/sherpa/images/box/box-head.png') no-repeat left top;padding:10px 20px 0 0;margin:0;}
.sidebar .box .content {background: url('http://sherpa.pl/skin/frontend/default/sherpa/images/box/box-foot.png') no-repeat left bottom; padding:8px 10px; }
.sidebar .box .product-image {text-align:center;}
.sidebar h3 { font-size:1.05em; text-transform:uppercase; }
.sidebar h4 { margin:0; font-size:1.6em; color:#444; text-transform:uppercase; }
.sidebar h4 span {
	font-size:1.5em;
	display:block;
}
.sidebar h4.complete span { 
	display:inline;
}
.sidebar .actions { text-align:right; }
.sidebar .actions a,
.sidebar .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 0 2px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }

/* Top brands */
.sidebar .mini-manufacturers { background-image:url('http://sherpa.pl/skin/frontend/default/sherpa/images/box/box-bg-brands.png');}
.sidebar .mini-manufacturers .head { background-image: url('http://sherpa.pl/skin/frontend/default/sherpa/images/box/box-head-brands.png');height:70px;}
.sidebar .mini-manufacturers .content { background-image: url('http://sherpa.pl/skin/frontend/default/sherpa/images/box/box-foot-brands.png'); }
.sidebar .mini-manufacturers li {border-bottom:1px dashed #b8d5ea; color:#b8d5ea; font-size:12px; list-style: inside decimal;margin:0 10px 10px 10px;padding:5px 0;}
.sidebar .mini-manufacturers li a {color:#444;font-weight:bold;}

/* New products */
.sidebar .mini-new-products .head { background-image: url('http://sherpa.pl/skin/frontend/default/sherpa/images/box/box-head-new.png');height:100px;padding-top:20px; }
.sidebar .mini-new-products .content {margin-top:-30px;}
.sidebar .mini-new-products .content .product-image { float:left; width:100px; }
.sidebar .mini-new-products .content .product-data { float:left; width:100px; } 

/* Compae products */
.sidebar .mini-compare-products .head { background-image: url('http://sherpa.pl/skin/frontend/default/sherpa/images/box/box-head-compare.png');height:60px; }

/* Base Mini */
.base-mini { line-height:1.3em; }
.base-mini .head {  }
.base-mini .head a { font-size:10px; text-transform:uppercase; text-align:right;}
.base-mini .head h4 { }
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini h5 { margin:0; font-size:10px; font-weight:normal; text-align:left; text-transform:uppercase; }
.base-mini .product-images      { float:left; width:52px; height:52px; }
.base-mini .product-images a img { border:1px solid #a9a9a9; vertical-align:top; }
.base-mini .product-checkbox    { float:left; width:10px; }
.base-mini .product-names       { margin-left:18px; }
.base-mini .product-details     { margin:0 0 0 60px; height:50px; }
.base-mini .product-details[class] { height:auto; min-height:50px; }
.base-mini .regular-price       { color:#2f2f2f; font-size:11px; }
.base-mini .special-price       { font-size:11px; }
.base-mini .minimal-price       { font-size:11px; }
.base-mini .price-box           { margin:1px 0; }
.sidebar .item                  { margin-bottom:5px; padding-bottom:5px; border-bottom:1px solid #ddd; }
.sidebar .last                  { margin-bottom:0; border-bottom:none; }
.sidebar .actions               { margin-top:0; border-top:1px solid #ddd; padding-top:5px; }

/* News */
.mini-news a:hover {text-decoration:none;color:#8a3809;}

/* Sidebar Blocks */
.mini-product-tags li               { display:inline; padding-right:4px; line-height:1.5em; }
.mini-product-tags li:after         { display:inline!important; }
.mini-product-tags .content a,
.mini-product-tags .content a:hover { color:#1b2d3b; }

.mini-newsletter                    { margin:8px 0; }
.mini-newsletter label              { float:left; }
.mini-newsletter .input-box         { float:left; width:186px; margin:0 5px; }
.mini-newsletter .input-text        { width:180px; }

.sidebar .mini-cart .head           { background-image: url('http://sherpa.pl/skin/frontend/default/sherpa/images/box/box-head-cart.png'); height:60px; }
.mini-cart .head h4                 { }
.mini-cart h5                       { margin-bottom:10px; border-bottom:1px solid #ddd; padding-bottom:3px; }
.mini-cart .cart-count              { background:#e5eed6; padding:8px; text-align:center; margin:0 10px}
.mini-cart .subtotal                { background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/cart_subtotal_count.gif) no-repeat 50% 0; margin-top:5px; line-height:23px; padding:0 5px; }

.mini-poll td.label                 { font-weight:bold; padding-right:10px; }
.mini-poll td.item                  { white-space:nowrap; }

.mini-reorder h5                    { border-bottom:1px solid #ddd; margin-bottom:10px; padding-bottom:2px; }

.hp-report                          { width:683px; margin:0 auto; padding:0 0 50px; }
.hp-report .head-alt                { margin:10px 0 15px; }
.hp-report .product-name            { font-size:1.1em; font-weight:normal; line-height:1.35; margin-bottom:5px; color:#444; }
.hp-report .product-name a          { color:#444; text-decoration:underline; }
.hp-report .product-name a:hover    { text-decoration:none; }
.hp-report .product-image img       { border-right:1px solid #ddd; border-bottom:1px solid #ddd; }
.hp-report .generic-product-grid td.last .product-image img { border-right:0; }

/* Layered Navigation */
.sidebar .layered-nav .head {background-image: url('http://sherpa.pl/skin/frontend/default/sherpa/images/box/box-head-new.png');height:100px;padding-top:30px;}
.sidebar .layered-nav .content {margin-top:-40px;}
.sidebar .layered-nav h5                       { margin-bottom:10px; border-bottom:1px solid #ddd; padding-bottom:3px; }
.sidebar .layered-nav .narrowed-category              { background:#e5eed6; padding:8px; text-align:left; margin:0 10px}
.layered-nav .narrow-by {margin:0 10px;}
.layered-nav .narrow-by dt { padding:8px 8px 0 8px; font-size:1.1em; }
.layered-nav .narrow-by dd { padding:0 8px 8px 8px; border-bottom:1px solid #ddd; }
.layered-nav .narrow-by a,
.layered-nav .narrow-by a:hover { color:#444; }
.layered-nav .widget-btn {
    float:right;
    margin:.1em 0 0 5px;
    font-size:.95em;
    }
.narrow-by dt {
    margin:0;
    font-size:1.1em;
    }
.narrow-by dd li { margin-bottom:.3em; line-height:1.3em; }
.narrow-by dd.last { background:none; }
.layered-nav .label { font-weight:bold; }

.narrow-by select {width:100%;}

.price-filter input {width:45px;}
.price-filter label {position:absolute;left:0;top:-9999px;}


/********************** Footer */
.footer                         { background:url('http://sherpa.pl/skin/frontend/default/sherpa/images/footer-bg.jpg') repeat-x center top; overflow: hidden; }
.footer .footer-inner			{ margin:0 auto; overflow:hidden; padding:25px 0; width: 960px;}
.footer .footer-column 			{ float:left; height:150px;width:225px; text-align:left; border-right:1px dashed #ccc;margin-right:15px; }
.footer .footer-column.last     { border-right:none;margin-right:0;}    
.footer ul			           	{ margin:0px; text-align:left; }
.footer .footer-links li.last a {  }
.footer h2						{ font: bold 14px arial, helvetica, sans-serif;}
.footer ul a                    { background:url('http://sherpa.pl/skin/frontend/default/sherpa/images/bullet-red.gif') no-repeat left center; padding-left:10px; }
.footer ul,
.footer li                      { padding:3px 0; }
.footer a,
.footer a:hover                 { color:#444; }
.footer .copyright				{ color:#666;}


/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/

.product-shop                    { float:right; }
.product-shop .form-button,
.product-shop .form-button-alt   { margin-right:10px; }
.out-of-stock                    { padding:0 0 5px; margin:0; color:#D83820; font-weight:bold; font-size:11px; }
.product-shop .short-description { width:100%; overflow:hidden; }


/********************** Rating */
.ratings {
    margin:7px 0;
    line-height:1.2em;
    }
.rating-box {
    float:left;
    position:relative;
    width:50px;
    height:10px;
    margin-right:5px;
    background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/product_rating_blank_star.gif) repeat-x;
    }
.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:13px;
    background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/product_rating_full_star.gif) repeat-x;
    }
.ratings-list td {
    padding:2px 0;
    }
.ratings-list td.label {
    padding-right:8px;
    font-weight:bold;
    line-height:1em;
    }
.ratings small { font-size:11px; }


/************************* Prices */
.price { white-space:nowrap !important; }

.price-box { padding:5px 0 10px; }
.price-box .price { font-size:13px; font-weight:bold; color:#396f00; }

/* Regular price */
.regular-price { color:#9d3005; }
.regular-price .price { font-size:13px; font-weight:bold;  }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { font-size:12px;  white-space:nowrap; }
.old-price .price { font-weight:bold; font-size:13px; color:#396f00; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:11px; white-space:nowrap; color:#000; }
.special-price .price { font-size:13px; font-weight:bold; color:#9d3005;}

.listing-type-grid .old-price,
.listing-type-grid .special-price {display:inline;}
.listing-type-grid .old-price .price-label,
.listing-type-grid .special-price .price-label {display:none;}

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-size:12px; white-space:nowrap; }

a.minimal-price-link { display:block; font-size:12px; text-decoration:underline; color:#444; }
a.minimal-price-link:hover { color:#444; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; color:#444; }

/* Including tax */
.price-including-tax { display:block; color:#888; }
.price-including-tax .label {  font-size:10px;  white-space:nowrap; color:#888; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#396f00; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#888; }
.price-excluding-tax .label { font-size:10px; white-space:nowrap; color:#888; }
.price-excluding-tax .price { font-size:12px; font-weight:normal; color:#396f00; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; font-weight:normal; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:7px; }
.price-notice .price { font-weight:bold; }

.price-as-configured { margin:0; }
.price-as-configured .price-label { white-space:nowrap; text-transform:uppercase; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#222; }

.product-pricing-grouped li { padding:2px 0; }
.product-pricing-grouped li .price { font-weight:bold; color:#396f00; }

/********************** Catalog Listing */
.catalog-listing .product-image img    { display:block; }
.catalog-listing h5 {
    margin-bottom:10px;
    font-size:1.1em;
    font-weight:normal;
	height:40px;
    width:159px; /* In case product is extra really long */
    padding-right:10px;
    overflow:hidden; /* In case product is extra really long */
    }
.catalog-listing h5 a, .catalog-listing h5 a:hover {
    color:#444;
    text-decoration:underline;
    }

.catalog-listing a.compare {background:url('http://sherpa.pl/skin/frontend/default/sherpa/images/compare.gif') left -5px;text-indent: -9999px; display: block; float: left; width:24px; height: 22px;}

.catalog-listing .add-to {
    margin:.2em 0 1.8em 0;
    line-height:1.3em;
    }
.catalog-listing .ratings { line-height:1.5; }
.catalog-listing .ratings .rating-box { float:none; margin-bottom:3px; }
.catalog-listing .ratings .pipe { display:none; }
.catalog-listing .ratings a { display:block; }

.add-to li { background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/add_to_bg.gif) no-repeat 0 50%; padding-left:12px; line-height:1.25em; text-align:left; }
.add-to a,
.add-to a:hover { color:#444; }

.add-to-inline { margin:0;overflow:hidden; }
.add-to-inline li { display:block; background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/add_to_bg.gif) no-repeat 0 50%; padding-left:28px; line-height:30px; }
.add-to-inline a,
.add-to-inline a:hover { color:#444;}
.add-to-inline p {display:inline;}

.add-to-inline li.addtocart {background-image:none;float:left;padding-left:0;margin-left:0;}
.add-to-inline li.wishlist {background-image:url('http://sherpa.pl/skin/frontend/default/sherpa/images/wishlist.gif');}
.add-to-inline li.reviews {background-image:url('http://sherpa.pl/skin/frontend/default/sherpa/images/reviews.gif');}
.add-to-inline li.compare {background-image:url('http://sherpa.pl/skin/frontend/default/sherpa/images/compare.gif');}
.add-to-inline li.tofriend {background-image:url('http://sherpa.pl/skin/frontend/default/sherpa/images/tofriend.gif');}

.catalog-listing .ratings { margin-bottom:.6em; }

/* Generic Product Grid */
.generic-product-grid           { width:710px; }
.generic-product-grid td        { width:25%; }
.generic-product-grid td.empty-product { border-right:0; }
.generic-product-grid .manufacturer-image-link img {margin-right:5px;max-height:25px;max-width:75px;}





/********************* Tool Tips */
.tool-tip { border:2px solid #ddd; border-bottom-color:#666; background:#f6f6f6; position:absolute; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
.tool-tip .btn-close { display:block; position:absolute; right:6px; text-align:right; top:6px; }

/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/


/********************** Search */
.advanced-search .group-select li label       { width:150px;float:left; }
.advanced-search .group-select li input.input-text,
.advanced-search .group-select li textarea       { width:250px; }
.advanced-search .group-select li select         { width:258px; }
.advanced-search .range input.input-text { width:70px !important; }
.advanced-search .range select { width:90px; padding:1px; }
.advanced-search-nothing-found {
    font-weight:bold;
    color:#df280a;
    margin-bottom:10px;
    }
.advanced-search-found-amount {
    margin-bottom:10px;
    }
.advanced-search-summary-box {
    padding:10px 10px 5px 10px;
    background:#ecf9ea;
    }
.advanced-search-summary-tip {
    clear:both;
    font-weight:bold;
    }
.advanced-search-summary-box ul {
    list-style:none;
    float:left;
    width:50%;
    margin-top:0;
    margin-bottom:7px;
    }
.advanced-search-summary-box ul li span {
    font-weight:bold;
    color:#E17C24;
    }


/* Catalog Listing
**********************************************/

/* List Type */
.listing-type-list .listing-item { border-top:1px solid #D9DDE3; padding:12px 10px 12px 0; max-width:695px; }
.listing-type-list .product-image { float:left; width:135px; }
.listing-type-list .product-shop { width:517px; }
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; }
.listing-type-list .product-shop .price-box { float:left; text-align:left; margin:0 13px 5px 0; padding-top:0; }
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }
.listing-type-list h5 { width:250px; }


/* Grid Type */
.listing-type-grid .product-image img { border:1px solid #dddddd; }
.listing-type-grid tr.first .product-image img { border-top:none; }
.listing-type-grid .add-to-compare { display:block; margin:5px 0; background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/icon_add_to_compare.gif) no-repeat 0 50%; padding-left:22px; color:#6e6969; font-weight:bold; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0;text-align:center; }

.listing-type-grid .grid-row li.item {list-style:none;display:block;float:left;width:170px;}

.listing-type-grid h5 {
	background-image:url('http://sherpa.pl/skin/frontend/default/sherpa/images/white-opaque.png');
	margin-top:-51px;
	margin-left:1px;
	padding:0;
	position:relative;
	z-index:20; 
	width:170px;
	}

/* Product View
**********************************************/

/* Main Product Image */
.product-img-box { float:left; width:302px; }
.product-img-box .product-image { display:block; border:1px solid #cacaca; }
.product-img-box .product-image img { display:block; }
.product-img-box .product-image-zoom { position:relative; overflow:hidden; width:300px; height:300px; z-index:9; border:1px solid #cacaca; }
.product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.image-zoom { position:relative; z-index:9; height:24px; margin:0 auto 13px auto; background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; }
#track          { position:relative; height:24px; }
#handle         { position:absolute; left:0; top:3px; width:9px; height:18px;background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/magnifier_handle.gif) no-repeat; }
.btn-zoom-out   { position:absolute; left:10px; top:7px; }
.btn-zoom-in    { position:absolute; right:10px; top:7px; }

.product-img-box .more-views-container {border:1px solid #ccc; position:relative;margin-left:15px;}
.product-img-box .more-views {height:60px; overflow:hidden; padding:10px 0;width:280px;}
.product-img-box .more-views h4 { }
.product-img-box .more-views ul { }
.product-img-box .more-views li { display:block; float:left; width:70px; text-align:center;}
.product-img-box .more-views li img  { vertical-align:top; }
.product-img-box .more-views li a { float:left; width:70px; height:58px; overflow:hidden;}
.product-img-box .more-views li.active a { border:1px solid #ededed; }

.more-views-list {width:1000px;}

.product-img-box #move-left, 
.product-img-box #move-right { position: absolute; right: -13px; top: 32px; width: 22px; height: 18px; float: left; background: url(http://sherpa.pl/skin/frontend/default/sherpa/images/common.gif) no-repeat -335px -390px; text-indent: -9999px; }
.product-img-box #move-right { background-position: -335px -450px; left: -13px; right: auto; }
.product-img-box #move-left.disabled, 
.product-img-box #move-right.disabled { display:none; }


/* Main Product Info Box */
.product-info-box               { float:right; width:363px; }
.product-info-box .product-name { margin-bottom:.3em; color:#0a263c; font-size:24px; }
.product-info-box .price-box    { margin:10px 0; }
.product-info-box .data-table .price-box  { margin:0; padding:0; }
.product-info-box .price-box .regular-price .price {font-size:18px;}
.product-info-box .availability {}
.product-info-box .outofstock {display:block;}
.product-info-box .ratings      { margin-bottom:1em; }
.add-to-cart-box                { margin:10px 0 20px 0; text-align:right; }
.add-to-boxes .add-to-cart-box  { text-align:left; }

.qty-box {display:block;padding-bottom:20px;}
.qty-box label {font-weight:normal; display:block; float:left; width:60px; padding-right:10px;}
.qty-box input {border-color:#ececec;}

.product-pricing                { margin:10px 0; padding:10px; background-color:#f4f9ea; border:1px solid #ddd; }
.product-pricing .benefit       { font-style:italic; font-weight:bold; }
.product-pricing .price         { font-weight:bold; font-size:18px;}


/* Attribute Specs */
.attribute-specs-block table    { border-color:#d9DDE3; }
.attribute-specs-block .label   { font-weight:bold; }
.attribute-specs-block .data    { border-right:0; }
.attribute-specs-block td       { padding-top:3px; padding-bottom:3px; line-height:1.25em; }

.product-options { margin: 0;}
.product-options dt { clear: left; font-weight:normal; display:block; float:left; width:60px; padding-right:10px; padding-top:5px;}
.bundle .product-options dt { display: none; }
.product-options dt label {font-weight:normal;}
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#444; }
.product-options dd {padding-top:5px; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:150px; }
.product-options dd textarea { width:150px; height:8em; }
.product-options dd select { width:150px; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { margin-bottom:0; padding:15px 0 0; }

.product-options-bottom {}
.product-options-bottom .product-pricing { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .product-pricing li {padding:2px 0; }
.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit { color:#000; }
.product-options-bottom .price-box { display:none; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart-box { padding-bottom:20px; border:0; background:0; }

.product-info-box .product-options-bottom .price-box { float:none; }
.product-info-box .product-options-bottom .price-label { float:none; padding-right:0; }
.product-info-box .product-options-bottom .price-tax { float:none; }
.product-info-box .product-options-bottom .add-to-cart-box { clear:both; float:none; padding:0; text-align:left; }

/* Product Options */
dl.item-options dt { font-weight:bold; font-style:italic; }
dl.item-options dd { padding-left:10px; }

.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px dotted #4f8100; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:2px solid #ddd; border-bottom-color:#666; background-color:#f6f6f6; }
.truncated .truncated_full_value dt { margin-top:0; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:10px; }
.col-right .truncated .show dl { left:-240px; top:10px; }

/* Upsell */
.up-sell-block .generic-product-grid td { width:20%; padding-bottom:8px; }
.up-sell-block .generic-product-grid td.empty-product { background:none; }
.up-sell-block .catalog-listing img     { width:125px; height:125px; }
.up-sell-block .catalog-listing h5      { width:115px; font-size:1em; }
.up-sell-block .price-box               { margin-top:0; font-size:.9em; }


/* Customer Reviews */
#customer-reviews           { margin-bottom:15px; }
#customer-reviews li        { margin-bottom:25px; }
#customer-reviews li p      { clear:both; }
.product-review-box         { width:auto; margin:8px 0 13px 0; }
.product-review-box td,
.product-review-box th      { text-align:center; }
.product-review-box td.label{width:100px; text-align:left; }


/* Product Tags */
.add-tag-box .input-box     { float:left; width:302px; margin-right:8px; }
.add-tag-box .input-box .input-text { width:300px;  }
.tags-list                  { margin-bottom:15px; }
.tags-list li { display:inline; background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/links_separator.gif) no-repeat 100% 50%; padding:0 8px 0 4px;  }
.tags-list li.first         { padding-left:0; }
.tags-list li.last          { background:none; }


/* Product Detail sidebar */
.mini-related-items             { border-bottom:none !important; }
.mini-related-items .content    { padding:0; }
.mini-related-items .pream      { padding:8px 8px 0 8px; }
.mini-related-items .checkbox-container { float:right; width:15px; }
.mini-related-items .product-details { float:left; width:102px; margin:0; padding-left:8px; }
.mini-related-items ol li       { margin-bottom:0 !important; border-bottom:1px solid #e6e6e6; border-top:1px solid #fff; padding:8px; }
.mini-related-items ol li.first { padding-top:0; border-top:0; }


/* Checkout
**********************************************/

select.address-select {width:630px}
.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }


/* Shopping Cart */
.cart-collateral                    { background:#e6f7d7; padding:10px 12px; }
.cart-collateral .divider           { margin:12px 0; background:#c0d2af; }
.cart-collateral h4                 { float:left; color:#d54c01; font-size:1.3em; font-weight:normal; }
.cross-sell-block                   { float:left; width:200px; margin-bottom:0; padding:10px; border:1px solid #ddd; background:#f7f7f7; }
.cross-sell-block li                { padding-bottom:5px; border-bottom:1px solid #ddd; margin-bottom:8px; }
.cross-sell-block li.last           { padding:0; border:none; margin:0; }
.cross-sell-block .product-image    { float:left; width:50px; }
.cross-sell-block .product-shop     { width:135px; }
.cross-sell-block .price-box        { margin:0 0 6px 0; font-size:.8em; }
.cross-sell-blank                   { display:inline; float:left; width:220px; border:0; padding:0; background:none; }
.cart-coupon-block					{ float:left; width:280px; }
.cart-coupon-block label 			{ display:block;padding-bottom:5px;}
.cart-coupon-block fieldset 		{ padding:15px;}
.cart-collateral-block              { float:right; width:440px; }
.shopping-cart                      { margin-bottom:0; }
.shopping-cart th, .shopping-cart td{ padding-left:13px; padding-right:13px; }
.shopping-cart tr.error             { background:#FDE6E0 !important; }
.shopping-cart .tax-flag {font-size:0.9em; text-transform:lowercase; font-weight:normal; display:block; }
.shopping-cart .continue-shopping   { float:left; }
.shopping-cart-item-message         { margin-bottom:5px}
td.attributes-col                   { line-height:1.4em; }
td.attributes-col ul                { margin:5px 0; font-size:1em; }
td.attributes-col dt                { margin-top:.5em; font-weight:bold; }
td.attributes-col dd ul             { margin:0 0 5px 0; }
td.attributes-col dd ul li          { margin-left:15px; list-style:disc; }
td.attributes-col h4.title          { padding:0; margin:0; font-size:1em; color:#444; width:100%; overflow:hidden; }
td.attributes-col h4.title a        { font-weight:bold; }
.cart-totals                    { padding:12px 0;  background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/cart_totals_bg.gif) no-repeat; text-align:right; }
.cart-totals table              { float:right; width:400px; margin-bottom:8px; }
.cart-totals td                 { padding-left:15px; font-size:1.1em; }
.cart-totals tfoot td           { color:#e02f00; font-size:1.3em; }
.checkout-types                 { margin:4px 0; }
.checkout-types li              { clear:both;  margin-bottom:5px; }
.cart-shipping-block h4         { margin:0; float:none; }
.cart-collateral .input-text    { width:264px; }
.cart-collateral select         { width:270px; vertical-align:top; }
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }

/* Tax details */
.tax-total { cursor:pointer; }
.tax-total td { line-height:13px; padding-top:5px; padding-bottom:5px; }
.tax-total .tax-collapse { float:right; padding-left:20px; background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info, .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/bg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }


/* One-Page checkout */
/*.one-page-checkout .box {
    border-top:0;
	border-bottom:1px solid #ddd;
    padding:15px 20px;
    background:#fff;
    }
.one-page-checkout .head {
    padding:4px 8px 6px 8px;
    }
.one-page-checkout .head a { display:none; } 
.one-page-checkout h3 { float:left; margin:0; color:#999; font-size:1.05em; }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; }
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count { padding:0 4px; background:#fff; color:#444; font-size:.9em; line-height:1em;  }
.one-page-checkout .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { background:#999; border-color:#999 #999 #fff #999; border-width:1px; cursor:pointer; }
.one-page-checkout .active .head { border:1px solid #e46b00; background:#e46b00; cursor:default; }
.one-page-checkout .allow .head a { display:block; color:#fff; } 
.one-page-checkout .active .head a { display:none; }
.one-page-checkout .group-select { margin-top:0; margin-right:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#fff; }
.one-page-checkout .active h3 { color:#fff; }
.one-page-checkout .active .box { display:block; background:#fff; }
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li { margin-bottom:6px; }
.one-page-checkout-progress h5 { margin:0; border:1px solid #ddd; padding:2px 8px; background:#eee; color:#555; font-size:10px; font-weight:normal; text-transform:uppercase;  }
.one-page-checkout-progress h5 a { text-transform:none; }
.one-page-checkout-progress .content { background:none; }
.one-page-checkout-progress address {padding:10px;}
.opc-please-wait { padding-right:7px; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; }
.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
    }
.invoice-fields {
	background:#eee;
	border:1px solid #ddd;
	color:#555;
	display:none;
	padding:15px 0px 15px 0;
	width:550px;
}
.invoice-fields.enabled {
	display:block;
}
.invoice-fields small {
	display:block;
	width:100%;
}
.country-select {display:none;}*/



/* Multiple Addresses checkout */
/*.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:6px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }
.multi-address-checkout-description {
    margin-top:-10px;
    margin-bottom:10px;
    }
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    border:1px solid #ddd;
    background:#fbfbfb;
    }
.multi-address-checkout-box .content {
    padding:10px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #777;
    background:#777;
    padding:2px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .count-head h4 {  margin:0; color:#fff; }
.multi-address-checkout-box .head { margin-bottom:4px; }
.multi-address-checkout-box .head a { font-weight:normal; }
.multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }
.shipping-method-pointer { border:1px solid #ddd; padding:13px; background:#eee; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius{ background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { color:#e26703; font-size:1.5em; font-weight:bold; }
.place-order-box input { margin-left:15px; }
.one-page-checkout .box .default-box { border:1px solid #ddd; }
*/

/* Checkout Agreements */
/*.checkout-agreements label {font-weight:normal;}
.checkout-agreements li { margin: 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px;  }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.one-page-checkout .checkout-agreements {  padding:5px 0px; }
.one-page-checkout .checkout-agreements li { margin:0; }
.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; padding:5px; }
.one-page-checkout .checkout-agreements .agree { padding-left:6px; }

#loading-container {
	background: #fff;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	z-index:100;
	width:100%;
}
#loading-please-wait {
	left:50%;
	margin-left:-60px;
	position:fixed;
	top:40%;
	z-index:150;
}*/



/* Checkout ============================================================================== */
/* One Page */
.opc {  position:relative; }
.opc li.section {  border-bottom:0;overflow:hidden; }
.opc .step-title { background:url('http://sherpa.pl/skin/frontend/default/sherpa/images/opc-title.png') no-repeat left top #fff; height:50px; line-height:50px; text-align:right; width:735px;overflow:hidden; }
.opc .step-title .number { float:left; line-height:50px; margin-right:25px; padding-left:25px; font-size:20px; font-family:Georgia, Times, serif; color:#fff; }
.opc .step-title h3 { color:#888; float:left; font-size:12px;line-height:50px;font-style:normal; text-transform:uppercase; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-position:left bottom; cursor:default; }
.opc .active .step-title h3 {color:#fff;}
.opc .step { overflow:hidden; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

.opc .country-box {display:none;}
.opc .company-box {display:none;}
.opc .company-box.enabled {display:block;border:1px solid #ccc;padding:10px; background:#eee;}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods dd {padding:5px 10px 15px 10px;}
.sp-methods .price {font-size:1.3em;}
.sp-methods .free {color:#A51422;}

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

.bank-transfer-data {display:none;}

/* Tooltip */
.tool-tip { border:1px solid #2e422e; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #2e422e; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { display:none; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */





/********************** Gift Messages */
.giftmessages .gift-header {
    font-size:12px;
    font-weight:bold;
    color:#e87403;
    }
.giftmessages .input-checkbox {
    padding-bottom:15px;
    }
.giftmessages textarea {
    height:100px;
    }
.giftmessages .input-checkbox input {
    margin-right:5px;
    }
.giftmessages .input-checkbox label {
    font-weight:normal;
    color:#8e8d8b;
    }
.one-page-checkout .box-no-padding {
    border-bottom:1px solid #ddd;
    padding:15px 0;
    background:#fff;
    }
.giftmessages .gift-box {
    background-color:#f4f4f4;
    border-top:1px solid #ddd;
    border-bottom:1px solid #e9e4de;
    padding:22px 16px 22px 22px;
    }
.giftmessages .gift-box .scroll-box {
    overflow:auto;
    height:500px;
    }
.giftmessages .product-image {
    border:1px solid #d2d1cd;
    }
.no-border {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:none;
}



.giftmessages .giftmessage-product-info {
    padding-left:10px;
}

.giftmessages .numeration
{
    font-weight:bold;
    color:#8a8987;
}

.giftmessages .gift-box label { color:#918d8e; }

.giftmessages .group-select li .input-box { float:left; width:260px; }
.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea { width:495px; }
.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea { width:235px; }
.giftmessages .group-select li .input-box select { width:256px; }

/********************** Customer */

/* Customer Name */

.customer-name-prefix .name-prefix { width:60px !important; }
.customer-name-prefix .name-prefix input { width:45px !important; }
.customer-name-prefix .name-prefix select { width:51px !important; }
.customer-name-prefix .name-firstname { width:215px !important; }
.customer-name-prefix .name-firstname input { width:190px !important; }

.customer-name-middlename .name-firstname { width:215px !important; }
.customer-name-middlename .name-firstname input { width:200px !important; }
.customer-name-middlename .name-middlename { width:60px !important; }
.customer-name-middlename .name-middlename input { width:35px !important; }

.customer-name-suffix .name-lastname { width:205px !important; }
.customer-name-suffix .name-lastname input { width:190px !important; }
.customer-name-suffix .name-suffix { width:60px !important; }
.customer-name-suffix .name-suffix input { width:45px !important; }
.customer-name-suffix .name-suffix select { width:51px !important; }

.customer-name-prefix-middlename .name-prefix { width:60px !important; }
.customer-name-prefix-middlename .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename .name-firstname { width:215px !important; }
.customer-name-prefix-middlename .name-firstname input { width:190px !important; }
.customer-name-prefix-middlename .name-middlename { width:50px !important; }
.customer-name-prefix-middlename .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename .name-lastname { width:200px !important; }
.customer-name-prefix-middlename .name-lastname input { width:200px !important; }

.customer-name-prefix-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-suffix .name-firstname { width:215px !important; }
.customer-name-prefix-suffix .name-firstname input { width:190px !important; }
.customer-name-prefix-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-suffix .name-suffix { width:60px !important; }
.customer-name-prefix-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-suffix .name-suffix select { width:51px !important; }

.customer-name-middlename-suffix .name-firstname { width:215px !important; }
.customer-name-middlename-suffix .name-firstname input { width:200px !important; }
.customer-name-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-middlename-suffix .name-suffix { width:60px !important; }
.customer-name-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-middlename-suffix .name-suffix select { width:51px !important; }


.customer-name-prefix-middlename-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename-suffix .name-firstname { width:155px !important; }
.customer-name-prefix-middlename-suffix .name-firstname input { width:140px !important; }
.customer-name-prefix-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-middlename-suffix .name-suffix { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-suffix select { width:51px !important; }

.customer-dob .input-box { float:left; width:60px !important; }
.customer-dob input { width:50px !important; }
.customer-dob label.label-dob { font-weight:normal; color:#888; font-size:10px; }


/* My Account navigation */
.account-nav .head { border:none; background:#666; }
.account-nav .head .title { color:#fff; }
.account-nav li a, .account-nav li.on { padding:3px 0;  }
.account-nav li a { display:block; border-bottom:1px solid #ddd; }
.account-nav li a, .account-nav li a:hover { color:#5f5d5c; text-decoration:none; }
.account-nav li.on { border-bottom:1px solid #ddd; font-weight:bold; }
.account-nav li.on a { border:none; padding:0; }
.account-nav li.on a, .account-nav li.on a:hover { color:#ea7900; }
.account-nav li.last, .account-nav li.last a { border-bottom:0; }


/* Login */
.login-box .content { min-height:220px; padding:0; }


/* Dashboard */

.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#666;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    display:none;
    }
.account-box ol .content { padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc; }
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }
.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }
.dashboard-welcome { margin-right:96px; margin-bottom:1.5em; }


/* Account Addressbook */
.primary-address-list li        { margin-bottom:14px; }
.primary-address-list li .head  { margin:0; }
.address-list li                { margin-bottom:1em; }
.address-list .actions          { float:right; margin:0 0 10px 10px; }

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }

/* Compare Products */
.compare-products { margin:30px 0 50px 0; }
.compare-products table { width:auto;  border:0; }
.compare-products td { width:170px; text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { border-top:1px solid #D9DDE3; text-align:center; }
.compare-products tbody td.last {  border-right:1px solid #D9DDE3; }
.compare-products tbody.attribute-cart td { background:#fffada !important; text-align:center; border-bottom:1px solid #D9DDE3; }
.compare-products tbody td.label {
    width:auto;
    border-bottom:1px solid #ccc;
    border-left:1px solid #BEBCB7;
    background:#e9e9e9 !important;
    text-align:left;
    }
.compare-products tbody.remove-buttons tr {  background:#fff;  }
.compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
    }
.compare-products tbody.remove-buttons td img { float:right; }


/* Reviews */
.my-review-detail .product-image { float:left; width:135px; }
.my-review-detail .product-image p { margin-bottom:0; }
.my-review-detail .product-image p img { vertical-align:top; }
.my-review-detail .details { float:right; width:550px; }
.my-review-detail .ratings-list { margin-bottom:.8em; }
.my-review-detail .ratings { line-height:1.55; }
.my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }
.my-review-detail .ratings .pipe { display:none; }
.my-review-detail .ratings a { display:block; }



/* Gift Messages */
.giftmessage {  padding:10px 0 0 0; }
.giftmessage-preview-link { font-size:11px; padding-right:7px; background-repeat:no-repeat; background-position:right  5px; }
.giftmessage-row { background-color:#f2efe9; }
.giftmessage-content { float:left; margin-right:10px; }
.giftmessage-close { float:right; }
.expand { background-image:url(http://sherpa.pl/skin/frontend/default/sherpa/images/gift-message-expand.gif); }
.collapse { background-image:url(http://sherpa.pl/skin/frontend/default/sherpa/images/gift-message-collapse.gif); }



/********************** Print pages */
table.print .giftmessage-preview-link { display:none !important; }
table.print .price-excl-tax { white-space:nowrap; }
table.print .price-incl-tax { white-space:nowrap; }
table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price { display:inline; }



/********************** Pop up pages */
.page-popup { background:#fff; margin:25px 30px; text-align:left; }
.page-popup .print-head { margin:0 0 15px; }
.page-popup .print-head img { float:left; }
.page-popup .print-head address { float:left; margin-left:15px; }
.product-gallery-nav { padding:0 5px; }


/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/


/* Alignment */
.v-top          { vertical-align:top !important; }
.v-middle       { vertical-align:middle !important; }
.v-bottom       { vertical-align:bottom !important; }
.a-left         { text-align:left !important; }
.a-center       { text-align:center !important; }
.a-right        { text-align:right !important; }
.left,
.f-left         { float:left !important; }
.right,
.f-right        { float:right !important; }
.accent         { color:#E76200 !important; font-weight:bold !important; }

.nobr,
.nowrap         { white-space:nowrap !important; }
.normal-weight  { font-weight:normal !important; }
.no-border      { border:none !important; }
.no-padding     { padding:0 !important; }
.no-margin     { margin:0 !important; }
.auto-width     { width:auto !important; }

/* Link highlights */
.link-print     { background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; line-height:18px; }
.link-feed      { background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/icon_feed.gif) 0 50% no-repeat !important; padding-left:18px; line-height:1.15; }
.link-base      { color:#444; }

/* Noscript Notice */
.noscript { border:1px solid #bbb; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#444; }
.noscript .noscript-inner { width:960px; margin:0 auto; padding:12px 0 12px; background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* For Demo store only */
.demo-notice    { margin:0; background-color:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1; text-align:center; }
.demo-notice a  { color:#fff; text-decoration:underline; }
.demo-notice a:hover { text-decoration:none; }

/* Class: std - styles for admin-controlled content */
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std .a-top { text-align:right; }



/* slider */

.featured-container { background: url('http://sherpa.pl/skin/frontend/default/sherpa/images/bestsellers-slider.png') no-repeat center center;  height:120px; overflow:hidden; }
.featured-center { width: 960px; margin: 0 auto; padding-bottom: 0px; }

.featured-products { clear: both; padding: 0 15px; position: relative; }
.featured-products #move-left, 
.featured-products #move-right { position: absolute; right: 15px; top: 40px; width: 22px; height: 18px; float: left; background: url(http://sherpa.pl/skin/frontend/default/sherpa/images/common.gif) no-repeat -335px -390px; text-indent: -9999px; }
.featured-products #move-right { background-position: -335px -450px; left: 15px; right: auto; }
.featured-products #move-left.disabled, 
.featured-products #move-right.disabled { opacity: 0.5; filter: alpha(opacity=50); }
.slider-wrapper {
    clear: both;
    width: 880px;
    margin-left: 25px;
    overflow: hidden;
    position: relative;
}
.featured-products .price-box,
.featured-products .special-price {padding:0;}
.featured-products .price-label {display:none;}
.featured-products .price,
.featured-products .old-price .price,
.featured-products .special-price .price {
	font-size:11px;
	line-height:12px;
}
.slider-wrapper .list-featured {
    width: 10000px;
    padding: 0;
    overflow: hidden;
}
.slider-wrapper .list-featured li {
    float: left;
    width: 200px;
    padding: 0 10px;
    margin: 0px;
}
.slider-wrapper .list-featured .product-image {
	float:left;
}
.slider-wrapper .list-featured h5 {
    font: bold 11px Arial, helvetica, sans-serif;
	height:auto;
	margin-bottom:0;
	padding-top:30px;
	width:70px;}

#quick-window { position:absolute; z-index: 500; background-color:#fff; width:650px; border:1px solid #aaa; display:none; }
#quick-window .product-img-box { width:230px; }
#quickview-close { background:url(http://sherpa.pl/skin/frontend/default/sherpa/images/close.gif) no-repeat center center; float:right; width:23px; height:23px; margin:2px 7px 7px 7px; }
#quickview-header { background-color:#888; height:26px; width:650px; }

#ajax-preloader { opacity:0.8; filter: alpha(opacity="80"); text-align:center; z-index:500; }
#ajax-preloader .loading { border:1px solid #777; color:#000; background:#eee; text-align:center; width:120px; padding:15px; font-weight:bold; }
#quick-window .product-shop { float:right; text-align:left; width:385px; }
#quick-window .quick-view-content { padding:25px 10px 25px 10px; }

/* News */
.news-list li {overflow:hidden;}
.news-image {float:left;}

/* Manufacturer */
.manufacturer-image-link {
	float:right;
}

.lang-flag {
	background: url(http://sherpa.pl/skin/frontend/default/sherpa/images/gb.png);
	display: block;
	float:right;
	width: 16px;
	height: 11px;
	margin: 15px 15px 0 0;
	text-indent: -9999px;
}

/* green */
.category-wyprzedaz {background-image: url('http://sherpa.pl/skin/frontend/default/sherpa/images/body_bg_green.jpg') }
.category-wyprzedaz .header #logo {  background-image:url('http://sherpa.pl/skin/frontend/default/sherpa/images/logo_green.png') }
.category-wyprzedaz #topnav .store-link a,
.category-wyprzedaz #topnav li a { background-image: url('http://sherpa.pl/skin/frontend/default/sherpa/images/topnav_green.png') }
/*.category-wyprzedaz .chat {background-image: url('http://sherpa.pl/skin/frontend/default/sherpa/images/chat_green.jpg')}*/

/* orange */
.category-nowosci {background-image: url('http://sherpa.pl/skin/frontend/default/sherpa/images/body_bg_orange.jpg') }
.category-nowosci .header #logo {  background-image:url('http://sherpa.pl/skin/frontend/default/sherpa/images/logo_orange.png') }
.category-nowosci #topnav .store-link a,
.category-nowosci #topnav li a { background-image: url('http://sherpa.pl/skin/frontend/default/sherpa/images/topnav_orange.png') }
.category-nowosci .category-head { margin-top: -12px;}
/*.category-nowosci .chat {background-image: url('http://sherpa.pl/skin/frontend/default/sherpa/images/chat_blue.jpg')}*/

/* blue */
.category-nagrody {background-image: url('http://sherpa.pl/skin/frontend/default/sherpa/images/body_bg_blue.jpg') }
.category-nagrody .header #logo {  background-image:url('http://sherpa.pl/skin/frontend/default/sherpa/images/logo_blue.png') }
.category-nagrody #topnav .store-link a,
.category-nagrody #topnav li a { background-image: url('http://sherpa.pl/skin/frontend/default/sherpa/images/topnav_blue.png') }


/* black */

/*#black #topnav .store-link a {color:#333; background:#fff; border-color:#efefef;text-shadow:#fff 0 0 0;}

#black {background-image: url('http://sherpa.pl/skin/frontend/default/sherpa/images/body_bg_black.png') }
#black .header #logo {  background-image:url('http://sherpa.pl/skin/frontend/default/sherpa/images/logo-black.png') }
#black.category-nowosci #topnav .store-link a,
#black.category-wyprzedaz #topnav .store-link a,
#black.cms-nowosci #topnav .store-link a,
#black.cms-wyprzedaz #topnav .store-link a,
#black #topnav li a { background-image: url('http://sherpa.pl/skin/frontend/default/sherpa/images/topnav_black.png'); color:#fff; text-shadow:#333 0 0 0; }


#black.category-nowosci #topnav .new-products-link a,
#black.category-wyprzedaz #topnav .special-link a,
#black.cms-wyprzedaz #topnav .special-link a,
#black.cms-nowosci #topnav .new-products-link a { color:#333; background:#fff; border-color:#efefef;text-shadow:#fff 0 0 0;}*/

.page-gallery a { display: block; float:left; padding:2px; border:1px solid #ccc; margin-right: 5px; margin-bottom: 5px;}
.page-gallery a img { display: block; }
.category-nowosci #topnav .store-link a:hover,
.category-wyprzedaz #topnav .store-link a:hover,
.category-nagrody #topnav .store-link a:hover,
.category-wyprzedaz #topnav a:hover,
.category-nowosci #topnav a:hover,
.category-nagrody #topnav a:hover {
	background:#fff !important;
	color:#333 !important;
	text-shadow:#fff 0 0 0 !important;
}

.item-points-block ul li { list-style: none !important; }

.categorypath-nagrody .distri_section,
.categorypath-nagrody .price-box,
.category-nagrody .distri_section { display: none;}

.product-of-the-day {text-align:center;position: relative;}
.product-of-the-day .decor { height: 73px; width: 73px; background: url(http://sherpa.pl/skin/frontend/default/sherpa/images/okazja.gif); position:absolute; bottom:131px; right:10px;?>);}
.product-of-the-day a { background:#fff;border: 1px solid #b5d3e6; display: block; padding:0; margin: 0; position: relative;}
.product-of-the-day .price-box { text-align:right; margin-top:-15px;}
.product-of-the-day .price-box .special-price .price { font-size:18px !important;}
.product-of-the-day .name { background: url(http://sherpa.pl/skin/frontend/default/sherpa/images/white-opaque.png); position: absolute; padding:5px; left: 0; right:0; bottom: 0;}

.bottom-mini-manufacturers {clear:both;}
.bottom-mini-manufacturers .content {width:100%;padding:10px;margin: -20px 0 20px 0;overflow:hidden;font-size: 18px;vertical-align:middle}
.bottom-mini-manufacturers li {display:block;float:left;padding:0 10px}
.bottom-mini-manufacturers li a {vertical-align:middle;display:block;line-height:35px}
.bottom-mini-manufacturers li a img {vertical-align:middle}
.bottom-mini-manufacturers li.all-brands a {font-weight:bold;color:#C30 }
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/****************************************************/
/****************[ Mage_CSS_B Clears ]***************/
/****************************************************/
.form-list li:after,
.narrowed-category li:after,
.page-head:after,
.page-head-alt:after,
.page-popup .print-head:after,
.clear:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col2-alt-set:after,
.header:after,
.head:after,
.head-alt:after,
.head-alt2:after,
.head-alt3:after,
.box:after,
#nav:after,
.middle:after,
.button-set:after,
.actions:after,
.legend:after,
.ratings:after,
.page-head:after,
.page-head-alt:after,
.search-bar:after,
.sidebar li.item:after,
.sidebar .content:after,
.group-select li:after,
.tabs:after,
.cross-sell-block:after,
.my-review-detail:after,
.search-autocomplete li:after,
.generic-product-list li:after,
.account-nav li:after,
.listing-type-list .listing-item:after,
.product-img-box .more-views ul:after,
.product-options dt:after,
.product-options dd ul.options-list li:after,
.product-options-bottom:after,
.advanced-search li:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.postWrapper {
	padding-bottom: 25px;
	clear:both;
}
.postTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	margin-bottom: 15px;
}
.postTitle h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.postTitle h3 {
	font-size: 10px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.postContent {
	padding-bottom: 10px;
}
.postDetails {
	
}
.postBookmarks {
	padding-bottom: 10px;
}
.postBookmarks h4 {
	
	font-size: 12px;
	font-weight: bold;
}
.commentWrapper {
	padding-bottom: 15px;
}
.commentContent {
	padding-bottom: 0px;
}
.commentDetails  {
	margin-bottom:5px;
	padding: 0px;
}
.commentDetails  h4.username{
	display:inline;
}

.postError {
	font-size: 16px;
}

.tags{
	font-weight:bold;
	padding-bottom: 10px;
}
.tags UL{
	display:inline;
}
.tags UL LI{
font-weight:normal;
	display:inline;
	padding-right:6px;
}


.tags h4 {
font-size:12px;
font-weight:bold;
}

.menu-tags, .menu-categories, .menu-recent{
	margin:5px 3px 15px 3px;
}

.blog .menu-tags UL LI{
	display:inline;
	padding:2px;
	margin-left:10px;
}
.blog .menu-categories UL LI{
	margin-left:10px;
}
.blog .menu-recent UL LI{
	margin-left:10px;
}

.tagcloud{
	/* text-align:center; */ 
}
.tag-count-1{
	font-size:1em;
}
.tag-count-2{
	font-size:1.2em;
}
.tag-count-3{
	font-size:1.4em;
}
.tag-count-4{
	font-size:1.6em;
}
.tag-count-5{
	font-size:1.8em;
}
.tag-count-6{
	font-size:2em;
}
.tag-count-7{
	font-size:2em;
}
.tag-count-8{
	font-size:2em;
}
.tag-count-9{
	font-size:2em;
}
.tag-count-10{
	font-size:2em;
}


.blog .head h4 {
background-image:url(http://sherpa.pl/skin/frontend/default/default/aw_blog/images/icon_blog.png);
}

.postWrapper .poster{
	display:inline;
}

/**
* We tried to list as many classes in this sheet as we could
* but it's more than likely we missed a bunch.
**/
.rewards-special-review-summary
{
	margin-top: 12px;
	font-size: 8pt;
}
.rewards-customer-sidebar
{
}
.rewards-checkout-cart-before_total-head
{
}
.rewards-checkout-cart-points-head
{
	width: 80px;
}
.item-points-header-redeemed, .item-points-header-earned
{
	color: rgb(30, 126, 200);
	font-weight: bold;
	cursor: pointer;
}
.item-points-list-redeemed, .item-points-list-earned
{
}
.item-points-block
{
	font-size: 8pt;
}
.item-no-points-caption
{
	font-style: italic;
}
.points-checkout-onepage-sidebox
{
}
.points-checkout-onepage-sidebox .onepage-sidebox-header
{
}
.points-checkout-onepage-sidebox .onepage-sidebox-content
{
}
.mypoints-page-head
{
}
.mypoints-sendfriend
{
	float: left;
	width: 45%;
	height: 260px;
}
.shopping-cart-collaterals .rewards-cart-box H4
{
	min-height: 16px;
	color: #E26703;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 1px 0 1px 21px;
	text-transform: uppercase;
	background-image: url(http://sherpa.pl/skin/frontend/default/default/images/icon_asterick.gif);
	padding-left: 23px;
}
.shopping-cart-collaterals .rewards-cart-box
{
	padding: 12px 15px 15px;
}
.rewards-cart-box .applied-redemptions
{
	margin-bottom: 10px;
}
.rewards-cart-box .applied-redemptions
{
	margin-bottom: 10px;
}
.rewards-cart-box .distributions
{
	margin-bottom: 10px;
}
.rewards-cart-box .no_extra_points
{
	font-style: italic;
}
.rewards-cart-box
{
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	text-align: left;
	width: 100%;
}
.mypoints-redeemcatalog
{
	vertical-align: middle;
	float: right;
	width: 45%;
	height: 260px;
}

/* @nelkaake Thursday May 27, 2010 : Added */
.mypoints-redeemcatalog .head
{
    text-align: left;
}

.mypoints-redeemcatalog .listing
{
	font-size: 8pt;
	height: 230px;
	overflow-x: hidden;
	overflow-y: auto;
}
.mypoints-redeemcatalog .noproducts
{
/*font-size:8pt;*/
	font-style: italic;
	margin-top: 30px;
	text-align: center;
}
.mypoints-transfers
{
}
.mypoints-transfers .content TABLE TBODY
{
	height: 200px;
	overflow-x: hidden;
}
.mypoints-transfers H2
{
	margin-top: 12px;
}
.mypoints-summary
{
}
.mypoints-summary .usable-points
{
	margin-bottom: 12px;
}
.mypoints-summary .pending-points
{
}
.mypoints-summary .onhold-points
{
	margin-bottom: 12px;
}
.mypoints-summary .msg
{
}
.points-summary-emphasize
{
	font-weight: bold;
}
.cart-points-total_spent
{
}
.cart-points-total_spent .warning
{
	color: #FF0000;
	font-size: 8pt;
}
.cart-points-total_spent .caption, .cart-points-total_earned .caption
{
	font-weight: bold;
}
.cart-points-total_item_discounts .rendering_area
{
	font-weight: bold;
}
.rewards-customer-sidebar .warning
{
	color: #FF0000;
	font-size: 8pt;
}
.rewards-customer-sidebar .to_spend
{
}
.rewards-customer-sidebar .remaining
{
}
.rewards-customer-sidebar .balance
{
}
.rewards-customer-sidebar .notice
{
	color: #444444;
}
.mypoints-transfers
{
	width: 100%;
}
.mypoints-transfers .data-table
{
}
.mypoints-transfers .content
{
	padding: 0;
}
.points-prediction
{
	margin-top: 12px;
	font-size: 8pt;
}
.points-prediction .as_low_as
{
}
.points-prediction .earnable
{
}
.order-points-earned .caption
{
}
.order-points-earned .amount, .order-points-spent .amount, .order-print-points-earned .amount, .order-print-points-spent .amount
{
	font-size: 7pt;
}
.product-view-points
{
}
.product-view-points .redeem_section
{
}
.product-view-points .distri_section
{
}
.product-view-points .distri_section .you_will_earn
{
}
.product-view-points .distri_section .points_image
{
}
.product-view-points
{
}
.points-special-header
{
}
.points-multishipping-warning
{
}
.points-checkout-onepage-sidebox .change-points-usage
{
	height: 13px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-right: 2px;
}

/* This will be used on the catalog pages */

.rewards-mini-icon-holder {
    padding-right: 6px; 
    width: 16px; /* //@nelkaake Thursday March 11, 2010 09:41:44 PM : changed to px */
    vertical-align: bottom; 
    height: 25px;
}

.points-prediction .free_with_points { } /*@nelkaake Added to catalog listing page 3/12/2010 2:13:43 PM */
