/**
 * 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)
 */

 /* Prima data! =================================================================================== */
.product-details-hide { display:none !important; }
.product-details-show { display:block !important; }
/* ================================================================================================ */
 
/* Layout ================================================================================= */
.wrapper { }
.page { width:988px; margin:0 auto; padding:0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:0 0 10px 0; }

/* Base Columns */ 
.col-left { float:left; width:282px; }
.col-main { float:left; width:706px; }
.col-right { float:right; width:282px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:442px; }

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

.col2-set h3 { padding-bottom:5px; }

.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 ========================================================================= */

/* Headings */

.fl { float: left; }
.fr { float: right; }

.link-blue{ color:#1ab8f6; text-decoration:none; }
.link-blue:hover { text-decoration:underline; }

.link-black{ color:#3e3838; text-decoration:none; }
.link-black:hover { text-decoration:underline; }

.text-blue { color: #1ab8f6; }

.news_sticky .tdleft a
{
	text-decoration: underline;
	color: #178aba;
}

.news_sticky .tdleft a:hover
{
	text-decoration: none;	
}

.news_sticky .link-blue { color: #178aba !important; }


.product-view .buttons-set a,.back-link { color:#1ab8f6; text-decoration:none; }
.product-view .buttons-set a:hover,.back-link:hover { text-decoration:underline; }

.country_flag_image
{	
	position: relative;
	top: -1px;
}

strong { font-weight:bold; }
.sep5px { height: 5px; line-height: 5px; font-size: 5px; }
.sep7px { display:block; height:7px; font-size:0px;line-height:0em; }
.sep10px { display:block; height:10px; font-size:0px;line-height:0em; }
.sep15px { display:block; height:15px; font-size:0px;line-height:0em; }
.sep17px { display:block; height:17px; font-size:0px;line-height:0em; }
.sep20px { display:block; height:20px; font-size:0px;line-height:0em; }
.sep50px { display:block; height:50px; font-size:0px;line-height:0em; }

.page-box-full-huge, .page-box-full-large, .page-box-full-small, .page-box-full-smaller {
	padding:10px;
	border:5px solid #fff;
	background-color:#f7efdd;
}
.page-box-full-huge { width:968px; }
.page-box-full-large { width:676px; }
.page-box-full-small { width:320px; }
.page-box-full-smaller { width:320px !important; }

/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#555; }
input.input-text,select,textarea { background:#fdfdfd; border:1px solid #ecdcba; }
input.input-text,textarea { padding:5px 2px 5px 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 */

.inputDiv 
{
	background:#fdfdfd; 
	border:1px solid #ecdcba;	
	float: left;	
}

.inputDiv label { margin-left: 4px; float: left; }
.inputDiv input { float: left; }

.inputDivBg
{
	border: 0 !important;
	background: url(../images/inputdivbg.gif) left top no-repeat !important;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-top: 1px;
}

/*button.button { overflow:visible; width:auto; border:0; padding:0 0 0 0; border:2px solid #ecdcba;background:#fff; cursor:pointer; -webkit-border-fit:lines;}
button.button span { width:100%; float:left; padding:1px 15px 1px 15px; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#1ab8f6; font-size:17px; border:0; }*/

button.button 
{
	color:#1ab8f6; 
	font-size:17px;
	overflow:visible;
	width:auto;
	border:0;
	background:#fff;
	cursor:pointer;
	-webkit-border-fit:lines;
	border:2px solid #ecdcba;
	vertical-align:top;
	padding-bottom:1px;
	padding-top:1px;
	padding-left:2px;
	padding-right:2px;
}

button.button span
{	
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;	
	border:0;
}

button.disabled {}
button.disabled span {}
/* 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:normal; color:#6f6f6f; line-height:25px; }
.form-list .input-box { float:left; width:260px; padding:0 0 0 0; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }

.form-list .input-small-box 
{ 
	float: left; 
	width: 200px; 
	padding: 0 0 0 0; 
}

.form-list .input-small-box input.input-text { width: 200px !important; }
.form-list .input-small-box select { width: 200px !important; }

#advanced-search-list select { height:50px; }

.form-list li.add-row { border-top:1px solid #ecdcba; 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 { width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

input.product-custom-option,textarea.product-custom-option  { width: 341px; }

.buttons-set { clear:both; padding:15px 0 15px 0; }
.buttons-set .back-link { margin-top:7px; float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; 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:#ec3636; }
p.required { font-size:10px; 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:#ec3636; font-weight:bold; }
.notice { color:#1e7ec8; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:5px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:12px 8px 8px 43px !important; font-size:14px !important; font-weight:normal !important; }
.error-msg { border-color:#fff; background-color:#f7efdd; background-image:url(../images/error_msg_icon.gif); color:#5d676a; }
.success-msg { border-color:#fff; background-color:#f7efdd; background-image:url(../images/success_msg_icon.gif); color:#5d676a; }
.note-msg,
.notice-msg { border-color:#fff; background-color:#f7efdd; background-image:url(../images/note_msg_icon.gif); color:#5d676a; }
.error-msg a,
.success-msg a,
.note-msg a,
.notice-msg a {
	color:#1e7ec8;
	text-decoration:none;
}
.error-msg a:hover,
.success-msg a:hover,
.note-msg a:hover,
.notice-msg a:hover {
	text-decoration:underline;
}

/* BreadCrumbs */ 
.breadcrumbs { margin:0 0 10px; line-height:1; font-size:11px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li a { color:#1ab8f6; text-decoration:none; }
.breadcrumbs li a:hover { text-decoration:underline; }
.breadcrumbs li strong { font-weight:normal; }
.breadcrumbs li h1 {font-size: 11px; padding: 0; display: inline;}

/* Page Heading */
.page-title { margin:0 0 10px; }
.page-title h1, .page-title h2, .page-title h3 { font-weight:normal; color:#1ab8f6; }
.page-title h3 { font-size:20px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.title-buttons { padding-bottom:10px; }
.title-buttons a { color:#1ab8f6; text-decoration:none; }
.title-buttons a:hover { text-decoration:underline; }

/* Pager */ 
.pager { padding-right:3px; float:left; }
.pager .sides { float:left; font-size:12px; color:#494949;}
.pager .sides a { color:#494949; text-decoration:none;}
.pager .sides a:hover { background:#1ab8f6; color:#fff; text-decoration: none; }
.pager .links { margin:0 10px 0 10px; float:left; font-size:12px; color:#494949; }
.pager .links a { padding:0 3px; color:#494949; text-decoration:none; }
.pager .links a:hover { background:#1ab8f6; color:#fff; text-decoration:none; }
.pager .links a.current { background:#1ab8f6; color:#fff; text-decoration:none; }

.pager p.amount { float:left; }
.pager fieldset.limiter { display:none;/*float:left;margin-left:10px;*/ }

.pager ol li {float:left;}

.pager .pages {clear:both;}

.pager .pages strong {float:left;}

.pager .pages span {  background:#1ab8f6; color:#fff; text-decoration:none; padding:0 3px; margin-left:5px; }

.pager .pages a {  margin-left:3px; padding:0 3px; color:#494949; text-decoration:none; }
.pager .pages a:hover { background:#1ab8f6; color:#fff; text-decoration:none; }
.pager .pages a.current { background:#1ab8f6; color:#fff; text-decoration:none; }


.noFloat
{
	font-size:0px;
	line-height:0px;
	clear:both;
}

.sorter { padding-left:4px; float:left; }
.sorter a { padding:0 3px; color:#494949; text-decoration:none; }
.sorter a.selected { background-color:#1ab8f6; text-decoration:none; color:#fff; }

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ecdcba; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ecdcba; }
.data-table thead { }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#efe1c2; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#efe1c2; }
.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:#efe1c2; }
.data-table td.even { background:#f7efdd; font-weight:bold;}
.data-table td.value {}
.data-table a { color:#1ab8f6; text-decoration:none; }
.data-table a:hover { text-decoration:underline; }

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

/* 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; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

.std a { color:#1ab8f6; text-decoration:none; }
.std a:hover { text-decoration:underline; }
.std table th { padding:1px 5px; }
.std table td { padding:1px 5px; }

/* Noscript Notice */
.noscript { border:1px solid #bcb49d; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width:172px; height:72px; overflow:hidden; }
.header-container { width:988px; padding:10px 0 6px 0; margin:0px auto; }
.header { }
.header .logo { background-position:-2px 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:172px; height:72px; }

.logoseasonal { width: 147px !important; height: 72px !important; }
.logoseasonal a { height: 147px !important; height: 72px !important; }

/* Block: Cart */
.header .block-cart {
	position:relative;
	/*width:150px;*/
	height:40px;
	padding:10px 12px 0 12px;	
	padding-right: 8px;
	margin:17px 0 0 69px;
	float:left;
	background:#fff;
}

.header .block-loader-cart {
	text-align: left;
	position: absolute;
	width: 100%;
	height: 100%;
	/*margin-top: -10px;
	margin-left: -12px;*/
	top: 0;
	left: 0;
	padding: 0;
	z-index: 999;
	background: #ffffff;
}

.header .block-loader-cart img { float: left; }
.header .block-loader-cart span { float: left; }

.header .block-loader-cart img { margin-right: 4px; }

.header .block-loader-cart .padded {
	padding-top: 9px;
	padding-left: 12px;
}

.header .block-cart .cartleft { float: left; }

.header .block-cart .amount {
	position:absolute;
	display:block;
	top:0;
	left:-30px;
	width:38px;
	height:51px;
	background:url(../images/shoppingBag1.png) left top no-repeat; 
	cursor:pointer;
	z-index:999;
}

.header .block-cart h3, .header .block-cart div.heading3 {
	padding-bottom: 4px;
	color:#3f4649;
	font-size:12px;
	line-height:1em;
	font-weight:normal;
}
.header .block-cart a { float:left; font-size:11px; color:#1ab8f6; text-decoration:none; }
.header .block-cart a:hover { text-decoration:underline; }

.header .phone-icon { margin:20px 0 0 76px; float:left; }
.header .phone {
	height:37px;
	padding:0 0 10px 0;
	margin:12px 0 0 3px;
	float:left;
	line-height:25px;
	color:#3f4649;
}

.header .links { float:right; }
.header .form-search { position:relative; margin-top:15px; float:right; text-align:center; left:-8px; }
.header .form-search .search-input-text {
	width:194px;
	height:14px;
	padding:4px;
	border:1px solid #c1bcae;
	background:#fff;
	font-size:12px;
}
.header .form-search .search-button {
	width:75px;
	height:25px;
	border:0;
	margin:0 0 0 5px;
	background:url(../images/cauta-btn.png) left top no-repeat;
	text-indent:-999em;
	cursor:pointer;
}
.header .form-search .adv-search-link { font-size:11px; color:#3f4649; text-decoration:none; }
.header .form-search .adv-search-link:hover { text-decoration:underline; }

.header .form-search .search-autocomplete { width:202px; }
.header .form-search .search-autocomplete { position:absolute; top:25px !important; left:0px !important; text-align:left; z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #bcb49d; border-top:none; border-bottom:none; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #bcb49d; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected { color:#000; }


/********** < Navigation */
.nav-container {
	width:100%;
	height:34px;
	margin-bottom:10px;
	background:url(../images/nav_bg.gif) left top repeat-x;		
}
.nav-centered-container {
	width:1011px;
	/*padding-right:23px;*/
	margin:0 auto;		
}

.nav-centered-container-xmas2010 {
	background:url(../images/seasonal/xmas2010/fulgimenu.png) 25px top no-repeat;	
	position: relative;	
}

.nav-centered-container-xmas2010 #nav 
{ 
	margin-left: 34px; 
}

.nav-centered-container-xmas2010 a.craciun
{
	color: #fa0712 !important;		
}

.nav-centered-container-xmas2010 a
{
	padding-left: 24px !important;
	padding-right: 24px !important;		
}

.xmas2010bfcateg
{
	width: 44px;
	height: 44px;
	display: block;
	background: url(../images/seasonal/xmas2010/snowman.png) left top no-repeat;		
	cursor: pointer;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 1000;	
	margin-top: -4px;
}

#nav {
	float: left;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
#nav li {
	float:left;
}
#nav li { margin: 0 !important; padding: 0 !important; display:block; float:left;}
#nav li a { z-index: 100; display:block; margin: 0; height:25px; padding:9px 23px 0 23px; float:left; color:#fff; text-transform:uppercase; text-decoration:none; }
#nav li a:hover { background:url(../images/nav_bg.gif) left -34px repeat-x; text-decoration:none; color:#19b8f6;}
#nav li a.nbg { padding: 0 !important; margin: 0 !important; }
#nav li a.nbg:hover { background: none; }
#nav li a.selected { background:url(../images/nav_bg.gif) left -34px repeat-x; text-decoration:none; color:#19b8f6;}
#nav li a.retete_button
{
	background: #d42921 !important;	
}
#nav li a.blog_button
{				
	margin-right: 5px;	
	color: #ff0000;
	background: #fff !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
}
#nav li a.blog_button:hover { color: #19b8f6; }

#nav_catalog_link {
	display:block;
	
	/*width:226px;
	height:26px;
	*/
	
	width:133px;
	height:26px;
	
	margin:4px 0 0 0;	
	position:relative;
	left:-8px;
	float:right;
	/*background:url(../images/vrea_sa_primesc_link.gif) left top;*/
	/*background:url(../images/vezi_cat_btn2.png) left top;*/
	background:url(../images/vezi_lista_fav.png) left top;	
}

/********** Navigation > */

/************ News */

.sticky_margin
{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin-bottom: 12px;
}

.news_sticky
{
	position: relative;
	border: 3px solid #fff;	
	text-align: left;
	font-size: 13px;
	color: #333;
	margin: 0px auto;
	width: 976px;
	left: -3px;
	margin-bottom: 12px;	
}

.news_sticky .tdleft
{	
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #ffd634;
	width: 805px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
}

.news_sticky .tdright
{	
	vertical-align: top;
	background: #efe1c2;
	padding-top: 5px;
	padding-bottom: 5px;	
	text-align: center;	
}

.news_sticky .tdright a
{					
	padding-right: 20px;
	background: url(../images/btn_window_close.gif) right 1px no-repeat;	
}

.news_sticky .right a:hover
{
	text-decoration: none;
}

/************ end News */

#teaser-container { width:990px; margin:0px auto;}
#teaser-container .photo { width:663px; height:238px; float:left; background:url(../images/banner-big.png) left top no-repeat; }
#teaser-container .photo-empty { position:relative; width:649px; height:224px; padding:7px; float:left; background:url(../images/banner-big2.png) left top no-repeat; }
#teaser-container .promo { float:left;}
#teaser-container .promo a.catalog { display:block; width:320px; height:107px; background:url(../images/catalog-online.png) left top no-repeat; margin:5px 0 10px 0; cursor:pointer; }
/*#teaser-container .promo a.oferte { display:block; width:326px; height:115px; background:url(../images/deco-gradina-btn2.png) left top no-repeat;  cursor:pointer; position: relative; top: -1px; }*/
#teaser-container .promo a.oferte { display:block; width:320px; height:101px; background:url(../images/seasonal/feb2012/vday_banner.png) left top no-repeat;  cursor:pointer; position: relative; top: -1px; }
#teaser-container .photo-empty .teaser-left-btn {
	position:absolute;
	top:190px;
	left:600px;
	display:block;
	width:23px;
	height:27px;
	background:url(../images/teaser-left-btn.png) left top no-repeat;	
	cursor:pointer;
	border:0;
	z-index:999;
}
#teaser-container .photo-empty .teaser-left-btn:hover { background-position:left -27px; }
#teaser-container .photo-empty .teaser-right-btn {
	position:absolute;
	top:190px;
	left:627px;
	display:block;
	width:23px;
	height:27px;
	background:url(../images/teaser-right-btn.png) left top no-repeat;	
	cursor:pointer;
	border:0;
	z-index:999;
}
#teaser-container .photo-empty .teaser-right-btn:hover { background-position:left -27px; }
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #bcb49d; padding:0 10px; }
.block .block-title h2 { font-size:16px; font-weight:bold; line-height:1em; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:10px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.left-box {
	width:282px;
	padding-bottom:55px;
	/*margin-bottom:30px;*/
	margin-bottom: 10px;
	background:url(../images/left-box-bg.gif) left bottom no-repeat;
}
.left-box .price, .left-box a .price { color:#5d676a; }
.left-box a:hover .price { color:#fff; }
.left-box .title {
	height:37px;
	text-indent:-999em;
}
.left-box .content {
	display:block;
	width:187px;
	padding:0 0 0 27px;
}
.left-box .magazine-title { background:url(../images/magazine-bg.gif) 12px 18px no-repeat; }
.left-box .ajutor-rapid-title { background:url(../images/ajutor-rapid-title.jpg) 12px 18px no-repeat; }
.left-box .oferte-title { background:url(../images/oferte-bg.gif) 12px 18px no-repeat; }
.left-box .noutati-title { background:url(../images/noutati-bg.gif) 12px 18px no-repeat; }
.left-box .subscribe-title { background:url(../images/subscribe-bg.gif) 12px 18px no-repeat; }
.left-box .filtre-title { background:url(../images/filtre-bg.gif) 12px 18px no-repeat; }
.left-box .progress-title { background:url(../images/progress-bg.gif) 12px 18px no-repeat; }
.left-box .my-account-title { background:url(../images/my-account-bg.gif) 12px 18px no-repeat; }
.left-box .tags-title { background:url(../images/tags-bg.gif) 12px 18px no-repeat; }
.left-box .recently-title { background:url(../images/recently-bg.gif) 12px 18px no-repeat; }
.left-box .compara-title { background:url(../images/compara-bg.gif) 12px 18px no-repeat; }
.left-box .pool-title { background:url(../images/pool-bg.gif) 12px 18px no-repeat; }
.left-box .lvl1 {  }
.left-box .lvl1-item {
	display:block;
	width:187px;
	min-height:21px;
	padding:3px 0 0 0;	
	float:left;
	background:url(../images/leftnav-sep.gif) left bottom repeat-x;
}
.left-box .lvl1-item-last
{
	background: none !important;
}

* html .left-box .lvl1-item { height:21px; } /*IE6*/
*:first-child+html .left-box .lvl1-item { min-height:21px; } /*IE7*/
.left-box .lvl1-link {
	padding:0 0 0 10px;
	background:url(../images/lvl1-link-bg2.gif) left 2px no-repeat;
	color:#5d676a;
	text-decoration:none;	
	display: block;
}
.left-box .oferte-noutati-icon { display: block; position: absolute; margin-left: 120px; margin-top: -5px; width: 68px; height: 26px; background: url(../images/nou-icon-oferte.png) left top no-repeat; }
.left-box .lvl1-link:hover { background:url(../images/lvl1-link-bg2.gif) left -28px no-repeat; color:#1ab8f6; }

.left-box .lvl1-link-selected { background:url(../images/lvl1-link-bg.gif) left -24px no-repeat; font-weight:bold; color:#1ab8f6; }
.left-box .lvl2 {  }
.left-box .lvl2-item {
	display:block;
	width:160px;
	/*height:18px;*/
	padding:0 0 0 27px;
	padding-bottom: 2px;
	float:left;
}
.left-box .lvl2-item-first { padding-top:4px; }

.left-box ul.lvl1 h3
{
	display: inline;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
}

.left-box ul.lvl1 h3 a { display: inline; }

.left-box ul.lvl2 h4 { font-weight: normal; font-size: 12px; padding-top: 3px; padding-bottom: 3px; }

a.clink { display: inline !important; }
a.clink:hover{ background:url(../images/lvl1-link-xmas-bg.gif) left -24px no-repeat !important; color: #ea6c34 !important; }
a.clinksel { display: inline !important; font-weight:bold; background:url(../images/lvl1-link-xmas-bg.gif) left -24px no-repeat !important; color:#ea6c34 !important;  }

.left-box .lvl2-link {
	color:#5d676a;
	text-decoration:none;		
}
.left-box .lvl2-link:hover { background:#1ab8f6; color:#fff; }
.left-box .lvl2-link-selected { background:#1ab8f6; color:#fff;  }

.left-box ol.currently { width:217px; padding:15px 0 0 15px; background:#f7efdd; }
.left-box ol.currently li { width:172px; padding-left:15px; color:#5d676a; }
.left-box ol.currently li a { width:172px; color:#1ab8f6; text-decoration:none; }
.left-box .actions { width:172px; padding-top:2px; padding-left:30px;  background-color:#f7efdd; text-align:right; }
.left-box .actions a { font-size:11px; color:#1ab8f6; text-decoration:none; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #bcb49d; 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: Wishlist */
.block-wishlist {}

a.wishlink { text-decoration: none; height: 30px; display: block; background: url(../images/vheart.png) left top no-repeat;  padding-top: 2px; padding-left: 38px; font-size: 14px; font-family: Arial; color: #c90118; font-weight: bold; }
a.wishlink:hover { text-decoration: underline; }

.wish_h { padding-left: 38px; padding-top: 2px; height: 30px; display: block; background: url(../images/vheart.png) top left no-repeat; color: #c90118 !important; font-size: 22px !important; font-weight: bold !important; }
.wish_span { color: #c90118; font-size: 22px; font-weight: bold; margin-left: 2px; }
.wish_div { padding-left: 25px; background: url(../images/vheart_small.png) left 1px no-repeat; color: #c90118; font-size: 14px; font-weight: bold;  }
.wishtext { font-size: 12px; color: #444a4d; }
.wishemailmsg { font-size: 18px; font-weight: bold; color: #4b5154; }
.wishemailsubmit { cursor: pointer; border: 0; margin-left: 15px; width: 121px; height: 30px; background: url(../images/trimite-red-btn.jpg) no-repeat; }
.wishemailinput { margin-top: 1px; padding: 5px; font-size: 13px;  border:1px solid #f7efdd; width: 347px; }
.wishpublicinput { font-size: 14px; font-family: Arial; color: #c90118; font-weight: bold;  cursor: pointer; height: 26px; background:#fff url(../images/vheart_small.png) 3px 2px no-repeat; padding-left: 25px; padding-right: 3px; border:2px solid #ecdcba;}


/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }
.block-compare li a { color:#1e7ec8; text-decoration:none; }
.block-compare li a:hover { text-decoration:underline; }
.block-compare .reset-all { margin-right:15px; }
.block-compare .compara-btn {
	display:block;
	width:90px;
	height:24px;
	margin-top:5px; 
	margin-right:15px;
	float:right;
	border:0;
	background:url(../images/compara-btn.gif) left top no-repeat;
	cursor:pointer;
}

/* Block: Viewed */
.block-recent {}
.block-recent ol#recently-viewed-items { padding-top:10px; }
.block-recent ol#recently-viewed-items li {background:url(../images/recent_li_bg.gif) left 6px no-repeat; padding-left:10px;}
.block-recent ol#recently-viewed-items li a { color:#5d676a; text-decoration:none; }
.block-recent ol#recently-viewed-items li a:hover { background:#55c7ef; color:#fff;  text-decoration:none; }

/* Block: Poll */
.block-poll {}
.block-poll .content { width:187px; }
.block-poll h4 { font-weight:normal; font-size:12px; margin-top:5px; margin-bottom:10px; color:#5d676a; line-height: 18px; }
.block-poll li { line-height:20px; }
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; color:#5d676a;}
.block-poll .answer { }
.block-poll .votes { font-weight:bold; color:#1e7ec8; }
.block-poll .vote-btn {
	display:block;
	width:90px;
	height:24px;
	margin-top:5px; 
	margin-right:15px;
	float:right;
	border:0;
	background:url(../images/vote-btn.gif) left top no-repeat;
	cursor:pointer;
}

/* Block: Tags */
.block-tags {
	border:0;
	width:282px;
	padding-bottom:55px;
	margin-bottom:10px;
}
.block-tags .price, .block-tags a .price { color:#5d676a; }
.block-tags a:hover .price { color:#fff; }

.block-tags .block-title { padding-top:18px; color:#37bff3; border:0;}

.block-tags .content {
	width:177px;
	padding-top:10px;
	padding-right:10px;
}
.block-tags .content ul.tags-list { }
.block-tags .content ul.tags-list li {padding-left:3px;padding-right:3px;}
.block-tags .content ul.tags-list li a { color:#5d676a; text-decoration:none; }
.block-tags .content ul.tags-list li a:hover { background:#55c7ef; color:#fff;  text-decoration:none; }

.block-tags .actions {padding-top:10px;}
.block-tags .actions  a { color:#5d676a; /*font-style:italic;*/ text-decoration:underline; }
.block-tags .actions  a:hover {text-decoration:none; }

.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.left-box .subscribe-content {
	display:block;
	width:187px;
}
.left-box .subscribe-content .desc {
	padding:3px 0 0 0;
	color:#5d676a;
}
.left-box .subscribe-content .subscribe-input-text {
	width:179px;
	height:12px;
	margin-top:9px;
	padding:2px 3px 4px 3px;
	float:left;
	border:1px solid #c1bcae;
	background:#fff;
	font-size:12px;
}
.left-box .subscribe-content .subscribe-button {
	width:75px;
	height:25px;
	/*margin-top:5px;*/
	margin-top: 20px;
	float:right;
	border:0;
	background:url(../images/trimite-btn.gif) left top no-repeat;
	text-indent:-999em;
	cursor:pointer;
}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress {}
.block-progress dd { width:187px; }
.block-progress dt { width:187px; padding:5px 0 6px 0; }
.block-progress dt.complete,
.block-progress dd.complete {  }
.block-progress dt.complete { font-weight:bold; }
.block-progress dt.complete a { font-weight:normal; color:#1ab8f6; text-decoration:none; }
.block-progress dt.complete a:hover { text-decoration:underline; }
.block-progress dd.complete { padding-bottom:6px; }
.block-progress dd.sep { display:block; width:187px; height:1px; background:url(../images/progress-dd-bg.gif) left bottom repeat-x; font-size:0px; line-height:0em; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { margin:0 0 10px; }
.category-title h1, .category-title h2 { font-size:26px; font-weight:normal; color:#1ab8f6; }
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid td.item {
	width:172px;
	padding:0 6px 19px 0;
}
.products-grid td.item-right {
	padding-right:0;
}
.products-grid td.item-bottom {
	padding-bottom:0;
}
.products-grid .product-container {
	position:relative;
	width:164px;
	padding:10px 0 10px 0;
	border:4px solid #f7efdd;
	background:#fff;
}
.products-grid .product-container .dicount-icon,
.products-grid .product-container .recomandare-icon,
.products-grid .product-container .nou-icon,
.products-grid .product-container .hot-icon,
.products-grid .product-container .promo-icon, 
.products-grid .product-container .cool-icon {
	position:absolute;
	top:0;
	left:77px;
	width:87px;
	height:76px;
	z-index:600;
}
.products-grid .product-container .dicount-icon { background:url(../images/discount-icon.png) left top no-repeat; }
.products-grid .product-container .hot-icon { background:url(../images/hot-icon.png) left top no-repeat; }
.products-grid .product-container .promo-icon { background:url(../images/promo-icon.png) left top no-repeat; }
.products-grid .product-container .recomandare-icon { background:url(../images/recomandare-icon.png) left top no-repeat; }
.products-grid .product-container .nou-icon { background:url(../images/nou-icon.png) left top no-repeat; }
.products-grid .product-container .cool-icon { background:url(../images/testat-box.png) left top no-repeat;  }

.products-grid .product-container .vitrine-magique {
	position:absolute;
	top:90px;
	left:115px;
	width:13px;
	height:17px;
	z-index:600;
	background:url(../images/vitrine-magique-thumb.png) left top no-repeat; 
}

.products-grid .product-container .product_list_discount_percent
{
	position: absolute;
	z-index: 9999;
	left: -20px;
	color: #fff;	
	width: 49px;
	padding-left: 1px;
	height: 34px;	
	padding-top: 17px;
	background: url(../images/promo/discount_product_list.gif) left top no-repeat;	
	text-align: center;
	font-size: 11px;
}

.product_view_discount_percent
{
	position: absolute;
	z-index: 9999;
	left: 110px;	
	margin-top: -5px;
	color: #fff;	
	width: 49px;
	padding-left: 1px;
	height: 34px;	
	padding-top: 17px;
	background: url(../images/promo/discount_product_list.gif) left top no-repeat;	
	text-align: center;
	font-size: 11px;
}

.products-grid .product-container .mini-cart-icon {
	display:block;
	position:absolute;
	top:190px;
	left:140px;
	z-index:9999;
}

.products-grid .product-container .mini-heart-icon {
	display:block;
	position:absolute;
	top:195px;
	left:120px;
	z-index:9999;
}

.products-grid .product-container .corner-bottom-left
{
	display: block;
	position: absolute;
	top: 195px;
	left: 9px;
	z-index: 9999;
	cursor:pointer;	
}

.products-grid .product-container .product-name {
	width:164px;
	/*height:38px;
	padding:0 7px 10px 7px;*/
	height: 38px;
	padding-left: 4px;
	padding-right: 4px;
	_padding:0 7px 10px 7px;
	border-bottom:1px solid #f7efdd;
	/*vertical-align:middle;*/
	vertical-align:top;
}
* html .products-grid .product-container .product-name { height:28px; } /*IE6*/
*:first-child+html .products-grid .product-container .product-name { min-height:28px; } /*IE7*/
.products-grid .product-container .product-name h3, .products-grid .product-container .product-name h2 {
	text-align:center;
}
.products-grid .product-container .product-name a {
	display:block;
	line-height:14px;
	font-size:12px;
	color:#816117;
	font-weight:bold;
	text-decoration:none;
}
.products-grid .product-container .product-name a:hover { text-decoration:underline; }
.products-grid .product-container .product-image-container {
	position:relative;
	width:164px;
	height:121px;
	text-align:center;
}
.products-grid .product-container .product-details {
	position:absolute;
	top:0;
	left:0;
	z-index:700;
	display:block;
	width:138px;
	height:108px;
	padding:5px 14px 5px 12px;
	border-bottom:1px solid #f7efdd;
	background:#fff;
	line-height:16px;
	font-size:12px;
	text-align:left;
}

.products-grid .product-container .product-details .ratings {margin:0;padding:0;font-size:10px}

.products-grid .product-container .product-details .rating-box {margin-right:5px;float:left;}
.products-grid .product-container .product-details .amount {float:left;}
.products-grid .product-container .product-details .clearer {}

.products-grid .product-container .product-details .desc {
	height:71px;
	line-height:14px;
	font-size:11px;
	overflow:hidden;
	cursor:pointer;
	margin-bottom:5px;
}
.products-grid .product-container .product-details .link-more { margin-right:5px; float:right; font-size:11px; color:#1ab8f6; text-decoration:none; text-align:center; }
.products-grid .product-container .product-details .link-more:hover { text-decoration:underline; }
.products-grid .product-container .product-details .link { font-size:11px; color:#1ab8f6; text-decoration:none; text-align:center; }
.products-grid .product-container .product-details .link:hover { text-decoration:underline; }
.products-grid .product-container .product-image {
	display:block;
	padding:12px 0 12px 0;
}
/*!!!preturi pentru listari!!!*/
.products-grid .product-container .price-container {
	width:164px;
	height:36px;
	padding:2px 7px 0 7px;
	vertical-align:middle;
}
.products-grid .product-container .price-box {
	text-align:center;
	vertical-align:middle;
}
.products-grid .product-container .price-box p { width:150px; }

.products-grid .product-container .price-box a {text-decoration:none;}

.products-grid .product-container .price-box a:hover {background:#1ab8f6; color:#fff}
.products-grid .product-container .price-box a:hover span {color:#fff;}
.products-grid .product-container .price-box a:hover p.special-price  span.price { background:#1ab8f6; }

.products-grid .product-container .price-box .price { font-weight:normal; }
.products-grid .product-container .price-box .old-price .price { color:#5d676a; }
.products-grid .product-container .price-box .special-price .price-label { color:#1ab8f6; font-weight:normal; }
.products-grid .product-container .price-box .price-label { font-weight:normal; }

/* View Type: List */
.products-list li.item { border:1px solid #bcb49d; padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {}

.product-essential {}

.product-collateral { padding:0 15px 15px 15px; margin-top:15px; border:5px solid #fff; background:#f7efdd; color:#5d676a; }

/* Product Images */
.product-view .product-img-box { position:relative; width:346px; float:left; }

.product-view .product-img-box .dicount-icon,
.product-view .product-img-box .recomandare-icon,
.product-view .product-img-box .nou-icon,
.product-view .product-img-box .hot-icon,
.product-view .product-img-box .promo-icon, 
.product-view .product-img-box .cool-icon {
	position:absolute;
	top:-1px;
	left:261px;
	width:87px;
	height:76px;
	z-index:900;
}
.product-view .product-img-box .dicount-icon { background:url(../images/discount-icon.png) left top no-repeat; }
.product-view .product-img-box .hot-icon { background:url(../images/hot-icon.png) left top no-repeat;  }
.product-view .product-img-box .promo-icon { background:url(../images/promo-icon.png) left top no-repeat;  }
.product-view .product-img-box .recomandare-icon { background:url(../images/recomandare-icon.png) left top no-repeat;  }
.product-view .product-img-box .nou-icon { background:url(../images/nou-icon.png) left top no-repeat; }
.product-view .product-img-box .cool-icon { background:url(../images/testat-box.png) left top no-repeat; }

.product-view .product-img-box .vitrine-magique {
	position:absolute;
	top:305px;
	left:10px;
	width:79px;
	height:28px;
	z-index:900;
	background:url(../images/vitrine-magique.png) left top no-repeat;
}

.product-view .product-img-box .product-image { width:336px; padding:5px 5px 10px 5px; background:#fff; }
.product-view .product-img-box .product-image .lupa { position:relative;left:85%;top:5px; }

.product-view .product-img-box .more-views { width:346px; padding-top:10px; }
.product-view .product-img-box .more-views li { display:block; width:91px; margin:0 26px 10px 0; float:left; border:3px solid #fff;  }
.product-view .product-img-box .more-views li.last { margin-right:0px; }
.product-view .product-img-box .more-views li {
	position:relative;
}
.product-view .product-img-box .more-views li .vitrine-magique {
	position:absolute;
	top:68px;
	left:74px;
	width:13px;
	height:17px;
	z-index:900;
	background:url(../images/vitrine-magique-thumb.png) left top no-repeat; 
}

.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 { position:relative; width:350px; padding:5px 0 0 10px; float:right; }

.product-view .product-name { margin-bottom:10px; }
.product-view .product-name h1, .product-view .product-name h2 { padding-bottom:10px; font-size:26px; font-weight:normal; color:#1ab8f6; }
.product-view .product-name a{color:#1ab8f6;text-decoration:none;}
.product-view .product-name a:hover {text-decoration:underline;}

.product-view .product-name .data-table { width:150px; }
.product-view .rating-box { margin-bottom:5px; }
.product-view .product-name .data-table th.label { border:0; background:transparent; }
.product-view .product-name .data-table td { border:0; background:transparent; }
.product-view .product-essential .add-review .buttons-set .send-btn {
	width:75px;
	height:25px;
	margin-right:85px;
	float:right;
	border:0;
	background:url(../images/trimite-btn.gif) left top no-repeat;
	text-indent:-999em;
	cursor:pointer;
}

.product-view .product-shop .desc { color:#5d676a; padding:10px 0 10px 0; width:350px; line-height:18px;}
.product-view .product-shop .tax-desc { font-size:10px; }
.product-view .product-shop .price-box { width:322px; padding:7px 9px 7px 9px; border:5px solid #ecdcba; background:#fff; line-height:22px; font-size:20px; color:#1ab8f6; text-align:center; }
.product-view .product-shop .price-box p { width:322px; }

.product-view .product-shop .product-qty .input-text { padding-top:5px; height:15px; border:1px solid #ecdcba; }
.product-view .product-shop .product-qty .qty-simple { width:50px !important; float:left; margin-top:15px; }
.product-view .product-shop .product-qty .label-qty-simple { float:left; margin:20px 5px 0px 0px; font-weight:bold; }

.product-view .product-shop .product-qty-before .input-text { padding-top:5px; height:15px; border:1px solid #ecdcba; }
.product-view .product-shop .product-qty-before .qty-simple { width:50px !important; float:left; margin-bottom:15px; }
.product-view .product-shop .product-qty-before .label-qty-simple { float:left; margin:5px 5px 18px 0px; font-weight:bold; }

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/blank-star.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/full-star.gif) 0 100% repeat-x; }

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock, .out-of-stock { font-weight:bold; color:#ff8d4f; }

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

.price-box {}
.price-box .price { }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; color:#5d676a; }
.old-price .price { text-decoration:line-through; color:#5d676a; }

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

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

a.minimal-price-link { display:block; color:#1ab8f6; text-decoration:none; }
a.minimal-price-link:hover { text-decoration:underline; }
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 { }

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

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

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

/*Configurabil*/
.product-view .product-shop .product-configurable-options { display:block; width:348px; padding:0 0 0 2px; }
.product-view .product-shop dl.product-configurable-options { margin:15px 0; }
.product-view .product-shop dl.product-configurable-options dt { float:left; }
.product-view .product-shop dl.product-configurable-options dt label { display:block; width:100px; padding-right:10px; font-weight:bold; }
.product-view .product-shop dl.product-configurable-options dd { float:left; }
.product-view .product-shop dl.product-configurable-options dd.clearer { display:block; clear:both; float:none; height:1px; font-size:0px !important; line-height:0em !important; }

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

/* Tier Prices */
.tier-prices { border:5px solid #efe1c2; background:#fff; margin:15px 1px; padding:5px; }
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit { font-weight:bold; }

/* Add to Links */
.add-to-links .separator { display:none; }

.pricecartbox
{
	width: 325px;	
	background: #fff;
	border: 3px solid #ecdcba;
	margin-bottom: 5px;
}

.pricecartbox td { padding-top: 11px; padding-bottom: 11px; background: #fff; }
.pricecartbox td.lft { padding-left: 11px; }
.pricecartbox td.right { text-align: right; padding-right: 11px; }

.pricecartbox .price-box
{
	width: 135px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
	border: 0 !important;
	text-align: left !important;
}

/* Add to Cart */
.product-view .product-shop .adauga-btn 
{ 
	display:block; 
	/*width:350px; 
	height:28px; 
	margin-top:5px; 
	border:none; 
	background:url(../images/adauga-btn.gif) left top no-repeat; 
	cursor:pointer;*/
	border:none; 
	cursor:pointer;
	
	width: 152px;
	height: 39px;
	background: url(../images/productaddtocart.gif) left top no-repeat;	 
}

.product-view .product-shop .adauga-btn-hover
{
	/*background: url(../images/productaddtocarthover.gif) left top no-repeat !important;	*/
	background-position: 0px -41px;
}

/* Product Options */
.product-view .product-shop .product-options p.required { width:348px; font-size:10px; line-height:10px; padding:0 0 0 2px; text-align:right; }

.product-view .product-shop .product-options-bottom { }
.product-view .product-shop .product-options-bottom .price-box { display:none; }

/* Grouped Product */
.grouped-items { margin:15px 0px; }
.grouped-items th { font-weight:bold; background:#f7efdd; }
.grouped-items td { background:#f7efdd; }
.grouped-items .price-box { line-height:16px !important; font-size:12px !important; color:#1ab8f6; }
.grouped-items .price-box .price { font-weight:normal; }
.grouped-items .price-box .old-price { font-weight:normal; color:#5d676a !important; }
.grouped-items .price-box .old-price .price { color:#5d676a !important; }
.product-view .grouped-items .price-box { width:auto; padding:0; border:0; background:none;  }
.product-view .grouped-items .price-box p { width:auto; }

/* Block: Additional */
.product-collateral .additional-title {
	width:127px;
	height:7px;
	padding:15px 0 15px 0;
	color:#1ab8f6;
	font-size:13px;
	font-weight:bold;
	text-indent:-999em;
	background:url(../images/detalii-aditionale-bg.gif) left 15px no-repeat
}

.product-collateral .additional .data-table th { vertical-align:middle; }
.product-collateral .additional .data-table th, .product-collateral .additional .data-table td { font-weight:normal; }

.product-collateral .additional .data-table tr.odd {}
.product-collateral .additional .data-table tr.even { background-color:#efe1c2; }
.product-collateral .additional .data-table tbody.odd {}
.product-collateral .additional .data-table tbody.even { background-color:#efe1c2; }
.product-collateral .additional .data-table tr.odd th { background-color:#f7efdd; }
.product-collateral .additional .data-table tr.even th { background-color:#efe1c2; }

/* Block: Upsell */
.product-view .up-sell-container {
	width:696px;
	height:212px;
	padding:15px 0 15px 0px;
	margin-top:15px;
	border:5px solid #fff;
	background:#f7efdd;
	color:#5d676a;
	z-index:50;
}
.product-view .up-sell {}
.product-view .up-sell .title {
	padding:0 0 10px 15px;
	height:11px;
	text-indent:-999em;
}
.product-view .up-sell .upsell-title { background:url(../images/upsell-title.gif) 15px top no-repeat; }
.product-view .up-sell .product-container { width:144px; height:172px; padding:10px 5px 5px 5px; margin:5px; background:#fff; }
.product-view .up-sell h4.product-name, .product-view .up-sell h5.product-name { height:30px; line-height:14px; font-size:12px; overflow:hidden; }
.product-view .up-sell-container h4.product-name a, .product-view .up-sell-container h5.product-name a  { color:#816117; }

/* Block: Tags */
.product-view .tags, .tags-page, .transporthelp { padding:0 15px 15px 15px; margin-top:15px; border:5px solid #fff; background:#f7efdd; color:#5d676a; }
.product-view .tags h3, .tags-page h3, .product-view .tags .tagsh3 {  color:#1ab8f6; font-size:14px; font-weight:bold; padding-top:10px; padding-bottom:10px;}

.transporthelp h3, .transporthelp .thelph3
{
	display: block;
	width:95px;
	height:25px;
	color:#1ab8f6;
	font-size:13px;
	font-weight:bold;
	text-indent:-999em;
	background:url(../images/transporthelp-bg.gif) left 10px no-repeat;
}

.product-view .tags h3, .product-view .tags .tagsh3 {
	width:55px;
	height:17px;
	color:#1ab8f6;
	font-size:13px;
	font-weight:bold;
	text-indent:-999em;
	background:url(../images/etichete-bg.gif) left 10px no-repeat;
}

.transporthelp .infohelper
{
	margin-left: 0px;
}

.transporthelp .infohelper .left
{
	width: 41px;	
	float: left;
}

.transporthelp .infohelper .center
{
	float: left; 
	margin-left: 14px; 
	margin-right: 14px;
}

.transporthelp .infohelper .sep
{
	height: 5px;
	line-height: 5px;
	font-size: 5px;
}

.product-view .tags h4 { font-size:12px; padding-bottom:10px; }
.tags-page h4 { font-size:12px; padding-top:10px; padding-bottom:10px; }
.tags-page ul.tags-list { margin-top:5px; margin-bottom:5px; }
.product-view .tags ul.tags-list { margin-bottom:5px; }
.product-view .tags ul.tags-list li { padding-left:3px;padding-right:3px; }
.product-view .tags ul.tags-list li.first { padding-left:0; }
.product-view .tags ul.tags-list li a, .tags-page ul.tags-list li a { color:#464849; text-decoration:none; }
.product-view .tags ul.tags-list li a:hover, .tags-page ul.tags-list li a:hover { background:#55c7ef; color:#fff; font-style:italic; text-decoration:none; }

.tags-page ul.tags-list li  {padding-left:3px;padding-right:3px;font-size:16px;}

.product-view .tags p {margin-top:5px;font-size:11px;}

.product-view .tags .form-add-tags label { font-weight:bold; padding-top:3px; 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 p { clear:both; }
.product-view .tags .form-add-tags span {margin:0;padding:0;}
.product-view .tags .form-add-tags .add-tag-btn {
	display:block;
	width:141px;
	height:24px;
	margin-top:1px;
	border:none;
	background:url(../images/add-tag-btn.gif) left top no-repeat;
	cursor:pointer;
}

/* Block: Reviews */
.product-view .reviews { clear:both; float:none; margin-top:15px; color:#5d676a; }
.product-view .reviews .comentarii-clienti-title {
	width:128px;
	height:17px;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
	float:none;
	text-indent:-999em;
	background:url(../images/comentarii-clienti-bg.gif) left 10px no-repeat;
}

.product-view .reviews .pager {
	width:90%;
	margin-bottom:5px;
}

.product-view .reviews dl
{	
	border-top:1px solid #efe1c2; 
	clear:both;	
}

.product-view .reviews dt
{	
	clear:both;
	padding-left:5px;
	padding-top:5px;	
}

.product-view .reviews dt a {font-size:15px;color:#1e7ec8;text-decoration:none;}
.product-view .reviews dt a:hover {text-decoration:underline;}

.product-view .reviews dd
{		
	padding:0;
	margin:0;
	padding-top:5px;
	padding-left:5px;	
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #efe1c2;
}

.product-view .reviews dd p
{	
	clear:both;
}

.product-view .reviews dd p.date
{	
	padding-top:10px;
	font-weight:bold;
}

.product-view .reviews .data-table
{
	width:150px;
}



.product-view .reviews .rating-box
{
	
}

.product-view .reviews .data-table th.label
{
	border:0;
	background:#f7efdd;		
}

.product-view .reviews .data-table td
{
	border:0;
	background:#f7efdd;	
}

.product-view .reviews .blank {width:15px;height:14px; float:left; margin-left:5px;background:url(../images/blank-star.gif) no-repeat;}
.product-view .reviews .full {width:15px;height:14px; float:left; margin-left:5px;background:url(../images/full-star.gif) no-repeat;}



/* Block: Add Review */
.product-view .add-review { clear:both; float:none; margin-top:15px; color:#5d676a; }
.product-view .add-review .product-name span { font-weight:bold; color:#333;font-size:15px; }
.product-view .add-review h4 {color:#333333; font-size:12px; padding-top:10px; padding-bottom:10px; font-weight:bold; }
.product-view .add-review h5 {color:#333333; font-size:12px; padding-top:10px; padding-bottom:10px; }
.product-view .add-review ul.form-list {}
.product-view .add-review ul.form-list li {float:left;}
.product-view .add-review ul.form-list li label {float:left;width:225px;}
.product-view .add-review ul.form-list li input {margin-left:10px;float:left;}
.product-view .add-review ul.form-list li textarea {margin-left:10px;float:left; width:350px;height:100px;}
.product-view .add-review .buttons-set button {padding:0;margin:0;height:28px;padding-right:10px;padding-left:10px;}
.product-view .add-review .buttons-set span {margin:0;padding:0;}

.product-view .add-review h3 { color:#1ab8f6; font-size:16px; font-weight:bold; padding-top:10px; padding-bottom:10px; }
.product-view .add-review .com-produs-title {
	width:184px;
	height:17px;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
	float:none;
	text-indent:-999em;
	background:url(../images/com-produs-bg.gif) left 10px no-repeat;
}

.product-view .add-review .data-table td.value
{
	text-align:center;
}

.product-view .data-table { clear:both; margin-top:10px; margin-bottom:10px; }

/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.5; }

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

/* Advanced Search */
.search-summary {}
.advanced-search-container .cauta-btn { display:block; width:76px; height:24px; margin-left:110px; float:left; background:url(../images/cauta-btn.gif) left top no-repeat; border:none; cursor:pointer; }
.advanced-search-container label { margin-left:110px; float:left !important; }

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

/* Sitemap */
.sitemap ul.links { float:right; }
.sitemap ul.links a { color:#1ab8f6; text-decoration:none; }
.sitemap ul.links a:hover { text-decoration:underline; }
.sitemap ul.sitemap-list { margin:5px 0; }
.sitemap ul.sitemap-list li a { font-size:12px; color:#1ab8f6; text-decoration:none; }
.sitemap ul.sitemap-list li.even { background:#efe1c2; }
.sitemap ul.sitemap-list li.odd {  }
.sitemap ul.sitemap-list li.large a { font-size:14px; color:#1ab8f6; text-decoration:none; }
.sitemap ul.sitemap-list li a:hover { text-decoration:underline; }
.sitemap ul.sitemap-list li { padding:5px; border:1px solid #ecdcba; border-bottom:none; }
.sitemap ul.sitemap-list li.last { border-bottom:1px solid #ecdcba; }
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {padding:0 15px 15px 15px; border:5px solid #fff; background:#f7efdd; color:#5d676a;}
.product-review h2 {color:#1ab8f6; font-size:16px; font-weight:bold; padding-top:10px; padding-bottom:10px;}
.product-review .product-img-box { float:left; width:140px;}
.product-review .product-img-box .product-image { display:block; border:1px solid #bcb49d; padding:1px; }
.product-review .product-img-box p {margin-top:5px;margin-bottom:5px;}
.product-review .product-img-box p a{color:#1ab8f6;text-decoration:none;}
.product-review .product-img-box p a:hover {text-decoration:underline;}
.product-review .details { float:left; margin-left:15px; padding-left:15px;  width:480px; }
.product-review .details h3.product-name {font-weight:bold;font-size:16px;margin-bottom:10px;border-bottom:1px solid #efe1c2;}
.product-review .details h4 {font-weight:bold;margin-bottom:5px;font-size:12px;}
.product-review .ratings {}
.product-review .rating .blank {width:15px;height:14px; float:left; margin-left:5px;background:url(../images/blank-star.gif) no-repeat;}
.product-review .rating .full {width:15px;height:14px; float:left; margin-left:5px;background:url(../images/full-star.gif) no-repeat;}
.product-review .rating-box {}
.product-review  dl.ratings-list {margin-top:10px;margin-bottom:5px;}
.product-review .ratings-list dt {width:55px;float:left;}
.product-review .ratings-list dd.rating {width:100px;}
.product-review p.CommPageTitle {border-top:1px solid #efe1c2;padding-top:5px;font-size:13px;font-weight:bold;margin-bottom:5px;}
 
/* ======================================================================================= */


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

.cartsendorder
{
	width: 327px;
	height: 39px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../images/cartsendorder.gif) left top no-repeat;
	cursor: pointer;
}

.cart .disabledcartsend
{
	/*background: url(../images/cartsendorderdisabled.gif) left top no-repeat !important;*/
	background-position: 0px -82px;
}

.cartsendorderhover 
{ 
	/*background: url(../images/cartsendorderhover.gif) left top no-repeat !important; */
	background-position: 0px -41px;
}	

/* Shopping Cart Table */
.cart-table { width:676px; }
.cart-table th { border:0 !important; border-top:2px solid #e6dfcf !important; }
.cart-table th.th_left { border-left:2px solid #e6dfcf !important; }
.cart-table th.th_nbt { border-top:none !important; }
.cart-table th.th_right { border-right:2px solid #e6dfcf !important; }
.cart-table td { border:2px solid #e6dfcf; }
.cart-table td { font-weight:bold !important; }
.cart-table td.td_trash { width:50px; }
.cart-table tr.odd {}
.cart-table tr.even { background-color:#fffaef; }
.cart-table tbody.odd {}
.cart-table tbody td { padding-top:18px; padding-bottom:15px; }
.cart-table tbody.odd td { border-width:0 2px; }
.cart-table tbody.even { background-color:#fffaef; }
.cart-table tbody.even td { border-width:0 2px; }
.cart-table tbody.odd tr.border td,
.cart-table tbody.even tr.border td { border-bottom-width:2px; }
.cart-table td.label,
.cart-table th.label { font-weight:bold; background-color:#fffaef; }
.cart-table td.value {}
.cart-table td.td_checkout_types { padding:10px 0 0 0 !important; border:0 !important; }
.cart-table .product-name a { color:#5d676a; text-decoration:none; }
.cart-table .product-name a:hover { text-decoration:underline; }
.cart-table .qty { width:47px !important; height:15px; padding:1px; padding:0; border:2px solid #e6dfcf; }
.cart-table .price { color:#5d676a; }
.cart-table .item-msg { font-size:10px; }
.cart-table .continue-shopping-btn { display:block; width:329px; height:28px; float:left; background:url(../images/continue-shopping-btn.gif) left top no-repeat; border:0; cursor:pointer; }
.cart-table .update-cart-btn 
{ 
	display:block; 
	width:329px; 
	height:28px; 
	float:right; 
	background:url(../images/update-cart-btn.gif) left top no-repeat; 
	border:0; 
	cursor:pointer; 
}

.cart-table .removeFromCart { font-size: 11px; font-weight: normal; }
.cart-table .cart-qty { margin-bottom: 4px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.coupon {
	width:307px;
	padding:10px;
	margin:20px 0 0 0;
	float:left;
	background:#fff;
}
.coupon h3 { padding:7px 0 5px 0; line-height:1em; font-size:16px; font-weight:normal; color:#1ab8f6; }
.coupon label { display:block; padding-bottom:5px; }
.coupon .input-text { margin-bottom:5px; }
.coupon button.trimite { display:block; width:124px; height:28px;  padding:0 !important; border:0; background:url(../images/trimite-cupon.gif) left top no-repeat; text-indent:-999em; cursor:pointer; }
.coupon button.anuleaza { display:block; width:139px; height:28px;  padding:0 !important; border:0; background:url(../images/cancelcupon.gif) left top no-repeat; text-indent:-999em; cursor:pointer; }
.coupon .validation-advice { margin-bottom:5px; }

/* Block: Crosssell */
.cross-sell-container {
	width:696px;
	height:212px;
	padding:15px 0 15px 0px;
	margin-top:15px;
	border:5px solid #fff;
	background:#f7efdd;
	color:#5d676a;
	z-index:50;
}
.cross-sell-container h3 { padding:0 0 10px 15px; line-height:1em; font-size:13px; color:#1ab8f6; }
.cross-sell {}
.cross-sell .product-container { width:144px; height:172px; padding:10px 5px 5px 5px; margin:5px; background:#fff; }
.cross-sell h4.product-name { height:30px; margin-bottom:5px; line-height:14px; font-size:12px; overflow:hidden; }
.cross-sell-container h4.product-name a { color:#816117; }
.cross-sell-container .price-box { margin-top:5px; }
.cross-sell-container .minimal-price-link { display:none; }

.cart .shipping { margin-top: 20px; background: #fff; }
.cart .shipping .padded { padding: 10px; }
.cart .shipping ul.form-list { margin-top: 10px; }

/* Shopping Cart Totals */
.cart .totals { width:327px; float:right; padding:20px 0 0 0; }
.cart .totals .totals-container { padding:10px; background:#fff; }
.cart .totals table { width:100%; font-size:16px; font-weight:bold; color:#1ab8f6; }
.cart .totals table th,
.cart .totals table td { width:149px !important; padding:5px; }
.cart .totals table th { width:95px;  }
.cart .totals table .a-right { text-align:left !important; }
.cart .totals button.button { display:block; width:329px; height:28px; margin:10px 0 0 0 !important; padding:0 !important; border:0; background:url(../images/checkout-btn.gif) left top no-repeat; text-indent:-999em; cursor:pointer; }
.cart .totals button.button span { display:none; }
/* 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 #bcb49d; 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 { display:block; width:706px; position:relative; }
.opc li.section { display:block; width:676px; padding:7px 10px 7px 10px; margin:0 0 17px 0; border:5px solid #fff; background-color:#f7efdd; }
.opc .step-title { color:#939393; text-align:right; }
.opc .step-title .link-edit { color:#939393; text-decoration:none; cursor:default; }
.opc .step-title .link-edit:hover { text-decoration:none; }
.opc .step-title .number { float:left; margin-right:5px; line-height:18px; font-size:18px; }
.opc .step-title h3 { float:left; line-height:18px; font-size:18px; font-weight:normal; }
.opc .allow .step-title { /*color:#1ab8f6;*/ color:#5d676a; cursor:pointer; }
.opc .allow .step-title .link-edit { color:#1ab8f6; text-decoration:none; cursor:pointer; }
.opc .allow .step-title .link-edit:hover { text-decoration:underline; }
.opc .active { }
.opc .active .step-title { padding-bottom:7px; margin-bottom:15px; border-bottom:1px solid #fff; color:#5d676a !important; cursor:default; }
.opc .active .step-title .link-edit { color:#939393; text-decoration:none; cursor:default; }
.opc .active .step-title .link-edit:hover { text-decoration:none; }
.opc .step { padding:0; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

.opc .form-list .input-box { width:320px; }
.opc .form-list input.input-text,
.opc .form-list textarea { width:310px; }
.opc .form-list select { width:316px; }

.opc .group-select .input-box { width:320px; }
.opc .group-select input.input-text,
.opc .group-select textarea { width:530px; }
.opc .group-select select { width:536px; }
.opc .group-select .input-box input.input-text,
.opc .group-select .input-box textarea { width:310px; }
.opc .group-select .input-box select { width:316px; }
.opc .group-select .input-text-long { width:628px !important; }

/* Login One Page*/
#checkout-step-login .col-1 li { padding-left:15px; line-height:1.4em; }
.opc .continua-btn { display:block; width:175px; height:28px; float:right; border:0; background:url(../images/continua-btn.gif) left top no-repeat; cursor:pointer; }
#checkout-step-login .col-1 .register-btn { display:block; width:175px; height:28px; float:right; border:0; background:url(../images/creeaza-cont-btn.gif) left top no-repeat; cursor:pointer; }
#checkout-step-login .col-2 .login-btn { display:block; width:175px; height:28px; float:right; border:0; background:url(../images/login-btn.gif) left top no-repeat; cursor:pointer; }
#checkout-step-review .trimite-com-btn 
{ 
	display:block; 
	/*width:329px; 
	height:28px; 
	float:right; 
	border:0;
	background:url(../images/trimite-com-btn.gif) left top no-repeat;*/ 
	float:right; 
	border:0;
	cursor:pointer; 
	width: 327px;
	height: 39px;	
	background: url(../images/cartsendorder.gif) left top no-repeat;
}

#checkout-step-review .trimite-com-btn-hover
{	
	background-position: 0px -41px;
}

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

/*borders*/
#checkout-step-review { }
#checkout-step-review th { padding:10px; border:2px solid #e6dfcf; }
#checkout-step-review td { padding:10px; border:2px solid #e6dfcf; }
#checkout-step-review tr.even { background-color:#f7efdd; }
#checkout-step-review td.label,
#checkout-step-review th.label { font-weight:bold; background-color:#efe1c2; }

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods dd { padding-bottom:10px; }
.sp-methods dd li { padding-left:10px; }
.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-top:5px; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

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

#checkout-review-table { border: 2px solid #e6dfcf !important; }
/* ======================================================================================= */


/* Contact Page ============================================================ */
.contacts-index-index .send-btn {
	width:75px;
	height:25px;
	margin-top:5px;
	margin-right:161px;
	float:right;
	border:0;
	background:url(../images/trimite-btn.gif) left top no-repeat;
	text-indent:-999em;
	cursor:pointer;
}
.contact-col-1 {
	width:300px;
	padding:0 0 0 6px;
	float:left;
}
 .contact-col-2 {
 	width:274px;
 	padding:0 0 0 29px;
 	float:left;
 }
.contact-col-1 h3, .contact-col-2 h3 {
	padding:0 0 26px 0;
	font-size:14px;
}
.contact-col-1 h4, .contact-col-2 h4 {
	padding:0 0 17px 0;
}
/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.account-login { line-height:20px; }
.account-login .col2-set h3 { font-size:18px; font-weight:normal; }
.account-login .col2-set { float:left; }
.account-login .registered-users,
.account-login .new-users { float:left; height:250px; }
.account-login .login-wrapper { height: 90px; padding-top:10px; }
.account-login .registered-users .buttons-set { margin:0px; padding:0; }
.account-login .new-users .buttons-set { padding-top:110px; padding-bottom:0; }
.account-login .form-list li { float:left; }
.account-login .form-list li label { width:59px; float:left; }
.account-login .form-list li .input-text { width:223px; float:left; }
.account-login .forgot-link { margin-left:60px; color:#5d676a; text-decoration:underline; }
.account-login .forgot-link:hover { text-decoration:none; }
.account-login .login-btn { display:block; width:175px; height:28px; position: absolute; margin-top: 204px; margin-left: 145px; /*float:right;*/ border:0; background:url(../images/login-btn.gif) left top no-repeat; cursor:pointer; }
.account-login .register-btn { display:block; width:175px; height:28px; margin-top: 34px; float:right; border:0; background:url(../images/creeaza-cont-btn.gif) left top no-repeat; cursor:pointer; }
.account-create {}
.forgot-password .page-box-full-small { height:197px; }
.forgot-password .forgot-wrapper { height:93px; }

.account-create h3 { font-size:18px; font-weight:normal; }
.account-create fieldset.first { padding-bottom:10px; border-bottom:1px solid #fff; }
.account-create fieldset.last { padding-top:20px; }
.account-create .form-list li { width:100% !important; float:left; }
.account-create .form-list li .input-box { width:100% !important; padding-bottom:5px; clear:both; }
.account-create .form-list li label { margin-left:170px; float:left !important; }
.account-create .form-list li .input-text { width:261px; margin-right:100px; float:right; }
.account-create .form-list li .validation-advice { width:261px; margin-right:90px; float:right; }
.account-create .form-list li .checkbox { margin-top:6px; margin-right:353px; float:right; }
* html .account-create .form-list li .checkbox { margin-right:343px; } /*IE6*/
*:first-child+html .account-create .form-list li .checkbox { margin-right:353px; } /*IE7*/
.account-create p.required { margin-right:100px; }
.account-create .trimite-btn { float:right; border:0px; width:329px; height:28px; background:url(../images/trimite-btn-cont.gif) left top no-repeat; display:block; cursor:pointer; }
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}
.dashboard h4 { padding-bottom:3px; margin-bottom:5px; border-bottom:1px solid #f0dfbb; }
.dashboard a { color:#1ab8f6; text-decoration:none; }
.dashboard a:hover { text-decoration:underline; }
.dashboard h4.product-name { border-bottom:1px solid #fff; padding-bottom:3px; }
/* Block: Recent Orders */
.dashboard .recent-orders { margin:25px 0; }

/* Block: Reviews */
.dashboard .tags .number { width:7%; float:left; padding-bottom:3px; text-align:right; }
.dashboard .tags .details { width:90%; padding-bottom:5px; padding-left:5px; border-bottom:1px solid #fff; float:left; }
.dashboard .tags .title-buttons { margin-bottom:5px; border-bottom:1px solid #f0dfbb; }

/* Block: Reviews */
.dashboard .reviews .number { width:7%; float:left; padding-bottom:3px; text-align:right; }
.dashboard .reviews h4.product-name { width:90%; padding-left:5px; float:left; }
.dashboard .reviews .title-buttons { margin-bottom:5px; border-bottom:1px solid #f0dfbb; }
/********** Dashboard > */

/* My Account Address */
.customer-address-index a { color:#1ab8f6; text-decoration:none; }
.customer-address-index a:hover { text-decoration:underline; }
.customer-address-index ol li { padding-bottom:15px; }
.customer-address-index h4 { padding-bottom:5px; }
.customer-address-index address { padding-top:15px; border-top:1px solid #fff; }

.customer-address-box .form-list .input-box { width:320px; }
.customer-address-box .form-list input.input-text,
.customer-address-box .form-list textarea { width:310px; }
.customer-address-box .form-list select { width:316px; }

.customer-address-box .group-select .input-box { width:320px; }
.customer-address-box .group-select input.input-text,
.customer-address-box .group-select textarea { width:530px; }
.customer-address-box .group-select select { width:536px; }
.customer-address-box .group-select .input-box input.input-text,
.customer-address-box .group-select .input-box textarea { width:310px; }
.customer-address-box .group-select .input-box select { width:316px; }
.customer-address-box .group-select .input-text-long { width:628px !important; }


/* My Account Tags */
.tag-customer-index .tags-list a { color:#464849; text-decoration:none; }
.tag-customer-index .tags-list a:hover { background:#55c7ef; color:#fff; font-style:italic; text-decoration:none; }
.tag-customer-view a { color:#464849; text-decoration:none; }
.tag-customer-view a:hover { background:#55c7ef; color:#fff; font-style:italic; text-decoration:none; }

/* Order View */
.order-info { border:1px solid #fff; padding:10px; margin-bottom:15px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }
.order-info ul li { padding-left:15px; }
.order-info li { font-size:14px; padding-right:10px; border-right:1px solid #ecdcba; }
.order-info li.current { font-weight:bold; color:#1ab8f6; }
.order-info li a { color:#1ab8f6; text-decoration:none; }
.order-info li a:hover { text-decoration:underline; }

.sales-order-view h3.subtitle-border { padding-top:5px; padding-bottom:5px; margin-bottom:10px; border-bottom:1px solid #fff; }
.sales-order-invoice h3.subtitle-border { padding-top:5px; padding-bottom:5px; margin-bottom:10px; border-bottom:1px solid #fff; }
.sales-order-shipment h3.subtitle-border { padding-top:5px; padding-bottom:5px; margin-bottom:10px; border-bottom:1px solid #fff; }

/* My Account Reviews */
.review-customer-view .product-review .product-details { float:right; width:510px; }
.review-customer-view .product-review .left a { color:#1ab8f6; text-decoration:none; }
.review-customer-view .product-review .left a:hover { text-decoration:underline; }

/* 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-container { width:100%; padding:15px 0 40px 0px; padding-bottom: 10px; margin-top:20px; border-top:1px solid #e1cda0; }
.footer { width:988px; margin:0px auto; }
.footer p { text-align:right; }
.footer .links { float:left; width:600px; }
.footer .links li { float:left; padding-right:8px; margin:0 0 8px 8px; border-right:1px solid #9e7519; line-height:12px; }
.footer .links li.first {  margin-left:0px; }
.footer .links li.last {  border-right: 0 !important; }
.footer .links li a { font-size:11px; color:#9e7519; text-decoration:none;}
.footer .links li a:hover { color:#9e7519; text-decoration:underline;}
.footer .copy { float:right; font-size:11px; color:#9e7519; }

div.footer div.ftrLeft
{
	float: left; 
	width: 600px;	
}

div.footer div.ftrRight
{
	float:right; 
	width: 380px;
}

.flink { color:#9e7519; text-decoration:none;  }
.flink:hover { color:#9e7519; text-decoration:underline;  }

/* ======================================================================================= */


/* filter navigation top */

div.filterdiv
{
	background:#f7eedd;
	border:2px solid #ffffff;
	width:695px;
	margin-left:3px;
	padding-bottom:7px;
}

div.filterdiv ul li,div.filterdiv ol li
{
	float:left;
	margin-right:15px;	
}

div.filterdiv ol li a.remove
{	
	margin-left:2px;
	margin-right:2px;
	position:relative;
	top:-1px;	
}

div.filterdiv div.actions
{	
	/*float:left;*/
	float:left;
	margin-left:5px;
}

div.filterdiv span.price
{
	color:#4b5258;
}

div.filterdiv ul li a:hover span.price
{
	color:#fff;
}

div.filterdiv ul li a
{
	font-size:12px;
	color:#4b5258;
	font-family:arial,helvetica;
	text-decoration:none;
}

div.filterdiv ul li a:hover
{
	/*text-decoration:underline;*/
	background:#29bbf4;	
	color:#fff;
}

div.filterdiv div.pad
{
	padding-top:7px;	
	padding-left:8px;
}

div.filterdiv a.bluebg,div.filterdiv a.actions
{
	color:#fff;
	font-family:arial,helvetica;
	font-size:12px;
	background:#29bbf4;
	text-decoration:none;		
	padding-left:2px;
	padding-right:2px;	
	margin-top:2px;
	position:relative;
	top:-1px;
}

div.filterdiv a.bluebg:hover,div.filterdiv a.actions:hover
{
	/*text-decoration:underline;*/
	background:#5b6164;
}

div.filterdiv span.label
{
	color:#fff;
	font-family:arial,helvetica;
	font-size:12px;
	background:#29bbf4;	
	padding-left:2px;
	padding-right:2px;	
}

div.filterdiv div.blacklabel
{
	color:#4b5258;
	font-weight:bold;
	font-size:14px;
	font-family:arial,helvetica;	
	width:130px;	
}

/* end filter navigation top */

/* small teaser */

div.smallteaser
{
	background:#f7eedd;
	width:980px;
	border:2px solid #fff;	
	margin-bottom:10px;
	height:45px;
}

a.comanda_small
{
	width:256px;
	height:31px;
	display:block;	
	background:url(../images/comanda_small.gif) no-repeat;
	float:left;
}

a.decoreaza_small
{
	/*width:286px;
	height:31px;	
	background:url(../images/decoratiuni-gradina-btn.jpg) no-repeat;*/
	
	width:287px;
	height:31px;	
	background:url(../images/seasonal/feb2012/buton_dec.jpg) no-repeat;
	display:block;	
	float:left;
}

.smallteaser-left-btn
{
	float:left;
	height:28px;
	width:19px;
	background:url(../images/smallteaser_left.gif) no-repeat;
	border:0;
	margin-top:9px;
	cursor:pointer;
}

.smallteaser-left-btn-hover
{
	float:left;
	height:28px;
	width:19px;
	background:url(../images/smallteaser_left_hover.gif) no-repeat;
	border:0;
	margin-top:9px;
	cursor:pointer;
}

.smallteaser-right-btn
{
	float:left;
	height:28px;
	width:19px;
	background:url(../images/smallteaser_right.gif) no-repeat;
	border:0;
	margin-top:9px;
	cursor:pointer;
}

.smallteaser-right-btn-hover
{
	float:left;
	height:28px;
	width:19px;
	background:url(../images/smallteaser_right_hover.gif) no-repeat;
	border:0;
	margin-top:9px;
	cursor:pointer;
}

.smallteaser-left-btn::-moz-focus-inner, .smallteaser-right-btn::-moz-focus-inner, .smallteaser-left-btn-hover::-moz-focus-inner, .smallteaser-right-btn-hover::-moz-focus-inner { border: 0; }

/* end small teaser*/




/* Blog styles here */

div.blogHolder { font-family: 'Myriad Pro', 'Arial', 'Verdana'; border: 5px solid #f7efdd; background: #ffffff; /*height:142px;*/ padding-bottom: 5px; width:695px; }
div.blogHolder div.title { height: 33px;  font-size: 16px; color: #1ab8f6; border-bottom: 1px solid #f7efdd; }
div.blogHolder div.title a { color: #1ab8f6; }
div.blogHolder div.content div.text { /*height:50px;*/ width: 543px; font-size:12px; color: #595752; }
div.blogHolder div.content a.readMore { font-size:12px; color: #1ab8f6;}
div.blogHolder div.content a.readMore:hover, div.blogHolder div.title a:hover  { text-decoration: none; }
div.blogHolder div.content a.artTitle { font-size:16px; color: #816117; text-decoration:none; }
div.blogHolder div.content a.artTitle:hover { text-decoration:underline; }
div.blogHolder div.floatL { float: left; }
div.blogHolder div.cb, div.cboth { clear:both; height: 0; line-height: 0; font-size: 0; }
/* End Blog styles here */


.stocinfo_holder span { font-weight: bold; margin-left: 5px; }
.stocinfo_holder .green { color: #43a143;  }
.stocinfo_holder .red { color: #a15b43; }

.xmas_tooltip
{
	font-family: Arial;
	font-size: 12px;	
	position: absolute;
	margin-left: 47px;	
	margin-top: 5px;		
	width: 200px;
	height: 200px;
	background: url(../images/christmas_days.png) no-repeat;
	z-index: 999;
}
.xmas_tooltip div.xpad { padding: 0; width: 113px; margin-left: 5px;}
.xmas_tooltip div.text { padding: 0; margin: 0; text-align: center; color: #fff; font-weight: bold; font-size: 60px; font-family: arial; }

.resultfl { float: left; width: 300px; }

.products-return .red { color: #ff0000; }

.nlPopup { padding: 0; margin: 0; text-align: left; z-index: 11000; width:360px; height: 321px; }
.nlPopup .popupBg {width: 360px; height: 321px; position: absolute; background: url(../images/nlpopup.png) left top no-repeat; }
.nlPopup .popupBgForm {background: url(../images/nlpopupform.png) left top no-repeat !important;  }
.nlPopup .popupBgEmpty {background: url(../images/nlpopupempty.png) left top no-repeat !important;  }
.nlPopup .close { position: relative; z-index: 17500;  cursor: pointer; height: 15px; width: 15px; margin-left: 338px; margin-top: 1px; }
.nlPopup .infoText { position: relative; width: 340px; margin-top: 155px; color: #fff; text-align: center; }
.nlPopup .newsletterEmail { position: relative; margin-top: 8px; padding-top: 6px; padding-bottom: 5px; margin-left: 73px; width: 250px; border:0; padding-left: 6px; }
.nlPopup .form { border: 0; margin: 0; padding: 0;}
.nlPopup form fieldset { border: 0; margin: 0; padding: 0; }
.nlPopup .popupEmail { position: relative; border: 0;  width: 318px; padding-left: 6px; padding-top: 7px; padding-bottom: 7px; font-size: 12px;  }
.nlPopup .validation-advice{ position: absolute; margin-top: 4px; margin-left: 8px; background: #fff;  width: 324px; text-align: center; padding-left: 2px; font-size: 9px;  }
.nlPopup .popupSend { position: relative; margin-top: 20px; margin-left: 129px; cursor: pointer; width: 83px; height: 28px; border: 0; background: url(../images/trimitePopup.gif) top left no-repeat; }
.nlPopup .linkHolder { width: 172px; margin-left: auto; margin-right: auto; margin-top: 6px; }
.nlPopup a.politica { position: relative; left: 85px; top: 3px; width: 172px;  text-decoration: underline; color: #fff;  }
.nlPopup a.politica:hover { text-decoration: none; }
.nlPopup .entries input.txt { border: 0; position: relative; left: 11px; width: 319px; padding-top: 3px; padding-bottom: 3px; }
.nlPopup .entries input.radio { position: relative; left: 15px; }
.nlPopup .entries label { position: relative; color: #ffffff; left: 13px; }

.nlPopup .entries .pnume { padding-top: 3px; margin-top: 23px; }
.nlPopup .entries .pprenume { padding-top: 3px; margin-top: 24px; }
.nlPopup .entries .pemail { padding-top: 3px; margin-top: 55px; }
.nlPopup .popupFormSend { position: relative; left: 250px; cursor: pointer; width: 83px; height: 28px; border: 0; background: url(../images/trimitePopup.gif) top left no-repeat; }
.nlPopup .popupSendClose { position: relative; left: 250px; cursor: pointer; width: 83px; height: 28px; border: 0; background: url(../images/popup-button-inchide.png) top left no-repeat; }
.nlPopup .popupNumeValidator { color: red; position: absolute; margin-left: 8px; margin-top: 4px; background: #fff;  width: 324px; text-align: center; padding-left: 2px; font-size: 9px; }
.nlPopup .entries a { text-decoration: underline; color: #fff; position: relative; top: 10px; left: 85px; }

.nlPopupPos{ position: fixed; }
.subscribe-content .validation-advice { position: absolute;  margin-top: 30px; background: #fff; width: 185px; padding: 0; text-align: center; }

.popuphelp
{
	position: absolute;
	margin:0;
	padding: 0;	
	z-index: 15000;
	cursor: pointer;
}

.popuphelp .headerLeft
{
	width: 5px;
	height: 28px;
	background: url(../images/hpheaderbgleft.png) left top no-repeat;
	float: left;
}

.popuphelp .headerRepeat
{
	height: 28px;
	float: left;
	background: url(../images/hpheaderbgrepeat.png) left top repeat-x;
}

.popuphelp .headerRight
{
	width: 5px;
	height: 28px;
	background: url(../images/hpheaderbgright.png) left top no-repeat;
	float: left;
}

.popuphelp .contentbg
{
	width: 100%;
	background: url(../images/hpcontentbgleft.png) left top repeat-y;
}

.popuphelp .content
{
	width: 100%;
	background: url(../images/hpcontentbgright.png) right top repeat-y;
	text-align: left;
}

.popuphelp .content .padded
{
	padding-left: 5px;
	padding-right: 5px;	
	height: 100%;
}

.popuphelp .content .padded .padd
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
}


.popuphelp .close-icon
{
	width: 17px;
	height: 17px;
	background: url(../images/hpheaderclosebg.gif) left top no-repeat;
}

.popuphelp .helpTitle a
{
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	color: #5d676a;
}

.popuphelp .helpTitle a:hover { text-decoration: underline;  }

.popuphelp .footerLeft
{
	width: 5px;
	height: 8px;	
	background: url(../images/hpfooterbgleft.png) left top no-repeat;
	float: left;
}

.popuphelp .footerRepeat
{
	height: 9px;
	float: left;
	background: url(../images/hpfooterbgrepeat.png) left top repeat-x;
	text-align: left;
}

.popuphelp .footerRight
{
	width: 5px;
	height: 8px;
	background: url(../images/hpfooterbgright.png) left top no-repeat;
	float: left;
}

.popuphelp .footerpointer
{
	margin-top: 5px;
	width: 53px;
	height: 43px;
	background: url(../images/hpfooterpointer.png) left top no-repeat;
}

.help-icon, .help-icon-hover
{
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.help-icon
{	
	width: 18px;
	height: 18px;
	cursor: pointer;
	display: block;
	background: url(../images/help-icon.png) left top no-repeat;
}

.help-icon-hover
{	
	background: url(../images/help-icon-hover.png) left top no-repeat;
}

.truck-icon
{
	display: block;
	width: 28px;
	height: 19px;
	cursor: pointer;
	background: url(../images/truck-icon.png) left top no-repeat;
}

.clock-icon
{	
	display: block;
	width: 21px;
	height: 21px;
	cursor: pointer;
	background: url(../images/clock-icon.png) left top no-repeat;
}

.cupon-icon
{
	display: block;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../images/cupon-icon.png) left top no-repeat;
}

.stoc-icon
{
	display: block;
	width: 25px;
	height: 21px;
	cursor: pointer;
	background: url(../images/stoc-icon.png) left top no-repeat;
}

a.btext
{
	color: #5d676a;
	text-decoration: underline;
	padding-left: 10px;
	background: url(../images/btexticon.png) left 5px no-repeat;
}

a.btext:hover { text-decoration: none; }


/* facebook styles */

.connect_homepage {
	/*position: absolute;
	margin-left: 126px;
	margin-top: 2px;*/
	float: left;
	margin-left: 8px;
	margin-top: 2px;
	width: 28px;
	height: 28px;
	display: block;
	background: url(../images/fb-connect-homepage.jpg) left top no-repeat;
	cursor: pointer;
}

.connect_login
{	
	width: 174px;
	height: 29px;
	display: block;
	background: url(../images/fb-login.jpg) left top no-repeat;
	cursor: pointer;
}

/* end facebook styles */

#co-shipping-form fieldset select, #co-billing-form fieldset select, .customer-address-box form select
{
	padding-bottom: 4px;
	padding-top: 4px;
}

.forfreeshipping
{
	margin-top: 20px;
	width: 100%;
	text-align: left;
	background: #fdeb30;
	color: #000;
}

.forfreeshipping span.price { color: #000; font-weight: bold; }

.forfreeshipping .padder
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.quick-help li.lvl1-item { width: 190px; padding-top: 4px; padding-bottom: 4px; }
.quick-help a.lvl1-link { width: 150px; float: left; }
.tvagray { font-size: 9px; color: #c3c3c3; }

.playicon
{
	width: 25px;
	height: 25px;
	background: url(../images/play-iconb.png);
	position: absolute;
	z-index: 900;
	margin-left: 5px;
	margin-top: 60px;
	cursor: pointer;
	display: block;
}

.stiri .stire_item {
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 10px;
	padding-top: 10px;
}

.stiri .stire_item .stire_title
{
	font-weight: bold; 
	font-size: 16px;
	padding-bottom: 5px;
}

.stiri .stire_item .stire_title span
{
	font-weight: normal;
	font-size: 12px;
}

.stiri .stire_content
{
	font-size: 12px;
	padding-left: 10px;
	line-height: 20px;
}

.stiri .stire_content a
{
	text-decoration: underline;
	color: #178aba;
}

.stiri .stire_content a:hover
{
	text-decoration: none;	
}

.stiri .last { border: 0 !important; }

.stiri .readmore
{
	padding-top: 10px;
}

.stiri .readmore a
{
	color: #ea6c34;
	text-decoration: underline;
}

.stiri .readmore a:hover { text-decoration: none;  }

.vreau-catalog-decorix
{	
	position: relative;
	top: -11px;
}

.vreau-catalog-decorix h2
{
	font-weight: bold;
	font-size: 20px;
	color: #45cdf4;
}

.vreau-catalog-decorix .fll
{
	width: 136px;
	display: block;
	float: left;
}

.vreau-catalog-decorix .fli
{
	float: left;
	padding-left: 10px;	
	width: 490px;
}

.vreau-catalog-decorix input.input-text
{			
	width: 485px;	
}


.vreau-catalog-decorix .button
{
	margin: 0;
}

.vreau-catalog-decorix .wantnews
{
	text-align: right; 	
}

.vreau-catalog-decorix .postCodeContainer
{
	width: 132px; 
	float: left; 	
	padding-left: 25px;
}

.vreau-catalog-decorix .postCodeContainer input
{	
	width: 132px;
}

.vreau-catalog-decorix select 
{
	padding-top: 4px;
	padding-bottom: 4px;
}

.vreau-catalog-decorix .input-box { width: 252px;}
.vreau-catalog-decorix .input-box select { width: 100%; margin: 0;}

.catalogues { margin-top: 10px; }
.catalogues img { border: 3px solid #fff; }
.catalogues .first { margin-left: 0px !important; }
.catalogue a { display: block; margin-bottom: 5px; }
.catalogues .catalogue { text-align: center; width: 121px; float: left; margin-left: 25px; }

.authbox
{
	height: 50px;
	position: relative;
	float: left;
	/*background: #f3f1f2 url(../images/boxes/authboxbg.gif) left bottom repeat-x;*/
	background: #fefefe;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #d8cdb9;	
	top: 10px;	
	margin-left: 40px;
}

.authbox .authbox_pointer
{
	width: 10px;
	height: 13px;
	background: url(../images/boxes/authbox_pointer_white.png) left top no-repeat;
	position: absolute;
	margin: 0;
	
	/*margin-left: -16px;
	margin-top: 7px;*/
	left: -10px;
	top: 7px;
}

.authbox .authbox_profile_pic { background: blue; float: left; width: 50px; margin-right: 6px;  height: 50px !important; }
.authbox .authbox_profile_info 
{
	font-family: Arial;
	font-weight: normal;
	color: #3e3939;
	font-size: 13px; 	
	text-align: left;		
}
.authbox .authbox_profile_info .profile_info_bottom
{
	margin-top: 11px;	
}

.profile_link_account { background: url(../images/links/profile_link_white_bg.gif) left 3px no-repeat; padding-left: 18px; }
.profile_link_cart { background: url(../images/links/cart_link_white_bg.gif) left 3px no-repeat; padding-left: 18px; }

.authbox .amount {
	position:absolute;
	display:block;
	top:0;
	left:-52px;
	width:38px;
	height:51px;
	background:url(../images/shoppingBag1.png) left top no-repeat; 
	cursor:pointer;
	z-index:999;
}

.configurable_check_options
{
	font-weight: normal !important;
	font-style: italic;
}

div.checkout_logos
{	
	width: 245px;	
}

div.checkout_logos a.armo_link
{
	margin-left: 12px;
	position: relative;
	top: 2px;
}

.categ_description
{
	font-size: 12px;
	padding-top: 10px;
	display: none;
}

.categ_description h2
{
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h1.categ_name_heading
{
	float: left;
}

div.categ_name_extra
{
	float: left;
	margin-left: 15px;
	width: 55px;
	padding-top: 5px;
}

div.categ_name_extra a 
{	
	background: url(../images/categ_expand_icon.png) right center no-repeat;
	padding-right: 18px;
	color: #4d515c;
	text-decoration: none;
}

div.categ_name_extra a.categ_trigger_off
{	
	background: url(../images/btn_window_close.gif) right center no-repeat !important;
	padding-right: 20px;
}

.agreement_label
{
	padding-right: 5px;
}

.products_list_category_description
{
	padding-left: 5px;
	padding-top: 45px;
}

.products_list_category_description a
{
	color:#1ab8f6; 
	text-decoration:none;
}

.products_list_category_description a:hover { text-decoration:underline; }

.products_list_category_description h2 { font-size: 18px; }
.products_list_category_description h3 { font-size: 16px; }  
