a**
 * 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)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Layout ================================================================================= */
.wrapper {}
.page { width:975px; margin:0 auto; padding:10px 0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { background: #fff; margin: 2px 0; }
.header-container #search_mini_form fieldset.form-search {
	background: url(../images/background-search.jpg) repeat-x;	
	height: 49px;
	margin-top: 0px;
	padding: 15px 0px 0px 15px;
	clear: both;
}
.header-container #search_mini_form fieldset.form-search label { display: none; }
.header-container #search_mini_form fieldset.form-search input.input-text { 
	border: none; 
	background: url(../images/search.jpg) no-repeat; 
	height: 30px; 
	width: 655px;
    color: #999;
    font-family: "Arial";        
	font-size: 12px;
	padding: 9px 0px 0px 10px;
	float: left;
}
.header-container #search_mini_form fieldset.form-search input.search_image { margin-top: 2px; float: left; }
.header-container div.search_right {
	float: right;
	background: url(../images/search_right.jpg) no-repeat;
	background-position: right;
	margin-top: -15px;
	height: 64px;
	width: 238px;
}
.header-container div.search_right a {
	color: #666;
	font-weight: bold;
	font-family: 'Arial';
	font-size: 11px;
	text-decoration: none;
	line-height: 2.9em;
	display: block;
	padding-left: 2px;
}
.header-container div.search_right a:hover {
	text-decoration: none;
}
.header-container div.search_right a.search_account {
	border-bottom: 1px solid #dbdbdb;
}
.header-container #search_autocomplete {
	left: 237px !important; 
	width: 656px !important;
	border: 1px solid #dbdbdb;
	background: #fff;
	font-size: 11px;
	font-family: 'Arial';
	color: #666;
}
.header-container #search_autocomplete li {
	padding: 4px 4px 0px 8px;
	cursor: pointer;
	text-decoration: none;
}
.header-container #search_autocomplete li:hover,
.header-container #search_autocomplete li.sfhover { text-decoration: underline; }
.header-container #search_autocomplete li span {
	font-weight: bold;
	padding-right: 4px;
}
.header-container #search_autocomplete li.last {
	padding-bottom: 4px;
}

/* Base Columns */ 
.col-left { float:left; width:160px; display: block; height: 100%;}
.col-main { float:left; width:736px; background: #fff; margin-top: 2px; }
.col-right { float:right; width:160px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; color: #666; font-size: 11px; font-family: 'Arial'; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main { width: 781px; color: #666; font-size: 11px; font-family: 'Arial'; }

/* 3 Columns Layout */
.col3-layout .col-main { margin-left: 2px; margin-top: 0px; width:651px; }
/*
.col3-layout .col-left {float: left; width: 150px; margin-left: 0px;}
.col3-layout .col-main {float: left; width: 651px; margin-left: 158px;}
.col3-layout .col-right {float: left; width: 150px; margin-left: 809px;}


.col3-layout .col-left {float: left; width: 160px; margin-left: -809px; background: #fff;}
.col3-layout .col-main {float: left; width: 650px; margin-left: 160px; background: #fff;}
.col3-layout .col-right {float: left; width: 160px; background: #fff;}
*/
/*.col3-layout .col-main  { font-size: 24px; font-weight: bold; font-family: 'Arial'; color: blue; }*/

.col3-layout {background: url(../images/col3-layout-bg.gif) repeat-y;}


/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #dbdbdb; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:0; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { float:left; padding:4px; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }

button.button { background: none; background: #f47200; border: 1px solid #f47200; }
button.button span { background: none; font-size: 11px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
button.button:hover { background: #fff; }
button.button:hover span { color: #f47200; }
button.disabled {}
button.disabled span {}
button.ii_cart_button { 
	text-align: left; 
	border: none; 
	border-top: 1px solid #c1c1c1;
	overflow:visible; 
	width: 130px; 
	cursor: pointer; 
	background: url(../images/ii_cart.jpg) no-repeat right 9px;   
	-webkit-border-fit:lines; 
	margin-top: 8px;
	padding-top: 8px;
}
button.ii_cart_button span { font-size: 11px; font-family: 'Arial'; font-weight: bold; color: #c1c1c1; }
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea { font-size: 11px; font-weight: normal; font-family: 'Arial'; color: #666; width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { border: 1px solid #dbdbdb; width:250px; }
.group-select .input-box select { 
	color:#666666;
	font-family:'Arial';
	font-size:11px;
	width:256px; 
}
ul.group-select.form-list li { font-family: 'Arial'; color: #666; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
.buttons-set .back-link { text-decoration: none; font-size: 11px; font-weight: bold; color: #f47200; font-family: 'Arial'; float:left; }
.buttons-set a.back-link:hover { text-decoration: underline; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f47200; }
p.required { font-size:11px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages { /*width:100%; */ overflow:hidden; margin: 5px;}
.messages li { margin:0 0 0px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:0px !important; background-position:8px 7px !important; background-repeat:no-repeat !important; min-height:18px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#666666;}
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#666666; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#666666; }
.note-msg a {color: #F47200;}

/* BreadCrumbs */ 
.breadcrumbs { line-height: 1em; padding:8px; /*border-bottom: 1px solid #F47200; */ background: #fff; }
.breadcrumbs p { font-family: 'Arial'; font-size: 11px; color: #F47200; display:inline; }
.breadcrumbs p a { font-family: 'Arial'; font-size: 11px; color: #F47200; text-decoration: none;}
.breadcrumbs p a:hover { text-decoration: underline; }


/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { margin-bottom: 16px; width: 320px; float: left; font-size: 11px; color: #666; font-family: 'Arial'; }
.pager .amount { float:left; }
.pager span { padding: 0px 4px; float: left; }
.pager .limiter { color: #F47200; }
.pager .limiter select { background: #FFF; border: 1px solid #f47200; color: #f47200; margin-top: -1px; padding: 1px; font-size: 11px; }
.pager .pages { }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages ol li span { padding: 0px; float: none; }
.pager .pages ol li a { color: #F47200; text-decoration: none; }
.pager .pages ol li a:hover { text-decoration: underline; }
.pager .pages .current {}

/* Sorter */ 
.sorter { float: right; font-size: 11px; color: #666; font-family: 'Arial'; }
.sorter .view-mode { float:left; }
.sorter span { float: left; padding: 0px 4px; }
.sorter .sort-by { float:left; }
.sorter .sort-by select { width: 90px; /*modificarea cu width-ul s-ar putea sa afecteze si in alta parte */ background: #FFF; color: #f47200; border: 1px solid #f47200; margin-top: -2px; padding: 1px; font-size: 11px; }
.sorter .link-feed {}
.sorter a { color: #F47200; text-decoration: none; }
.sorter a:hover { text-decoration: underline; }

/* Data Table */ 
.data-table { margin: 16px; width:95%; }
#shopping-cart-table.data-table { margin: 10px; width: 95%; }
#shopping-cart-table.data-table p.item-msg.error { padding: 0px; font-weight: normal; font-size: 11px; font-family: 'Arial'; }
#shopping-cart-table .a-center input { text-align: center; font-size: 11px; font-family: 'Arial'; color: #666; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

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

/* Lists Decoration */
li.odd {}
li.even { }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; text-align: justify;}
.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; }

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width:300px; height:70px; overflow:hidden; } 
.header-container { background: white; }
.header { background: #fff; padding-bottom: 0px; padding-left: 8px; }
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:250px; height:63px; }
.header .welcome-msg { margin-top: 1px; font-weight:bold; float:left; color: #666; font-size: 11px; font-family: Arial; margin-right: 5px;}
.header .links { float:left; }
.header .links li { display: inline; }
.header .links li a { font-size: 11px; font-family: Arial; text-decoration: none; color: #666; }
.header .links li a:hover { text-decoration: underline; }
.header .links { color: #666; }
.header div.header_sus_dr { 
	border-bottom: 1px solid #e2e2e2;
	/*border-top: 1px solid #e2e2e2;*/
	margin: 10px;
	padding: 2px 4px;
	float: right; 
}
.header .form-search { text-align:center; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }

/********** < Navigation */
#nav { padding-left: 20px; margin-left: 0px; margin-top: 0 px; background: url(../images/ii_topmenu_background.jpg) repeat-x 0px 15px white; font-size:12px; height: 46px; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }
#nav li.level0 a span { display: none; /* font-size: 16px; color: #666; font-family: "Myriad Pro"; text-transform: uppercase; */}
#nav li.level0 a:hover { }

#nav li.nav-home a 	{ background: url(../images/ii_topmenu_home.gif) 0px 15px no-repeat; width: 56px; height: 45px; }
#nav li.nav-home a:hover { border-bottom: 1px solid #F7F7F7; background: url(../images/ii_topmenu_home_hover.gif) 0px 15px no-repeat; width: 56px; height: 45px; }
#nav li.nav-home-active a { border-bottom: 1px solid #F7F7F7; background: url(../images/ii_topmenu_home_active.gif) 0px 15px no-repeat; width: 56px; height: 45px; }

#nav li.nav-carti a 	{ background: url(../images/ii_topmenu_carti.gif) 0px 15px no-repeat; width: 65px; height: 45px; }
#nav li.nav-carti a:hover { border-bottom: 1px solid #F7F7F7; background: url(../images/ii_topmenu_carti_hover.gif) 0px 15px no-repeat; width: 65px; height: 45px; }
#nav li.nav-carti-active a { border-bottom: 1px solid #F7F7F7; background: url(../images/ii_topmenu_carti_active.gif) 0px 15px no-repeat; width: 65px; height: 45px; }

#nav li.nav-audiobooks a      { background: url(../images/ii_topmenu_audiobook.gif) 0px 15px no-repeat; width: 114px; height: 45px; }
#nav li.nav-audiobooks a:hover { border-bottom: 1px solid #F7F7F7; background: url(../images/ii_topmenu_audiobook_hover.gif) 0px 15px no-repeat; width: 114px; height: 45px; }
#nav li.nav-audiobooks-active a { border-bottom: 1px solid #F7F7F7; background: url(../images/ii_topmenu_audiobook_active.gif) 0px 15px no-repeat; width: 114px; height: 45px; }

#nav li.nav-muzica a { background: url(../images/ii_topmenu_muzica.gif) 0px 15px no-repeat; width: 82px; height: 45px; }
#nav li.nav-muzica a:hover { border-bottom: 1px solid #F7F7F7; background: url(../images/ii_topmenu_muzica_hover.gif) 0px 15px no-repeat; width: 82px; height: 45px; }
#nav li.nav-muzica-active a { border-bottom: 1px solid #F7F7F7; background: url(../images/ii_topmenu_muzica_active.gif) 0px 15px no-repeat; width: 82px; height: 45px; }

#nav li.nav-film a { background: url(../images/ii_topmenu_film.gif) 0px 15px no-repeat; width: 51px; height: 45px; }
#nav li.nav-film a:hover { border-bottom: 1px solid #F7F7F7; background: url(../images/ii_topmenu_film_hover.gif) 0px 15px no-repeat; width: 51px; height: 45px; }
#nav li.nav-film-active a { border-bottom: 1px solid #F7F7F7; background: url(../images/ii_topmenu_film_active.gif) 0px 15px no-repeat; width: 51px; height: 45px; }

#nav li.nav-librarii a { margin-left: 100px; background: url(../images/ii_topmenu_librarii.gif) 0px 15px no-repeat; width: 74px; height: 45px; }
#nav li.nav-librarii a:hover { margin-left: 100px; border-bottom: 1px solid #F7F7F7; background: url(../images/ii_topmenu_librarii_hover.gif) 0px 15px no-repeat; width: 74px; height: 45px; }
#nav li.nav-librarii-active a { margin-left: 100px; border-bottom: 1px solid #F7F7F7; background: url(../images/ii_topmenu_librarii_active.gif) 0px 15px no-repeat; width: 74px; height: 45px; }

#nav li.nav-extra a { background: url(../images/ii_topmenu_extra.gif) 0px 15px no-repeat; width: 66px; height: 45px; }
#nav li.nav-extra a:hover { border-bottom: 1px solid #F7F7F7; background: url(../images/ii_topmenu_extra_hover.gif) 0px 15px no-repeat; width: 66px; height: 45px; }
#nav li.nav-extra-active a { border-bottom: 1px solid #F7F7F7; background: url(../images/ii_topmenu_extra_active.gif) 0px 15px no-repeat; width: 66px; height: 45px; }

#nav li.nav-educational a { background: url(../images/ii_topmenu_educational.gif) 0px 15px no-repeat; width: 130px; height: 45px; }
#nav li.nav-educational a:hover { border-bottom: 1px solid #F7F7F7; background: url(../images/ii_topmenu_educational_hover.gif) 0px 15px no-repeat; width: 130px; height: 45px; }
#nav li.nav-educational-active a { border-bottom: 1px solid #F7F7F7; background: url(../images/ii_topmenu_educational_active.gif) 0px 15px no-repeat; width: 130px; height: 45px; }

#nav li.nav-tweet { float: right;}
#nav li.nav-tweet a { background: url(../images/ii_topmenu_tweet.gif) no-repeat 0px 0px; width: 121px; height: 45px;  }

#nav ul.level0 li a span { display: block; text-transform: none; font-size: 11px; font-family: "Arial"; }
#nav ul.level0 li a { background: none; width: auto; height: auto; }
#nav ul.level0 li a:hover { background: none; width: auto; height: auto; }
#nav ul.level0 li a:hover span{ text-decoration: underline; color: #888; }


/* 1st Level */
#nav li { float:left; }
#nav li.ii_home { margin-top: 5px; margin-left: 5px; }
#nav li a { float:left; padding:0px 4px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a {  }

/* HORATIU 1
#nav ul.level0 { float: left; position: static; width: 800px; }
#nav ul.level1 { position: absolute; }
#nav ul.level0 li { float: left; } */

/* HORATIU 2
#nav li.level0 ul.level0 { display: block; position: static; }
#nav li.level0 ul.level0 li.level1 { display: block; } */

/* 2nd Level 
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { color:#000 !important; } */

/* 3rd+ leven 
#nav ul ul { top:7px; } */

/* Show Menu 
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; } */

#under_nav { background: #F6F6F6; text-align: left; padding-top: 5px; padding-left: 40px; border-bottom: 1px solid #dbdbdb; padding-bottom: 4px; }
#under_nav li { display: inline; margin-right: 16px; font-size: 12px; font-family: 'Arial', 'Arial', 'sans-serif'; font-weight: bold; }
#under_nav a { text-decoration: none; color: #666666; }
#under_nav a:hover { text-decoration: none; color: #3983be; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { }
.block .block-title { 
	height: 33px; 
	background: url(../images/block_title_h2.jpg) repeat-x;
	margin-bottom: 10px;
}

.col-main .category-title,
.tag-product-list .col-main .page-title { 
	height: 33px; 
	background: url(../images/block_title_h2_grey.jpg) repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.col-main img {padding-left: -8px; padding-right: -8px;}


.block .block-title h2,
.category-title h2,
.tag-product-list .col-main .page-title h2 { padding: 8px 0px 0px 10px; color: #fff; font-size:11px; font-weight:bold; font-family: Arial; line-height:1.5; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { 
	margin-left: 8px;  
	padding-bottom: 8px;
	margin-right: 4px; 
	color: #666;
	font-size: 11px;
	font-family: "Arial";
	font-weight: normal;
}
.block .block-content dl dt { margin-left: 0px; padding: 0px; font-size: 11px; font-weight: bold; font-family: Arial;  color: #ff7e00; background: #ffffff no-repeat; height: 11px; }
.block .block-content dd { margin-top: 16px; margin-bottom: 16px; }
.block .block-content dd li { font-family: "Arial"; color: #666; font-size: 11px; font-weight: normal; }
.block .block-content dd li a { text-decoration: none; color: #666; }
.block .block-content dd li a:hover { text-decoration: underline; }
.block .actions { }
.block .actions a { color: #666;  float:left; text-decoration: underline; }
.block .actions a:hover { color: #666; text-decoration: none; }

/* Block: Account */
.block-account { background-color: #fff;}
.block-account .block-content ul li.current { font-weight: bold;}
.block-account .block-content a { text-decoration: none; color: #666; }
.block-account .block-content a:hover { text-decoration: underline; }

/* Block: Currency Switcher */
.block-currency { background: #fff; clear: both; }
.block-currency select { width:90%; border:1px solid #dbdbdb; font-size: 11px; color: #666; font-family: 'Tahoma'; }

/* Block: Layered Navigation */
.block-layered-nav { background: #fff; }
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}
.block-layered-nav .top-filter { color: #f47200; font-weight: bold; }
.block-layered-nav dd li.more-li a { color: #f47200; text-transform: lowercase; }

/* Block: Cart */
.block-cart { clear: both; background: #fff; }
.block-cart .amount {}
.block-cart .amount a { color: #f47200; text-decoration: none; }
.block-cart .amount a:hover { text-decoration: underline; }
.block-cart .subtotal { margin-top: 2px; clear: both;}

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }
.block-cart .block-content .actions button.button { /*background: #f47200; border: 1px solid #f47200;*/}
.block-cart .block-content .actions button.button span { background: none; color: #fff; font-size: 11px; font-family: 'Arial'; font-weight: bold; }
.block-cart .block-content .actions button:hover { background: #fff; }
.block-cart .block-content .actions button:hover span { color: #f47200; }
.block-cart .block-content h3 { font-size: 11px; font-family: 'Arial'; color: #666; font-weight: bold; margin: 4px 0px; }
.block-cart .block-content { text-align: center; }
.block-cart .block-content ol { background: #fff; margin-left: -8px; width: 160px; }
.block-cart .block-content li { background: #fff; width: 80px; text-align: center; float: left; }

/* Block: Wishlist */
.block-wishlist { margin-top: 2px; clear: both; background: #fff; }
.block-wishlist h2 a { color: #fff; font-size: 10px; font-weight: normal; text-decoration: none; }
.block-wishlist h2 a:hover { text-decoration: underline; }
.block-wishlist .block-content h3 { color: #666; font-family: 'Arial'; font-size: 11px; font-weight: bold; }
.block-wishlist .block-content div.actions a { color: #f47200; text-decoration: none; }
.block-wishlist .block-content div.actions a:hover { text-decoration: underline; }
.block-wishlist .block-content ol { background: #fff; margin-left: -16px; width: 160px; }
.block-wishlist .block-content li { background: #fff; width: 80px; text-align: center; float: left; }


/* Block: Related */
.block-related { clear: both; background: #fff; }
.block-related .block-content { margin: 0;}
.block-related .block-content a { float: left;}
.block-related .block-content a img { margin: 0 0 5px 0;}

/* Block: Compare Products */
.block-compare { clear: both; background: #fff; }
.block-compare li { padding:5px 0; }

/* Block: Viewed */
.block-recent { background: #fff; }
.block-recent .block-content a { color: #666; text-decoration: none; }
.block-recent .block-content a:hover { text-decoration: underline; }
.block-recent .block-content a:hover { text-decoration: underline; }
.block-recent .block-content ol li { margin-left: 0px; margin-top: -2px; margin-bottom: 2px; }
.block-recent .block-content ol { background: #fff; margin-left: -8px; width: 160px; }
.block-recent .block-content li { background: #fff; text-align: center; padding-bottom: 16px; float: left; width: 80px;  }


/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }
.block-tags a { color: #f47200; text-decoration: none; font-family:'Tahoma'; }
.block-tags a:hover { color: #666; } 
.block-tags div.actions a:hover { color: #f47200; text-decoration: underline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder { clear: both; background: #fff; }
.block-reorder .block-content { text-align: center; margin-left: 8px; margin-right: 4px; }
.block-reorder h2 a { color: #fff; font-size: 10px; font-weight: normal; text-decoration: none; }
.block-reorder h2 a:hover { text-decoration: underline; }
.block-reorder h3 { font-size: 10px; }
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; }
.block-reorder .label a { color: #666; text-decoration: none; }
.block-reorder .label a:hover { text-decoration: underline; }

/* Block: Banner */
.block-banner { clear: both; background: #fff;}
.block-banner .block-content { text-align:center; text-align: left; background: #fff; margin-left: 0px; margin-right: 0px;}
.col-right .block-banner { /*height: 267px; */ }

/* Block: Checkout Progress */
.block-progress { background: #fff; }
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#fff; border-bottom: 1px solid #dbdbdb; }

.block-progress .block-content dl dt { height: 34px; }
.block-progress .block-content dl dt span { float: left; }
.block-progress .block-content dl dt span.separator { display: none; float: none; }
.block-progress .block-content dl dt a { font-size: 10px; font-weight: normal; color: #666; text-decoration: none; clear: both; float: left; }
.block-progress .block-content dl dt a:hover { text-decoration: underline; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { padding: 4px 8px;  } 
.category-image { display:block; margin:0 auto; width: auto; height: auto; margin-bottom: 4px; margin-top: 4px; }
.category-products { padding: 0px 8px; }

/* View Type: Grid */
.products-grid { margin-bottom: 6px; width:100%; clear: both;  }
.products-grid tr.odd {}
.products-grid tr.even { }
.products-grid td { width:25%; padding:5px 0 15px; line-height: 1.1; text-align: center; }
.products-grid td.empty {}
/*.products-grid .product-name {text-align: center;}
.products-grid .price-box {text-align: center;}
.products-grid .button span {text-align: center;}
*/

/* View Type: List */
.products-list { clear: both; }
.products-list li.item { margin:0 0 16px; padding-bottom: 16px; border-bottom: 1px solid #dbdbdb; }
.products-list li.item.last { border: none; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:430px; color: #666; font-family: 'Arial'; font-size: 11px; }
.product-shop div.desc a { text-decoration: none; text-transform: lowercase; color: #F47200 }
.product-shop div.desc a:hover { text-decoration: underline; }
.products-list .product-shop p button.ii_cart_button { width: 430px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view { 
	padding: 16px 8px 16px 0px;
	font-size: 11px;
	font-family: 'Arial';
	color: #666; 
}

.product-essential {}
.product-collateral {}

/* Product Images */
.product-view .product-img-box { margin-right: 16px; float:left; width:162px; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left: 7px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 2px ; }


.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.product-view .product-name { color: #666; text-align: left;}
.product-view .short-description {}

.product-view h3.product-name { font-size: 20px; font-weight: normal; color: #f47200;  line-height: 1.2em; }
.product-view .product-info-box p.book_author { font-size: 16px; font-weight: normal; line-height: 1em;}
.product-view .product-info-box p.book_author a { margin-left: 0px; }
.product-view .product-info-box p.book_author a img { margin-top: 0px; }
.product-view .product-info-box p.book_subtitle { line-height: 1.2em; font-size: 12px; color: #f47200; font-weight: normal; }
.product-view .product-info-box .book_collection_and_year { margin-top: 10px; margin-bottom: 10px; }
.product-view .product-info-box .book_collection_and_year p.book_publisher_year a { margin: 0px; }
.product-view .product-info-box a { color: #666; text-decoration: none; margin: 0px 0px 0px 8px; }
.product-view .product-info-box a:hover { text-decoration: underline; }
.product-view .product-info-box p.availability,
.product-view .product-info-box div.price-box,
.product-view .product-info-box div.add-to-boxes { margin-left: 8px; }
.product-view .product-info-box div.add-to-boxes fieldset.add-to-cart { padding-top: 2px; }
.product-view .product-info-box div.add-to-boxes fieldset.add-to-cart label { padding-top: 3px; }
.product-view .product-info-box div.add-to-boxes fieldset.add-to-cart input { padding-top: 4px; font-size: 11px; color: #666; font-family: 'Arial'; }
.product-view .product-info-box ul.add-to-links li a { margin: 0px; }
.product-view .product-info-box h4 { font-size: 11px; color: #f47200; border-bottom: 1px solid #f47200; margin: 4px 0px 4px 8px; padding-bottom: 4px; }
.product-view .product-info-box div.short-description { margin-bottom: 16px; text-align: justify; }
.product-view .product-info-box div.short-description a { margin: 0px; color: #f47200; width: 50px; }
.product-view .product-info-box div.short-description img { margin-top: 2px; }

.product-view .product-img-box p.product-image { border: none; }
.product-view .product-img-box p.product-image img { float: left; }
.product-view .product-img-box .product-image a.ii_plus { float: right; margin-top: -15px; margin-right: 35px; }
.product-view .product-img-box div.more-views h3 { border-bottom:1px solid #DBDBDB; font-size:11px; font-weight:normal; padding-left: 50px; margin-bottom: 4px; }
.product-view .product-img-box div.more-views ul li a img { height: 32px; width: 32px; }

.product-view .product-img-box p.a-center { padding-top: 24px; clear: both; }
.product-view .product-img-box p.a-center a { color: #666; font-size: 12px; text-decoration: none; text-transform: lowercase; }
.product-view .product-img-box p.a-center img.open_book { margin-right: 6px;}
.product-view .product-img-box p.a-center img.open_book_arrow { margin-left: 4px; margin-top: 1px; }

.product-view #product_addtocart_form .product-info-box .product_view_price_box { 
	float: left; background: url(../images/price_box_background.gif) no-repeat !important; 
	width: 238px !important; 
	height: 47px !important; 
	border: none !important; 
	color: #fff !important;
	font-weight: bold !important; 
	text-transform: lowercase !important; 
	padding: 7px 0 0 8px !important; 
}
.product-view #product_addtocart_form .product-info-box .product_view_price_box .price-box { font-weight: bold; color: #fff; }
.product-view #product_addtocart_form .product-info-box .product_view_price_box .price-box span.price { font-size: 12px; font-weight: bold; }
.product-view #product_addtocart_form .product-info-box .product_view_price_box .price-box p.special-price { float: right; margin-top: -25px; margin-right: 20px;  }
.product-view #product_addtocart_form .product-info-box .product_view_price_box .price-box p.special-price span.price { font-size: 20px; }
.product-view #product_addtocart_form .product-info-box .product_view_price_box .price-box p.special-price span.price-label { display: none; }

.product-view #product_addtocart_form .product-info-box .add-to-boxes .add-to-cart{ padding: 0px; float: right; }	
.product-view #product_addtocart_form .product-info-box .add-to-boxes label,
.product-view #product_addtocart_form .product-info-box .add-to-boxes input { display: none; }
.product-view #product_addtocart_form .product-info-box .add-to-boxes button.button { font-size:20px; background: url(../images/product_view_add_to_cart_background.gif) no-repeat; width: 155px; height: 47px !important; border: none !important; }
.product-view #product_addtocart_form .product-info-box .add-to-boxes button.button span { text-transform: lowercase !important; background: none !important;  display: block; width:155px;}
.product-view #product_addtocart_form .product-info-box .add-to-boxes button.button:hover span { color: #fff !important; width: 155px;}

.product-view #product_addtocart_form .product-info-box .product_view_under_price_box { clear: both; }

.product-img-box { margin-bottom: 16px; float: left; }
.product-info-box { float: right; width: 414px; }

/* Rating */
.ratings {}
.ratings a { font-size: 11px; font-style: 'Tahoma'; color: #f47200; text-decoration: none; }
.ratings a:hover { text-decoration: underline; }
.ratings .amount { display: none; }
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; margin-left: 45px; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }
.availability .is-archived { font-weight: bold; color:#f47200; } 

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

.price-box { font-size: 11px; font-family: 'Arial'; font-weight: normal; color: #666; }
.price-box .price { font-weight: bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:normal; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { 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; }

/* 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; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

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

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }
.add-to-links li a { font-size: 11px; font-weight: normal; font-family: 'Arial'; color: #666; text-decoration: none; }
.add-to-links li a:hover { text-decoration: underline; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {}

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
#review-form { clear: both; }
#review-form fieldset.add-review { clear: both; }
.review-product-list .product_view_under_price_box .buttons-set { padding-left: 0px; border: none; margin: 0px; }
.review-product-list .product_view_under_price_box .buttons-set a { color: #f47200; font-weight: bold; }
.review-product-list #review-form fieldset.add-review { font-size: 11px; font-family: 'Tahoma'; color: #666; }
.review-product-list #review-form fieldset.add-review h3 { font-size: 12px; font-weight: bold; color: #f47200; border-bottom: 1px solid #dbdbdb; padding-bottom: 4px; margin-bottom: 4px;  }
.review-product-list #review-form fieldset.add-review h4.product-name { text-align: left; font-weight: normal; }
.review-product-list #review-form fieldset.add-review ul li input { font-size: 11px; color: #666; font-family: 'Tahoma'; }
.review-product-list #review-form fieldset.add-review ul li textarea { font-size: 11px; color: #666; font-family: 'Tahoma'; }
.review-product-list #review-form fieldset.add-review .buttons-set { border: none; border-top: 1px solid #dbdbdb; margin-top: 8px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
div.ii_grid_author { font-size: 11px; font-weight: normal; font-family: 'Arial'; color: #666; text-align: center; }
.product-name { font-size:1em; font-weight:bold; line-height:1.5; text-align: center; }
.product-name a { font-family: 'Arial'; font-size: 11px; font-weight: bold; color: #F47200; text-decoration: none; }
.product-name a:hover { text-decoration: underline; }

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

/* 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; }

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

/* Tooltip */
.tool-tip { border:1px solid #ddd; 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 #ddd; 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(../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 { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}

.main .col-main .account-login,
.main .col-main .account-create { padding: 16px; }
.account-login .page-title,
.account-create .page-title {  }

.checkout-cart-index .col-main .page-title,
.customer-account-index .col-main .page-title,
.customer-account-edit .col-main .page-title,
.customer-address-form .col-main .page-title,
.customer-address-index .col-main .page-title,
.sales-order-history .page-title,
.review-customer-index .page-title,
.review-customer-view .page-title,
.tag-customer-index .page-title,
.newsletter-manage-index .page-title,
.wishlist-index-index .page-title,
.wishlist-index-share .page-title,
.downloadable-customer-products .page-title,
.catalogsearch-term-popular .page-title,
.checkout-onepage-index .page-title,
.customer-account-logoutsuccess .page-title,
.contacts-index-index .page-title,
.cms-conditii-de-utilizare .page-title,
.cms-despre-libhumanitas .page-title,
.categorypath-librarii-html .page-title,
.categorypath-librarii-evenimente-html .page-title,
.categorypath-librarii-librariile-humanitas-html .page-title,
.tag-list-index .page-title,
.cms-face-a-book-regulamentul-concursului .page-title, 

.cms-ceb-info .page-title, 
.cms-face-a-book-2-inscriere .page-title, 
.cms-face-a-book-2 .page-title { padding: 9px 16px; margin: 0px; }



.checkout-onepage-index .col-main .page-title,
.customer-account-index .col-main .page-title,
.customer-account-edit .col-main .page-title,
.sales-order-history .col-main .page-title,
.review-customer-index .col-main .page-title,
.tag-customer-index .col-main .page-title,
.newsletter-manage-index .col-main .page-title,
.downloadable-customer-products .col-main .page-title,
.customer-address-index .col-main .page-title,
.review-customer-view .col-main .page-title,
.customer-address-form .col-main .page-title,
.customer-account-logoutsuccess .col-main .page-title,
.checkout-cart-index .col-main .page-title,
.contacts-index-index .col-main .page-title
{
	height: 33px;
	background: url(../images/block_title_h2_grey.jpg) repeat-x;
	border: none;
	padding: 0px;
}

.wishlist-index-index .page-title a.link-rss { color: #f47200; text-decoration: none; float: right; margin-top: -20px; }
.wishlist-index-index .page-title a:hover.link-rss { text-decoration: underline; }
.wishlist-index-index form fieldset { clear: both; }
.wishlist-index-index form fieldset div.buttons-set2 { border: none; margin-right: 10px;}

.customer-account-index .col-main .dashboard,
.customer-account-edit .col-main .dashboard { padding: 16px; }

.account-login .page-title h2,
.account-create .page-title h2,
.checkout-cart-index .page-title h2,
.customer-account-index .page-title h2,
.customer-account-edit .page-title h2,
.customer-address-form .page-title h2,
.customer-address-index .page-title h2,
.sales-order-history .page-title h2,
.review-customer-index .page-title h2,
.review-customer-view .page-title h2,
.tag-customer-index .page-title h2,
.newsletter-manage-index .page-title h2,
.wishlist-index-index .page-title h2,
.wishlist-index-share .page-title h2,
.downloadable-customer-products .page-title h2,
.catalog-search-term-popular .page-title h2,
.checkout-onepage-index .page-title h2,
.customer-account-logoutsuccess .page-title h2,
.contacts-index-index .page-title h2 { padding-left: 4px; font-size: 16px; color: #666; font-weight: bold; font-family: 'Arial'; }

.checkout-onepage-index .page-title h2,
.customer-account-index .page-title h2,
.customer-account-edit .page-title h2,
.sales-order-history .page-title h2,
.review-customer-index .page-title h2,
.tag-customer-index .page-title h2,
.newsletter-manage-index .page-title h2,
.downloadable-customer-products .page-title h2,
.customer-address-index .page-title h2,
.review-customer-view .page-title h2,
.customer-address-form .page-title h2,
.customer-account-logoutsuccess .page-title h2,
.checkout-cart-index .page-title h2,
.contacts-index-index .page-title h2 { padding: 8px 0px 0px 10px;  color: #ffffff; font-weight: bold; font-family: 'Arial'; font-size: 11px; line-height: 1.5em; }

.sales-order-view .page-head { border-bottom:1px solid #DDDDDD; padding: 9px 0px; margin: 0px; }
.sales-order-view .col-main h3 { border-top: 1px solid #DDDDDD; padding-top: 9px; margin-left: 16px; margin-right: 16px; padding-left: 4px; font-size: 16px; color: #666; font-weight: bold; font-family: 'Arial'; }
.sales-order-view .page-head h3 { border-top: none; padding-top: 0px; margin-left: 0px; margin-right: 0px;  padding-bottom: 4px; font-size: 16px; color: #666; font-weight: bold; font-family: 'Arial'; }
.sales-order-view .page-head a { color: #bbb; font-size: 11px; text-decoration: none;  font-family: 'Arial'; }
.sales-order-view .page-head a.link-feed { padding-left: 4px; }
.sales-order-view .page-head a.link-feed:hover { text-decoration: underline; }
.sales-order-view .col-main .padder { font-size: 11px; color: #666; }
.sales-order-view .col-main .padder .address { padding-left: 4px; }
.sales-order-view .col-main .padder .col2-set .col-1 { border-right: 1px solid #ddd; }
.sales-order-view .col-main .padder p { color: #f47200; font-weight: bold; font-size: 12px; margin-bottom: 4px; }
.sales-order-view .col-main .padder .col2-set .col-2 p { color: #f47200; font-weight: bold; font-size: 11px; margin-bottom: 0px; }
.sales-order-view .col-main table.data-table { color: #666; font-size: 11px; font-family: 'Arial'; }

.sales-order-view .page-head { margin: 0px; }
.sales-order-view .page-head h3 {
	background: url(../images/block_title_h2_grey.jpg) repeat-x;
	border: none;
	color: #ffffff;
	font-family: 'Arial';
	font-weight: bold;
	font-size: 11px;
	height: 23px;
	margin: -9px -16px 12px;
	padding: 10px 0px 0px 8px;
}

.sales-order-view .page-head a.ii_reorder_print { font-weight: bold; padding: 2px 4px; background: #f47200; border: 1px solid #f47200; color: #fff; }
.sales-order-view .page-head a.ii_reorder_print:hover { background: #fff; color: #f47200; }
.sales-order-view div.buttons-set { border: none; border-top: 1px solid #dbdbdb; margin: 5px 8px 0px;  }



.newsletter-manage-index #form-validate fieldset { padding: 16px; font-size: 11px; color: #666; font-family: 'Arial'; }
.customer-account-edit #form-validate fieldset,
.wishlist-index-share #form-validate fieldset,
.contacts-index-index #contactForm fieldset,
.customer-address-form #form-validate fieldset { padding: 16px; }

.account-create #form-validate fieldset h3,
.customer-account-edit #form-validate fieldset h3,
.wishlist-index-share #form-validate fieldset h3,
.customer-address-form #form-validate fieldset h3,
.contacts-index-index #contactForm fieldset h3 { font-size: 12px; color: #f47200; font-family: 'Arial'; font-weight: bold; }

.account-create #form-validate fieldset ul li label,
.customer-account-edit #form-validate fieldset ul li label,
.customer-address-form #form-validate fieldset ul li label,
.contacts-index-index #contactForm fieldset ul li label { font-size: 11px; font-family: 'Arial'; color: #666; font-weight: bold; }

#form-validate fieldset div.customer-dob div.input-box #day,
#form-validate fieldset div.customer-dob div.input-box #month { text-transform: lowercase; text-align: center; width: 25px; }
#form-validate fieldset div.customer-dob div.input-box.dob-day,
#form-validate fieldset div.customer-dob div.input-box.dob-month { width: 60px; }
#form-validate fieldset div.customer-dob div.input-box label { text-transform: lowercase; font-weight: normal; }
#form-validate fieldset div.customer-dob div.input-box.dob-year { width: 95px; }
#form-validate fieldset div.customer-dob div.input-box #year { text-transform: lowercase; text-align: center; width: 50px; }

.account-create #form-validate div.buttons-set, 
.customer-account-edit #form-validate div.buttons-set,
.customer-address-form #form-validate div.buttons-set,
.customer-address-index .col-main div.buttons-set,
.sales-order-history .col-main div.buttons-set,
.review-customer-index .col-main div.buttons-set,
.review-customer-view .col-main div.buttons-set,
.tag-customer-index .col-main div.buttons-set,
.newsletter-manage-index .col-main div.buttons-set,
.wishlist-index-index .col-main div.buttons-set,
.downloadable-customer-products .col-main div.buttons-set,
.contacts-index-index #contactForm div.buttons-set,
.catalogsearch-advanced-index #form-validate div.buttons-set { border: none; border-top: 1px solid #dbdbdb; padding: 8px 0px 0px 0px; } 

.customer-account-edit #form-validate div.buttons-set,
.customer-address-form #form-validate div.buttons-set,
.customer-address-index .col-main div.buttons-set,
.sales-order-history .col-main div.buttons-set,
.review-customer-index .col-main div.buttons-set,
.review-customer-view .col-main div.buttons-set,
.tag-customer-index .col-main div.buttons-set,
.wishlist-index-index .col-main div.buttons-set,
.downloadable-customer-products .col-main div.buttons-set,
.contacts-index-index #contactForm div.buttons-set,
.catalogsearch-advanced-index #form-validate div.buttons-set { margin: 8px 16px; }

.customer-account-edit #form-validate p.required,
.customer-address-form #form-validate p.required, 
.contacts-index-index #contactForm p.required,
.catalogsearch-advanced-index #form-validate p.required { margin-right: 16px; }
.account-create #form-validate div.buttons-set button.button,
.customer-account-edit #form-validate div.buttons-set button.button,
.customer-address-form #form-validate div.buttons-set button.button,
.contacts-index-index #contactForm div.buttons-set button.button { border: 1px solid #f47200; background: none; background-color: #F47200; }
.account-create #form-validate div.buttons-set button.button:hover,
.customer-account-edit  #form-validate div.buttons-set button.button:hover,
.customer-address-form #form-validate div.buttons-set button.button:hover,
.contacts-index-index #contactForm div.buttons-set button.button:hover { background-color: #ffffff; }
.account-create #form-validate div.buttons-set button.button span,
.customer-account-edit  #form-validate div.buttons-set button.button span,
.customer-address-form #form-validate div.buttons-set button.button span,
.contacts-index-index #contactForm div.buttons-set button.button span { background: none; }
.account-create #form-validate div.buttons-set button.button:hover span, 
.customer-account-edit  #form-validate div.buttons-set button.button:hover span,
.customer-address-form #form-validate div.buttons-set button.button:hover span,
.contacts-index-index #contactForm div.buttons-set button.button:hover span { color: #f47200; }

.customer-address-index div.ii_button_address { padding: 8px; margin-left: 16px; margin-right: 16px; padding-bottom: 0px; border-top: 1px solid #dbdbdb; text-align: center; }

.contacts-index-index #contactForm fieldset h3 { clear: both; }
.contacts-index-index #contactForm ul.contact_details { margin: 8px 8px 36px 8px; }
.contacts-index-index #contactForm ul.contact_details li { width: 100%; }
.contacts-index-index #contactForm ul.contact_details li label { float: left; width: 200px; }
.contacts-index-index #contactForm ul.contact_details li.using-form-below label { width: 100%; font-size: 11px; color: #f47200; }

.contacts-index-index #contactForm ul.contact_details li span { display: block; font-size: 11px; color: #666; }
.contacts-index-index #contactForm ul.contact_details li a { color: #f47200; text-decoration: none; }
.contacts-index-index #contactForm ul.contact_details li a:hover { text-decoration: underline; }

.account-login #login-form fieldset div.registered-users h3,
.account-login #login-form fieldset div.new-users h3 { 
	background: url(../images/block_title_h2.jpg) repeat-x; 
	height: 39px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
}
.account-login #login-form fieldset div.registered-users p,
.account-login #login-form fieldset div.registered-users ul,
.account-login #login-form fieldset div.new-users p { padding: 0px 0px; }

.account-login #login-form fieldset div.registered-users p,
.account-login #login-form fieldset div.new-users p { font-size: 11px; font-family: 'Arial'; color: #666; font-weight: normal; }
.account-login #login-form fieldset div.registered-users p { text-align: justify; }
.account-login #login-form fieldset div.registered-users p a { color: #f47200; text-decoration: none; }
.account-login #login-form fieldset div.registered-users p a:hover { color: #666; text-decoration: underline; }

.account-login #login-form fieldset div.registered-users ul.form-list { margin-top: 8px; }
.account-login #login-form fieldset div.registered-users ul.form-list li label { font-size: 11px; font-family: 'Arial'; color: #666; font-weight: bold; }
.account-login #login-form fieldset div.registered-users ul.form-list li input { font-size: 11px; font-weight: normal; font-family: 'Arial'; color: #666; border: 1px solid #dbdbdb; }

.account-login #login-form fieldset div.col2-set div.col-1 div.buttons-set #send2 { float: left; background: #f47200; border: 1px solid #f47200; }
.account-login #login-form fieldset div.col2-set div.col-1 div.buttons-set #send2 span { font-family: 'Arial'; font-size: 11px; font-weight: bold; background: #f47200; color: #fff; }
.account-login #login-form fieldset div.col2-set div.col-1 div.buttons-set #send2:hover,
.account-login #login-form fieldset div.col2-set div.col-1 div.buttons-set #send2.sfover { background: #fff; }
.account-login #login-form fieldset div.col2-set div.col-1 div.buttons-set #send2:hover span,
.account-login #login-form fieldset div.col2-set div.col-1 div.buttons-set #send2.sfover span { background: #fff; color: #f47200; }

.account-login #login-form fieldset div.col2-set div.col-2 div.buttons-set button { background: #f47200; border: 1px solid #f47200;}
.account-login #login-form fieldset div.col2-set div.col-2 div.buttons-set button span { font-family: 'Arial'; font-size: 11px; font-weight: bold; background: #f47200; color: #fff; }
.account-login #login-form fieldset div.col2-set div.col-2 div.buttons-set button:hover,
.account-login #login-form fieldset div.col2-set div.col-2 div.buttons-set button.sfhover { background: #fff; }
.account-login #login-form fieldset div.col2-set div.col-2 div.buttons-set button:hover span, 
.account-login #login-form fieldset div.col2-set div.col-2 div.buttons-set button.sfover span { background: #fff; color: #f47200; }

.account-login #login-form fieldset .required { color: #f47200; font-weight: bold;}
.account-login #login-form fieldset div.registered-users p.required { color: #f47200; font-weight: normal; }

.account-login #login-form fieldset div.col-1 div.buttons-set a { color: #c1c1c1; font-weight: bold; font-family: 'Arial'; font-size: 11px; text-decoration: none; }
.account-login #login-form fieldset div.col-1 div.buttons-set a:hover { text-decoration: underline; }

.account-login #login-form fieldset div.buttons-set { border: none; border-top: 1px solid #c1c1c1; }

.main div.col-main .padder { padding: 0px 16px; }
.main div.col-main .padder .padder { font-size: 11px; font-family: 'Arial'; color: #666; padding: 0px 0px; }
.main div.col-main .padder .padder div.tags h3 { display: none; }
.main div.col-main .padder .padder div.tags #addTagForm button.button { float: right;  }
.main div.col-main .padder .padder div.tags #addTagForm div.input-box { float: left; }
.main div.col-main .padder .padder div.tags #addTagForm div.input-box input { font-size: 11px; font-family: 'Arial'; color: #666;  height: 17px; width: 470px; }
.main div.col-main .padder .padder div.tags #addTagForm p { clear: both; padding: 16px 0px;  }

.main div.col-main .padder .padder #customer-reviews h3 { display: none; }
.main div.col-main .padder .padder #customer-reviews div.pager { float: none; width: auto; margin-bottom: 0px; padding-bottom: 8px; padding-top: 8px; }
.main div.col-main .padder .padder #customer-reviews div.pager p.amount { margin-right: 4px; }
.main div.col-main .padder .padder #customer-reviews dl { text-align: justify; border-top: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; padding-bottom: 8px; padding-top: 8px; }
.main div.col-main .padder .padder #customer-reviews dl dd { margin-bottom: 16px; }
.main div.col-main .padder .padder #customer-reviews dl dt p.ii_review_title { font-size: 12px; color: #f47200; font-weight: bold; }
.main div.col-main .padder .padder #customer-reviews dl dt p.ii_review_author { font-size: 11px; color: #666; }
.main div.col-main .padder .padder #customer-reviews dl dd .data-table { margin: 0px; width: 100% }
.main div.col-main .padder .padder #customer-reviews dl dd .data-table th.label { display: none; }
.main div.col-main .padder .padder #customer-reviews dl dd .data-table td.value { border: none; float: right; margin-top: -16px; padding: 0px; }
.main div.col-main .padder .padder #review-form h3 { padding-bottom: 4px; color: #f47200; font-size: 12px; border-bottom: 1px solid #dbdbdb; }
.main div.col-main .padder .padder #review-form h4.product-name { text-align: left; padding-top: 4px; }
.main div.col-main .padder .padder #review-form li #review_field { width: 610px; }
.main div.col-main .padder .padder #review-form div.buttons-set { border: none; padding; 0px; }
.main div.col-main .padder .padder #review-form div.buttons-set button { float: left; }


.customer-address-index .main .col2-set { padding: 16px 16px 0px 16px; }
.customer-address-index .main .col2-set { font-size: 11px; font-family: 'Arial'; color: #666; }
.customer-address-index .main .col2-set h3 { font-size: 11px; color: #f47200; }
.customer-address-index .main .col2-set h4 { padding-top: 4px; font-size: 11px; }
.customer-address-index .main .col2-set a { color: #bbb; text-decoration: none; }
.customer-address-index .main .col2-set a:hover { text-decoration: underline; }

.sales-order-history .main .col-main,
.review-customer-index .main .col-main,
.review-customer-view .main .col-main,
.tag-customer-index .main .col-main,
.wishlist-index-index .main .col-main,
.wishlist-index-share .main .col-main,
.downloadable-customer-products .main .col-main,
.checkout-cart-index .main .col-main { font-size: 11px; color: #666; font-family: 'Arial'; }
.checkout-cart-index .main div.totals ul.checkout-types li { margin-top: 8px; }
.checkout-cart-index .main div.totals ul.checkout-types li a { color:#666; font-size: 11px; text-decoration: none;  }
.checkout-cart-index .main div.totals ul.checkout-types li a:hover { text-decoration: underline;  }
.sales-order-history .main .col-main p,
.review-customer-index .main .col-main p,
.tag-customer-index .main .col-main p,
.wishlist-index-index .main .col-main p,
.downloadable-customer-products .main .col-main p,
.checkout-cart-index .main .col-main p { padding: 8px 16px 0px 16px; }
.tag-customer-index .main .col-main ul.tags-list { padding: 8px 16px; }
.tag-customer-index .main .col-main ul.tags-list li a { color: #f47200; font-family: 'Arial'; text-decoration: none; }
.tag-customer-index .main .col-main ul.tags-list li a:hover { color: #666; font-weight: bold; }
.checkout-cart-index .main .col-main { padding-bottom: 16px; }
.checkout-cart-index .main .col-main p a { color: #f47200; text-decoration: none; }
.checkout-cart-index .main .col-main p a:hover { text-decoration: underline; }
.checkout-cart-index .main .col-main .col2-set { width: 350px; padding: 16px; }
.checkout-cart-index .main .col-main .col2-set .col-1 { width: 350px; }
.checkout-cart-index .main .col-main div.totals { padding: 16px; width: 200px; }
.checkout-cart-index .main .col-main .col2-set .col-2 { width: 100%; float: left;  }
.checkout-cart-index .main .col-main .col2-set .col-2 .shipping p { padding: 0px; }
.checkout-cart-index .main .col-main .col2-set .col-2 .shipping div.buttons-set { border: none; margin: 0px; padding: 0px; }
.checkout-cart-index .main .col-main .col2-set .col-2 .shipping div.buttons-set button.button { float: none; }
.checkout-cart-index .main .col-main .col2-set .col-2 .discount #discount-coupon-form button.button,
.checkout-cart-index .main .col-main .totals .discount #discount-coupon-form button.button { background: #fff; border: none; }
.checkout-cart-index .main .col-main .col2-set .col-2 .discount #discount-coupon-form button.button span,
.checkout-cart-index .main .col-main .totals .discount #discount-coupon-form button.button span { color: #f47200; }
.checkout-cart-index .main .col-main .col2-set .col-2 .discount #discount-coupon-form button.button:hover span,
.checkout-cart-index .main .col-main .totals .discount #discount-coupon-form button.button:hover span { text-decoration: underline; }
.checkout-cart-index .main .col-main .totals .discount #discount-coupon-form #coupon_code { width: 112px; }
.checkout-cart-index .main .col-main .col2-set .col-2 h3,
.checkout-cart-index .main .col-main .totals .discount h3 { font-size: 11px; font-weight: bold; color: #f47200; margin-top: 8px; }
.checkout-cart-index .main .col-main .col2-set .col-2 input,
.checkout-cart-index .main .col-main .col2-set .col-2 select { font-size: 11px; font-family: 'Arial'; color: #666; border: 1px solid #dbdbdb; }
.checkout-cart-index .main .col-main .col2-set .col-2 #co-shipping-method-form fieldset dl.sp-methods { margin: 8px 0px; }
.checkout-cart-index .main .col-main .col2-set.cart-collaterals .col-1 .crosssell h3 { font-size: 14px; border-bottom: 1px solid #dbdbdb; margin-bottom: 4px; }
.checkout-cart-index .main .col-main .col2-set.cart-collaterals .col-1 .crosssell ul li.item { border-bottom: 1px solid #dbdbdb; padding-bottom: 6px; margin-bottom: 4px; }
.checkout-cart-index .main .col-main .col2-set.cart-collaterals .col-1 .crosssell ul li.item div.product-shop h4 { text-align: left; }
.checkout-cart-index .main .col-main .col2-set.cart-collaterals .col-1 .crosssell ul li.item div.product-shop p { padding: 0px; }
.checkout-cart-index .page-title ul.checkout-types li button.button { background: none; margin-right: 4px; margin-top: 5px; border: none;  }
.checkout-cart-index .page-title ul.checkout-types li button.button:hover { background: #fff; margin-right: 4px; margin-top: 5px; border: none;  }
.checkout-cart-index .page-title ul.checkout-types li button.button span { background: none; border: 1px solid #dbdbdb;  }
.checkout-cart-index .page-title ul.checkout-types li button.button:hover span { background: #dbdbdb; border: 1px solid #dbdbdb;  }

.wishlist-index-share div.buttons-set { border: none; border-top: 1px solid #dbdbdb; padding: 8px 0px 0px 0px; margin: 0px; }

.checkout-onepage-index #checkoutSteps.opc .buttons-set { border: none; }
.checkout-onepage-index #checkoutSteps.opc .buttons-set p.f-left a { color: #f47200; text-decoration: none; }
.checkout-onepage-index #checkoutSteps.opc .buttons-set p.f-left a:hover { text-decoration: underline; }
.checkout-onepage-index #checkoutSteps.opc li .step-title { padding: 4px; line-height: 1em; font-family: 'Arial'; color: #666; }
.checkout-onepage-index #checkoutSteps.opc li .step-title h3 { line-height: 1em; font-weight: normal; font-size: 14px; }
.checkout-onepage-index #checkoutSteps.opc li .step-title span.number { margin-top: 1px; line-height: 1em; }
.checkout-onepage-index #checkoutSteps.opc li.active .step-title { color: #fff; background: #f47200; font-family: 'Arial'; }

.checkout-onepage-index #checkoutSteps.opc li select { font-size:11px; font-family: 'Arial'; color: #666; }

.checkout-onepage-index #checkoutSteps.opc #checkout-step-shipping_method,
.checkout-onepage-index #checkoutSteps.opc #checkout-step-payment,
.checkout-onepage-index #checkout-step-review { font-family: 'Arial'; color: #666; font-size: 11px; }

.checkout-onepage-index #checkoutSteps.opc #opc-login #checkout-step-login { font-family: 'Arial'; color: #666; font-size: 11px; }
.checkout-onepage-index #checkoutSteps.opc #opc-login #checkout-step-login span.ii-cupon { font-size: 12px; font-weight: bold; margin-top: 2px; margin-left: 155px; }
.checkout-onepage-index #checkoutSteps.opc #opc-login #checkout-step-login span.ii-cupon a { text-decoration: none; color: #f47200; }
.checkout-onepage-index #checkoutSteps.opc #opc-login #checkout-step-login span.ii-cupon a:hover { text-decoration: underline; }
.checkout-onepage-index #checkoutSteps.opc #opc-login #checkout-step-login div.col2-set div.col-1 h4 { font-size: 12px; color: #f47200; }
.checkout-onepage-index #checkoutSteps.opc #opc-login #checkout-step-login div.col2-set div.col-2 h4 { font-size: 12px; color: #f47200; }
.checkout-onepage-index #checkoutSteps.opc #opc-login #checkout-step-login div.col2-set div.col-2 a.f-left { color: #f47200; text-decoration: none; }
.checkout-onepage-index #checkoutSteps.opc #opc-login #checkout-step-login div.col2-set div.col-2 a.f-left:hover { text-decoration: underline; }
.checkout-onepage-index #checkoutSteps.opc #opc-login #checkout-step-login div.col2-set div.col-2 input { font-size: 11px; color: #666; }
.checkout-onepage-index #checkoutSteps.opc #opc-login #checkout-step-login div.col2-set div.col-1 form fieldset { padding-top: 4px; }
.checkout-onepage-index #checkoutSteps.opc #opc-login #checkout-step-login div.col2-set .col-1 { width: 48%; }
.checkout-onepage-index #checkoutSteps.opc #opc-login #checkout-step-login div.col2-set .col-2 { width: 48%; padding-left: 16px; border-left: 1px solid #ddd; }

.checkout-onepage-index #checkoutSteps.opc #opc-billing #checkout-step-billing span.ii-cupon { color: #666; float: right;  font-size: 12px; font-weight: bold; margin-top: 2px;  }
.checkout-onepage-index #checkoutSteps.opc #opc-billing #checkout-step-billing span.ii-cupon a { text-decoration: none; color: #f47200; }
.checkout-onepage-index #checkoutSteps.opc #opc-billing #checkout-step-billing span.ii-cupon a:hover { text-decoration: underline; }

.sales-order-history .main .col-main .pager .limiter,
.review-customer-index .main .col-main .pager .limiter { padding-top: 8px; }
.sales-order-history .main .col-main #my-orders-table a,
.review-customer-index .main .col-main #my-reviews-table a { color: #f47200; text-decoration: none; }
.sales-order-history .main .col-main #my-orders-table a:hover,
.review-customer-index .main .col-main #my-reviews-table a:hover { text-decoration: underline; }
.review-customer-view .main .col-main .product-review div.page-title { margin-bottom: 8px; }
.review-customer-view .main .col-main .product-review div a.product-image { margin: 0px 16px; float: left; margin-bottom: 8px; }
.review-customer-view .main .col-main .product-review div.product-details { float: right; width: 470px; font-size: 11px; color: #f47200; font-weight: bold; margin-left: 16px; }
.review-customer-view .main .col-main .product-review div.product-details h3 { text-align: left; color: #666; }
.review-customer-view .main .col-main .product-review div.product-details p { color: #666; font-weight: normal; padding: 8px; }

.catalogsearch-term-popular .col-main,
.catalog-seo-sitemap-category .col-main,
.catalog-seo-sitemap-product .col-main,
.tag-list-index .col-main { padding: 16px; }
.catalog-seo-sitemap-category .col-main .page-title,
.catalog-seo-sitemap-product .col-main .page-title,
.catalogsearch-result-index .col-main .page-title { padding: 0px 16px 9px 16px; margin: 0px; margin-bottom: 16px;  }
.catalog-seo-sitemap-category .col-main .page-title h2,
.catalog-seo-sitemap-product .col-main .page-title h2,
.catalogsearch-advanced-index .col-main .page-title h2,
.catalogsearch-advanced-result .col-main .page-title h2,
.catalogsearch-result-index .col-main .page-title h2,
.rss-index-index .col-main .page-title h2,
.cms-despre-libhumanitas .page-title h2,
.cms-confidentialitate .page-title h2,
.cms-ajutor .page-title h2,
.cms-intrebari-frecvente .page-title h1,
.cms-cum-cumpar .page-title h2,
.cms-despre-livrare .page-title h2,
.cms-cum-platesc .page-title h2,
.cms-face-a-book-regulamentul-concursului .page-title h2,

.cms-ceb-info .page-title h2,
.cms-face-a-book-2-inscriere .page-title h2,
.cms-face-a-book-2 .page-title h2,
.cms-recenzii-recente .page-title h2, .cms-regulament-concurs-galati  .page-title h2 { 
	color:#FFFFFF;
	font-family:'Arial';
	font-size:11px;
	font-weight:bold;
	line-height:1.5em;
	padding:8px 0 0 10px;
	/* padding-left: 4px; font-size: 16px; color: #666; font-weight: bold; font-family: 'Arial'; */ }
.catalog-seo-sitemap-category .col-main .page-title h2,
.catalog-seo-sitemap-product .col-main .page-title h2
{
	padding-left: 4px; font-size: 16px; color: #666; font-weight: bold; font-family: 'Arial'; 
}
.catalogsearch-advanced-index .col-main h3 { font-weight: bold; color: #F47200; font-size: 12px; font-family: 'Arial'; }
.catalog-seo-sitemap-category .col-main ul.links,
.catalog-seo-sitemap-product .col-main ul.links { font-size: 12px; font-weight: bold; padding: 0px 16px 0px 16px; }
.catalog-seo-sitemap-category .col-main ul.links a,
.catalog-seo-sitemap-product .col-main ul.links a { color: #f47200; text-decoration: none; }
.catalog-seo-sitemap-category .col-main ul.links a:hover,
.catalog-seo-sitemap-product .col-main ul.links a:hover { text-decoration: underline; }
.catalog-seo-sitemap-category .col-main .pager,
.catalog-seo-sitemap-product .col-main .pager { text-align: center; width: 95%; border-bottom: 1px solid #F47200; border-top: 1px solid #F47200; padding: 4px; margin: 16px;  }
.catalog-seo-sitemap-category .col-main .pager p.amount,
.catalog-seo-sitemap-product .col-main .pager p.amount { margin-right: 16px; }
.catalog-seo-sitemap-category .col-main .pager .pages,
.catalog-seo-sitemap-product .col-main .pager .pages { float: right; }
.catalog-seo-sitemap-category .col-main ul.sitemap,
.catalog-seo-sitemap-product .col-main ul.sitemap { padding: 0px 16px 0px 16px; clear: both; width: 900px; margin: 8px 8px; }
.catalog-seo-sitemap-category .col-main ul.sitemap li, 
.catalog-seo-sitemap-product .col-main ul.sitemap li { float: left; width: 450px; }
.catalog-seo-sitemap-category .col-main ul.sitemap li a, 
.catalog-seo-sitemap-product .col-main ul.sitemap li a { text-decoration: none; color: #666; }
.catalog-seo-sitemap-category .col-main ul.sitemap li a:hover, 
.catalog-seo-sitemap-product .col-main ul.sitemap li a:hover { text-decoration: underline; }

.catalogsearch-advanced-index .col-main .breadcrumbs,
.catalogsearch-result-index .col-main .breadcrumbs,
.catalogsearch-advanced-result .col-main .breadcrumbs { display: none; }
.catalogsearch-advanced-index .col-main .page-title,
.catalogsearch-result-index .col-main .page-title,
.catalogsearch-advanced-result .col-main .page-title,
.rss-index-index .col-main .page-title,
.cms-despre-libhumanitas .col-main .page-title,
.cms-confidentialitate .col-main .page-title,
.cms-ajutor .col-main .page-title,
.cms-intrebari-frecvente .col-main .page-title,
.cms-cum-cumpar .page-title,
.cms-despre-livrare .page-title,
.cms-cum-platesc .page-title,
.cms-face-a-book-regulamentul-concursului .page-title,

.cms-ceb-info .page-title,
.cms-face-a-book-2 .page-title,
.cms-face-a-book-2-inscriere .page-title,
.cms-recenzii-recente .page-title, .cms-regulament-concurs-galati  .page-title { 
	background: url(../images/block_title_h2_grey.jpg) repeat-x;
	height: 33px;
	margin: 0 0 8px;
	padding: 0;
	/* padding: 9px 16px; margin: 0px; margin-bottom: 16px; */
}
.catalogsearch-advanced-index .col-main #form-validate {}
.catalogsearch-advanced-index .col-main #form-validate fieldset { padding: 0px 32px; }
.catalogsearch-advanced-index .col-main #advanced-search-list li select { font-size: 11px; color: #666; font-family: 'Arial';   }
.catalogsearch-advanced-index .col-main #advanced-search-list li label { font-size: 11px; }
.catalogsearch-advanced-index .col-main #form-validate fieldset div.buttons-set { margin: 8px 0px; }

.catalogsearch-term-popular .col-main .page-title h2,
.tag-list-index .col-main .page-title h2 { font-weight: bold; font-size: 16px; }
.catalogsearch-term-popular .col-main ul.tags-list,
.tag-list-index .col-main ul.tags-list { padding: 32px; font-size: 20px; }
.catalogsearch-term-popular .col-main ul.tags-list li a,
.tag-list-index .col-main ul.tags-list li a { color: #f47200; text-decoration: none; }
.catalogsearch-term-popular .col-main ul.tags-list li a:hover,
.tag-list-index .col-main ul.tags-list li a:hover { color: #666; }

.rss-index-index .col-main { color: #666; font-size: 11px; font-family: 'Arial'; }
.rss-index-index .col-main #rss-table-misc a.link-rss { color:#f47200; text-decoration: none; }
.rss-index-index .col-main #rss-table-misc a.link-rss:hover { text-decoration: underline; }

.catalogsearch-advanced-result .col-main div.search-summary { padding-left: 16px; color: #666; font-size: 11px; }
.catalogsearch-advanced-result .col-main p.note-msg { margin-top: 4px; margin-bottom: 4px; }

.iiepayment-initialize-payment .col-main { font-size: 11px; color: #666; font-family: 'Arial'; }

.customer-account-logoutsuccess .col-main p { padding: 16px; font-size: 11px; color: #666; font-family: 'Arial'; }

.customer-account-login .account-login .col2-set .col-1 { float: right; } 
.customer-account-login .account-login .col2-set .col-2 { float: left; }

.cms-conditii-de-utilizare .std,
.cms-despre-libhumanitas .std,
.cms-confidentialitate .std,
.cms-ajutor .std,
.cms-intrebari-frecvente .std,
.cms-cum-cumpar .std,
.cms-despre-livrare .std,
.cms-cum-platesc .std,
.categorypath-librarii-html .std, 
.categorypath-librarii-evenimente-html .std,
.categorypath-librarii-librariile-humanitas-html .std,
.cms-face-a-book-regulamentul-concursului .std,

.cms-ceb-info .std,
.cms-face-a-book-2 .std,
.cms-face-a-book-2-inscriere .std,
.cms-recenzii-recente .std, .cms-regulament-concurs-galati  .std { 
	padding:16px; 
	color:#666666;
	float:none;
	font-family:'Tahoma';
	font-size:11px;
}

.cms-despre-libhumanitas .std,
.cms-confidentialitate .std,
.cms-ajutor .std,
.cms-intrebari-frecvente .std,
.cms-cum-cumpar .std,
.cms-despre-livrare .std,
.cms-cum-platesc .std,
.cms-face-a-book-regulamentul-concursului .std,

.cms-ceb-info .std,
.cms-face-a-book-2 .std,
.cms-face-a-book-2-inscriere .std,
.cms-recenzii-recente .std, .cms-regulament-concurs-galati  .std { padding: 0px; }

.cms-conditii-de-utilizare .std .ii_conditii,
.cms-despre-libhumanitas .std .ii_conditii,
.cms-confidentialitate .std .ii_conditii,
.cms-ajutor .std .ii_conditii,
.cms-intrebari-frecvente .std .ii_conditii,
.cms-cum-cumpar .std .ii_conditii,
.cms-despre-livrare .std .ii_conditii,
.cms-cum-platesc .std .ii_conditii,
.categorypath-librarii-html .ii_conditii,
.categorypath-librarii-evenimente-html .ii_conditii,
.categorypath-librarii-librariile-humanitas-html .ii_conditii,
.cms-face-a-book-regulamentul-concursului .ii_conditii,

.cms-ceb-info .ii_conditii,
.cms-face-a-book-2 .ii_conditii,
.cms-face-a-book-2-inscriere .ii_conditii,
.cms-recenzii-recente .ii_conditii, .cms-regulament-concurs-galati  .ii_conditii { padding: 16px; }
.cms-conditii-de-utilizare .std .ii_conditii ul,
.cms-confidentialitate .std .ii_conditii ul,
.cms-ajutor .std .ii_conditii ul,
.cms-cum-cumpar .std .ii_conditii ul { list-style-type: none; }
.cms-conditii-de-utilizare .std .ii_conditii ul.ii_enumerare li,
.cms-confidentialitate .std .ii_conditii ul.ii_enumerate li { margin-left: 16px; list-style-type: decimal; }
.cms-conditii-de-utilizare .std .ii_conditii ul li a,
.cms-confidentialitate .std .ii_conditii ul li a,
.cms-ajutor .std .ii_conditii ul li a { margin-left: 2px; color: #f47200; text-decoration: none; }
.cms-conditii-de-utilizare .std .ii_conditii ul li a:hover,
.cms-confidentialitate .std .ii_conditii ul li a:hover,
.cms-ajutor .std .ii_conditii ul li a:hover { text-decoration: underline; }

.cms-confidentialitate .std a,
.cms-cum-platesc .std a,
.cms-intrebari-frecvente .std a,
.cms-face-a-book-regulamentul-concursului .std a,

.cms-ceb-info .std a,
.cms-face-a-book-2 .std a,
.cms-face-a-book-2-inscriere .std a,
.cms-recenzii-recente .std a, .cms-regulament-concurs-galati  .std a { color: #f47200; text-decoration: none; }

.cms-confidentialitate .std a:hover,
.cms-intrebari-frecvente .std a:hover,
.cms-cum-platesc .std a:hover,
.cms-face-a-book-regulamentul-concursului .std a:hover,

.cms-ceb-info .std a:hover,
.cms-face-a-book-2 .std a:hover,
.cms-face-a-book-2-inscriere .std a:hover,
.cms-recenzii-recente .std a:hover, .cms-regulament-concurs-galati  .std a:hover { text-decoration: underline; }

.cms-despre-livrare .std table.bluebox {
	border:1px solid #3399CC;
	color:#666666;
	padding:3px;
}
.cms-despre-livrare .std table .greybox2 {
	background-color:#F4F4F4;
	border:1px solid #999999;
	padding:3px;
}
.cms-despre-livrare .std table .smallblue { color:#3399CC; }
.cms-despre-livrare .std table .text { color: #666; }

.cms-index-index .main { background: none; }




/* Account Login/Create Pages ============================================================ */

/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard { font-family: 'Arial'; color: #666; font-size: 11px; }
.dashboard .welcome-msg { margin-bottom: 16px; font-size: 11px; color: #666; font-family: 'Arial';}
.dashboard .welcome-msg h3 { border: none; font-size: 12px; font-weight: bold; color: #666; font-family: 'Arial'; margin-bottom: 8px; }
.dashboard h3 { color: #666; border-bottom: 1px solid #dbdbdb;  font-weight: bold; font-size: 16px; font-family: 'Arial'; }
.dashboard h4 { color: #f47200; font-size: 12px; margin-top: 8px;}
.dashboard h5 { font-size: 11px; }
.dashboard .recent-orders div.title-buttons { border-bottom: 1px solid #dbdbdb; }
.dashboard .recent-orders div.title-buttons h3 { border: none; }
.dashboard .recent-orders div.title-buttons a { margin-top: 2px; }

.dashboard a { color: #bbb; text-decoration: none; }
.dashboard a:hover { text-decoration: underline; }

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { color: #666; font-family: 'Arial'; font-size: 11px; background: #fff; margin-top: 2px; padding:10px; }
.footer p { clear: both; text-align:right; }
.footer address { text-align:left; font-size: 12px; color: #666; font-family: 'Tahoma'; }
.footer .safe { text-align:right; font-size: 12px; color: #666; font-family: 'Tahoma'; }
.footer ul { float:left; padding:0 20px 0 0; }
.footer ul.links { padding-right: 0px;  float: right; }
.footer ul li { display: inline; }
.footer ul.links li { display: inline; }
.footer ul li a { font-weight: bold; }
.footer ul.links li a { font-weight: normal; }
.footer a { color: #666; text-decoration: none; }
.footer a:hover { text-decoration: underline; } 
/* ======================================================================================= */


/********************** Tabs */
.tabs                   { padding-top: 2px; clear: both; margin: 16px -16px 16px -16px; height: 25px; background: url(../images/block_title_h2.jpg) repeat-x 0px 2px; }
.tabs li                { height: 23px; float: left; border-right: 1px solid #fff; font-size: 1.1em; line-height: 1em; }
.tabs li.first          { border-left:0; }
.tabs li.last           { border-right:0; }
.tabs a                 { font-size: 11px; font-family: 'Tahoma'; color: #fff; font-weight: bold; display: block; padding:5px 15px 6px 15px; text-decoration: none;  }
.tabs a:hover           { }
.tabs li.active,
.tabs li.sfhover,
.tabs li:hover { background: #fff; border-top: 1px solid #f47200; border-bottom: 1px solid #f47200; }
.tabs li.active a,
.tabs li:hover a,
.tabs li.sfhover a { color: #f47200; } 

.tabs2                   { padding-top: 2px; clear: both; margin: 16px -16px 16px -16px; height: 25px; background: url(../images/block_title_h2_grey.jpg) repeat-x 0px 2px; }
.tabs2 li                { height: 23px; float: left; border-right: 1px solid #fff; font-size: 1.1em; line-height: 1em; }
.tabs2 li.first          { border-left:0; }
.tabs2 li.last           { border-right:0; }
.tabs2 a                 { font-size: 11px; font-family: 'Tahoma'; color: #fff; font-weight: bold; display: block; padding:5px 15px 6px 15px; text-decoration: none;  }
.tabs2 a:hover           { }
.tabs2 li.active,
.tabs2 li.sfhover,
.tabs2 li:hover { background: #fff; border-top: 1px solid #666; border-bottom: 1px solid #666; }
.tabs2 li.active a,
.tabs2 li:hover a,
.tabs2 li.sfhover a { color: #666; } 
/* ======================================================================================= */

/*********************** ToolTips */
#text {}
.hotspot {color:#900; padding-bottom:1px; cursor:pointer}

#tt { z-index: 999; position:absolute; display:block; background:url(../images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(../images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(../images/tt_bottom.gif) top right no-repeat; overflow:hidden}
#text div.product-details a { color: #fff; text-decoration: none; font-size: 11px; font-family: 'Arial'; }
/**********************************/


/* Redirect to payment */
P.redirect-payment
{
	margin: 25px;
}

P.redirect-payment-button { text-align:center; }
.cms-index-index .page .main .col-main .std { margin: 0px; }



/* Promo css */
.promo {float: right; padding: 10px;}

/*Checkout page */
.customer-name-prefix div.name-prefix {
	width: 37px;
	}

.customer-name-prefix .name-prefix input.input-text {
	width: 25px;
	}
	
.customer-name-prefix .name-firstname, .customer-name-prefix .name-lastname {
	width: 242px;}
.customer-name-prefix .name-firstname input.input-text, .customer-name-prefix .name-lastname input.input-text {
	width: 230px;
	}	

.customer-dob .input-box {
	width: 65px;
	}

.customer-dob .dob-day input.input-text, .customer-dob .dob-month input.input-text, .customer-dob .dob-year input.input-text {
	width: 50px;
	}
#mp3_hint_label {
	width: 160px;

}

#checkout-review-table tr th { white-space: normal; }

.tag-product-list .col-main a.link-rss { margin-left: 8px; color: #f47200; font-size: 11px; text-decoration: none;  }
.tag-product-list .col-main a.link-rss:hover { text-decoration: underline; }

.grouped-items {
	display:none;
}
