/**
 * Filename: style.css
 * Author: Cristian Dinu <cristian.dinu@info-ideaa.com>
 * Date: October 24, 2008
 *
 * This is the main CSS file for the WhiteRabbit store, based on the Blank theme CSS.
 */


/* Layout ================================================================================= */
.wrapper { background: #fff; }
.wrapper { }
.page { width:1000px; margin:0 auto; /*padding:5px 0;*/ text-align:left; background: #ffffff; }
.page-print { padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { padding:0 0 10px; }

/* Base Columns */ 
.col-left { float:left; width:236px; padding:0px 0px 0px 0px; }
.col-main { float:left; width:720px; padding:5px; margin-top:8px; }
.col-right { float:right; width:236px; padding:0px 0px 0px 0px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }
.col1-layout .col-main p { font-size: 12px; color: #737373; }
.catalog-seo-sitemap-product .col1-layout .col-main,
.catalog-seo-sitemap-category .col1-layout .col-main { border-bottom: 2px solid #c00038;  }

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

/* 3 Columns Layout */
.col3-layout .col-main { width:496px; padding: 0px 9px; margin: 0px; }

/* Content Columns */
.col2-set .col-1 { border-top: #c00038 1px solid; padding: 10px 5px 5px 5px;  background: url(../images/down.png) no-repeat 0px -1px; float:left; width:45%; }
.col2-set .col-2 { border-top: #c00038 1px solid; padding: 10px 5px 5px 5px; background: #eeeeee url(../images/down.png) no-repeat 0px -1px; float:right; width:45%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:63%; }
.col2-set .content h3 { color: #c00038; font-size: 15px; margin-left: 6px; }
.col2-set .content p { margin: 10px 5px 5px 20px; color: #737373; font-size: 11px;  }
.col2-set .content p.required { margin-top: 0px; margin-bottom: 0px; }
.col2-set .col-1 .content p {
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	padding: 10px 2px 10px 2px;
	background: url(../images/section-bg.jpg) repeat-x 0px 1px; 
}
#shipping-zip-form select { margin-top: 0px; }
#shipping-zip-form ul li input.input-text { float: none; width: 300px; margin-right: 0px; }
#discount-coupon-form fieldset button.button { /* background-position: 103px 4px; */ }
#discount-coupon-form fieldset input.input-text { border: none; margin-right: -2px;}
#discount-coupon-form fieldset label { color: #737373; font-size: 11px; }

.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%; }
body.customer-address-index .col-main div.col2-set div.col-1 { background: #eee url(../images/down.png) 0px -1px no-repeat;  }
body.customer-address-index .col-main div.col2-set h3 { color: #c00038; font-size: 15px; font-weight: bold;}
body.customer-address-index .col-main div.col2-set h4 { color: #737373; font-size: 12px; font-weight: bold; }
body.customer-address-index .col-main div.col2-set address { color: #737373; }
body.customer-address-index .col-main div.col2-set ol li { margin: 10px 0px; }
/* ======================================================================================= */


/* Header ================================================================================ */
.header-container {}
.header {background: #c00038;}
.header .welcome-msg { font-weight:bold; text-align:left; color: #fff; font-size: 11px; float: left;  padding: 3px 5px; }
.header .links { float:right; }
.header { text-align:right; }
.header { text-align:right; background: #c00038 url(../images/_breadcrumb-bg2.jpg) no-repeat scroll left bottom;  }
#logo { margin: 10px;float:left; width:240px; height:100px; background-position:0 0; background-repeat:no-repeat; text-indent:-999em; overflow:hidden; cursor:pointer; } 

#store_language {
	float: right;
	margin: 89px 10px 0px 0px;;
    padding-bottom: 1px;
}

.lang-switch {
	background: white;
	color: #c00038;
	font-weight: normal;
	font-size: 80%;
	padding: 3px;
}

span.lang-switch a.selected {
	font-weight: bold;	
}

/* language switch Horatiu  -> nu uita sa bagi in IE7 si IE6 .ii-form-language cu float: none;*/
.ii-form-language {
	background:#FFFFFF;
	clear:both;
	display:block;
	float: right;
	font-size:11px;
	padding:2px 20px;
	width: 50px;
}

.ii-form-language a {
	color: #c00038;
}

.ii-form-language a:hover {
}

.ii-form-language span {
	color: #c00038;
	font-weight: bold;
}

.ii-form-language span.separator {
}
/* end of language switch */

.topmenubar {
	height: 39px;
	float: right;
	margin: -39px 0px 1px 0px;
	width: 745px;
}

.topLinks { float: right; padding-top: 5px; padding-right: 10px; }
.topLinks ul.links { margin-top: 0px; float: right; width: auto; float: left; margin-top: 2px; }
.topLinks ul.links li { float:left; }
.topLinks ul.links li a { color: #fff; font-weight: normal; float: none; }

/********** < Navigation */
#nav {
	height:33px;
	float:left;

	font-size:12px;
	margin-top: 4px;
}

#nav li.minilogo {
	background: transparent url(../images/minilogo.png) no-repeat scroll 20px 3px;
}

#nav li.minilogo a {
	padding-left: 12px;
	padding-right: 12px;
}
#nav li.nav-home { margin-left: 10px; }

/* All Levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }

#nav li.nav-toate { }
#nav li.nav-toate a { }
#nav li.nav-toate a span { color: #fff; font-weight: bold; text-decoration: underline; }

/* 0 Level */
#nav li { padding-left: 2px; padding-right: 2px; float:left; }
#nav li.active a { color:#fff; }
#nav a { float:left; padding:6px 20px 6px 0px; color:#e6c8d6; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#fff; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ddd; }
#nav ul li.over {}
#nav ul li.last { background:#656461; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd leven */
#nav ul { position:absolute; top:15px; left:-10000px; border:1px solid #ddd; }

/* 3rd+ Level */
#nav ul ul { top:5px; }

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

#nav ul li a { background:#f6f6f6; color:#898885; }
#nav ul li a:hover { background:#c00038; color:#fff !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }
#nav ul li.last li a:hover span { color: #fff; }
li.over li.level1 a span { color: #c00038;  }
li.over li.level1 a:hover span { color: #fff; }
/********** Navigation > */

/********** Search form */
#search_mini_form {
	height: 23px;
	width: 236px;
}

.form-search {
    height: 23px;
    width: 156px;
    background: white;
    border: none;
    margin-top: 5px;
}

#search {
    border: none;
    color: #737373;
    font-size: 11px;
    font-family: arial; 
    height: 13px; 
    width: 110px;
    padding: 5px 5px 5px 6px;
}

.search-submit {
   background: transparent url(../images/search.png) no-repeat scroll 0 0;
   border: none;
   width: 23px;
   height: 23px;
}

#search_autocomplete {
  background:  #efefef;
  border: 1px solid #808080;
  color: #808080;
}

#search_autocomplete li.odd {
  background: #dfdfdf;
  color: #808080;
}

#search_autocomplete li.selected {
	background: #808080;
	color: #dfdfdf;
}
/********** Search form end  */

/********** Links list */
#breadlinks {
	clear: both;
	background: #EFEFEF none repeat scroll 0 0;
	margin: 1px 0 0;
	height: 15px;
	padding: 7px;
}


ul.links {
	float: right;
    margin-top: -5px;
	width: 420px; 
}

ul.links li {
}

ul.links li a {
	float:right;
	color: #404040;
	padding: 3px 5px;
	font-weight: bold;
    font-size: 11px;
}


/********** Links list end  */


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


/* Global Styles ========================================================================= */
/* Form Elements */
a { color: #c00038; text-decoration:none;}
a:hover { text-decoration: underline;}
input, select, textarea, button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; }
input.input-text, select, textarea { border:1px solid #888; }
input.input-text:focus, select:focus, textarea:focus {}
input.input-text, textarea { padding:2px; height: 14px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em; }
textarea { overflow:auto; }
button.button { height: 20px; margin-right: 2px;  padding-left: 2px; overflow:visible; width:auto; background: url(../images/button_arrow.png) no-repeat scroll 0px 0px;  border:none; cursor:pointer;}
button.button span { 
	display:block; 
	margin:0; 
	padding:2px 20px 2px 10px; 
	font:bold 11px Arial, Helvetica, sans-serif; 
	text-align:center; 
	white-space:nowrap; 
	color:#fff; 
	background: #c00038;
	margin-left: 2px;
	margin-top: -1px;
	padding: 4px 10px 2px 10px;
	height: 15px;
}
button.disabled {}
button.disabled span {}
body.customer-address-index .wrapper .page .col2-left-layout .col-main .page-title button.button { /*background-position: 133px 4px; */ }
/* 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 */
.highlight {}

/* Form lists */
ul.form-list { font-size: 11px;  margin-top: 5px; margin-left: 20px; }
.form-list li { margin:0 0 5px; }
.form-list li .input-box {}
.form-list li input.input-text,
.form-list li textarea { color: #737373; font-size: 11px; float: right; border: none;  margin-right: 175px; width: 160px; }
.form-list li select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li label { float: left; text-align: right; color: #737373; font-weight: bold; text-transform: lowercase; width: 78px;  }
.col-main form .col-2 .content ul.form-list {
	padding: 0px;
}

.group-select { background: #eee; margin-bottom: 10px; }
.group-select label { margin-right: 2px; width: 200px; float: left; text-align: right; font-size: 11px; color: #737373; font-weight: bold; text-transform: lowercase;  }
.group-select .legend {}
.group-select ul { padding: 0px 10px 0px 10px; }
.group-select ul li input.checkbox { float: left; margin-left: 300px; margin-right: -60px;  }
.group-select li { margin:0px 0px; }
.group-select li .input-box { padding: 2px; }
.group-select li input.input-text,
.group-select li textarea {width:510px; }
.group-select li select { width:516px; }
.group-select li .input-box input.input-text,
.group-select li .input-box textarea { border: none; width:250px; color: #737373; font-size: 11px; }
.group-select li .input-box select { width:256px; }
.group-select li h4 { margin-left: 20px; font-weight: normal;  color: #c00038;}
.group-select.wide input.input-text,
.group-select.wide textarea { width:510px; }
.group-select h3 {
	font-size: 15px;
	color: #c00038;
	font-weight: bold;
	border-top: 1px solid #c00038;
	background: url(../images/down.png) no-repeat 0px -1px;
	padding: 10px 0px 10px 10px;
}
.group-select div.buttons-set {
	margin-right: 10px;
	margin-bottom: 10px; 
}
.group-select p.required { margin-right: 10px;}
#shipping-buttons-container button.button { /* background-position: 70px 4px; */ }
#form-validate div.buttons-set .button { /* background-position: 60px 4px; */ }
body.customer-account-edit #form-validate div.buttons-set .button { /* background-position: 54px 4px; */ }
body.customer-account-edit #form-validate p label { color: #737373; font-size: 11px; font-weight: bold; }
body.customer-account-edit #form-validate p #change_password.checkbox { margin-top: -3px; }
#checkout-step-billing #co-billing-form .group-select ul li input.radio {}
#advanced-search-list li { padding: 2px; }
#advanced-search-list li select { width: 250px; margin-top: 1px; }
#advanced-search-list li select option { padding: 1px 2px; }
#advanced-search-list li input.input-text, textarea {
	border: none;
	width: 250px;
	font-size: 11px;
	color: #737373;
}
#advanced-search-list li div.range { color: #737373; }
#advanced-search-list li div.range input.input-text { width:100px; }
.group-select #company.input-text { width: 250px; border: none; margin-left: 2px; margin-bottom: 2px; margin-top: 2px; color: #737373; font-size: 11px; }
.col-main form ul { margin-top: 0px; background: #eee; padding: 0px 10px 10px 10px; margin-bottom: 10px; }
.col-main form .group-select ul { padding-bottom: 0px; }
.col-main form ul li .input-box label {
	color: #737373;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin-right: 2px;
	text-align: right;
	text-transform: lowercase;
	width: 200px;
}
.col-main form .col-1 .content p { padding: 10px 10px; }
.col-main form ul li { padding: 2px 0px; }
.col-main form fieldset .col-2 .content ul.form-list li label { width: 75px; }
.col-main form .group-select ul li { padding: 0px; }
.col-main form ul li select { font-size: 11px; color: #737373; width: 250px; border: none; margin-top: 5px; margin-bottom: 0px; width: 300px; }

.col-main form ul li .input-box input.input-text,
.col-main form ul li .input-box textarea { border: none; width: 250px; color: #737373; font-size: 11px; }
.col-main form ul li label {
	font-size: 11px;
	font-weight: bold;
	color: #737373;
	text-transform: lowercase;	
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 2px;
}
#billing-new-address-form fieldset ul li input { width: 250px; border: none; color: #737373; font-size: 11px; }
#billing-new-address-form fieldset ul li input.checkbox { float: left; width: auto; margin-right: -90px; margin-left: 206px; margin-top: 2px; }
#billing-street2 { width: 250px; }
#street_1, 
#street_2 {
	border: none;
	color: #737373;
	font-size: 11px;
	width: 250px;
}
#street_2 {
	margin-left: 202px;	
}
.col-main form .col-1 .content h3 {
	background: none;
	border: none;
	padding: 0px;
}
.col-main form .col-2 .content h3 {
	background: none;
	border: none;
	padding: 0px;
}
.col-main form h3 {
    font-size: 15px;    color: #c00038;
    font-weight: bold;
    border-top: 1px solid #c00038;
    background: #eee url(../images/down.png) no-repeat 0px -1px;
    padding: 10px 0px 10px 10px;
}
.col-main form h3.legend { }

.buttons-set { color: #c00038; font-size: 11px; font-weight: bold; margin-left: 20px; text-decoration: underline; clear:both; } 
.buttons-set .back-link { float:left; }
.buttons-set .button { /* background-position: 55px 4px; */ float:right; }
#send2 { /* background-position: 75px 4px; */ }
.col-1 .buttons-set .button { /* background-position: 95px 4px; */ }

.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:#c00038; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { float:left; width:12em; margin-right:-12em; display:inline; position:relative; }

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

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

/* BreadCrumbs */ 
.breadcrumbs { font-size: 11px; font-weight: bold; color: #4d4d4d; width:auto; float:left; overflow: hidden; padding-left: 15px;}
.breadcrumbs ul { display:inline; }
.breadcrumbs li { display:inline; }
.breadcrumbs li a { text-decoration: underline; font-weight: normal;  }
.breadcrumbs li.home span { font-weight: bold; }

/* Page Heading */
.page-title { padding:0 0 5px; margin:0 0 10px; }
.page-title h2 { font-size: 25px; font-weight: normal; color: #c00038; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.catalog-seo-sitemap-product .page-title,
.catalog-seo-sitemap-category .page-title {
	border-bottom: 1px solid #c00038;
}

/* Pager */ 
.pager {
	float: left;
	font-size: 11px;
	height: 30px;
}

.pager .view-mode {
	float: left;
	padding: 3px 0px 0px 5px;
	color: #333333;
}
.pager .view-mode a { color: #c00038; text-decoration: underline; }

.pager .sort-by, 
.pager .limiter {
	background: #c00038;
	margin: 0px 0px 0px 1px;
	float: right;
	color: white;
	padding-bottom: 3px;
	padding-top: 1px;
	padding-left: 8px;
	padding-right: 8px; 
	text-transform: lowercase;
}
.sorter .limiter {
	clear: both;
	float: right;
	margin: 2px 0px 2px 0px;
    	color: #333;
	padding: 0px 0px 0px 0px;
    	text-transform: lowercase;
	text-align: right;
    	width: 150px;
}

.pager .pages {
	clear: both;
	float:left;
	color: #333333;
	margin: 0px 0px 0px 2px;
	width: 250px; 
}

.pager .amount {
	float:left;
	color: #333;
	margin: 2px 0px 0px 2px;
    	padding: 0px 0px 0px 0px;
	color: #333;
	text-transform: lowercase;
}

.pager .sort-by select,
.pager .limiter select {
	border: none;
	background: #E593BB;
	color: #c00038;
	font-size: 10px;
}

.sorter .limiter select {
	border: 1px solid #c00038;
	font-size: 10px;
}

.pager .pages ol { 
	display:inline;
	float:left;
	margin-right: 30px;
}

.pager .pages li {
	display:inline;
	float: left;
	padding: 0 3px;
}

.pager .pages .current {}
body.catalog-seo-sitemap-product .pager,
body.catalog-seo-sitemap-category .pager { border: none; float: none; clear: both; padding-top: 10px;  }

/* Sorter */ 
.sorter { padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table td span.price { color: #737373; font-size: 11px; }
.data-table thead { background-color:#eee; color: #737373; }
.data-table tbody {}
.data-table tfoot {}
.data-table tfoot tr td button.button { /* background-position: 190px 4px;*/}
.data-table tfoot tr td button.continue-shopping { /* background-position: 150px 4px;*/}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#eaeaea; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td .product-name { font-size:0.75em; font-weight:bold; line-height:1.5; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

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

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

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


/* Sidebar =============================================================================== */
.sidebar .block { border: 1px solid #d7d7d7; border-top: none; margin:0 0 10px; }
.sidebar .block .block-title { margin-top:12px; border-top:1px solid #c00038; padding:8px 10px 8px 10px; background: #e6e6e6 url(../images/down.png) 0px -1px no-repeat; }
.sidebar .block .block-title h2 { color: #c00038; font-size:14px; font-weight: bold;  }
.sidebar .block h3 { color: #c00038; font-size:14px; line-height:1.5; }
.sidebar .block .block-content { /*margin: 12px 0px 20px 0px;*/ padding:10px 18px 10px 18px; /*background: url(../images/section-bg.png) repeat-x 0px 1px; border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7;*/ }
.block-content { color: #737373; font-size: 11px; font-family: arial; }

.sidebar .block .actions { 
	text-align:right;
	/*
    	background: transparent url(../images/section-bg.png) repeat-x;
	*/
    	margin-top: -5px;
    	padding-bottom: 4px;
    	padding-top: 5px; 
}
.sidebar .block .actions a { float:left; color: #737373; }

/* Block: Account */
.sidebar .block-account {}

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

/* Block: Layered Navigation */
.sidebar .block-layered-nav {}
.sidebar .block-layered-nav dt { 
	font-weight:bold;
	color: #c00038; 
	background: url(../images/right.jpg) no-repeat scroll 10px 8px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom:5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;

}
.sidebar .block-layered-nav .currently {}
.sidebar .block-layered-nav .block-content { 
	background: none;
    border-top: none;
    border-bottom: 2px solid #c00038; 
	margin: 0;
	margin-top: 10px;
	padding: 0;
}
.sidebar .block-layered-nav .block-content h3 { 
	font-size: 11px; 
    color: #ac2771;
    display: none;
}
.sidebar .block-layered-nav .block-content li a {
	color: #737373;
    font-size: 12px;
    font-weight: bold;
}
.sidebar .block-layered-nav .block-content li {
	background-color: #eeeeee;
	margin-bottom: 5px;
	padding-left: 12px;
}

/* Block: Cart */
.sidebar .block-cart {}
.sidebar .block-cart .amount {}
.sidebar .block-cart .subtotal { border-bottom: 1px solid #c00038; padding-bottom: 4px; margin-bottom: 4px;   }
.sidebar .block-cart .block-content .actions { background: none; border-top: 1px solid #c00038; }
.sidebar .block-cart .block-content .actions button.button { /* background-position: 67px 4px; */ }

.sidebar .mini-products-list li { padding:5px 0; }
.sidebar .mini-products-list .product-image { float:left; width:50px; padding:5px;margin-right:-75px; }
.sidebar .mini-products-list .product-details { margin-left:75px; }
.sidebar .mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.sidebar .mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.sidebar .block-wishlist {}

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

/* Block: Compare Products */
.sidebar .block-compare {}
.sidebar .block-compare li { padding:5px 0; }

/* Block: Viewed */
.sidebar .block-recent {}

/* Block: Poll */
.sidebar .block-poll {}
.sidebar .block-poll .radio { float:right; margin-top: 3px; margin-right: 10px; }
.sidebar .block-poll .label { 
	color: #c00038; 
	display:block;
	/*
	border-bottom-color: #d7d7d7;
    	border-top-color: #d7d7d7; 
    	border-bottom-width: 1px;
    	border-top-width: 1px;
    	border-bottom-style: solid;
    	border-top-style: solid;
	*/
    	margin-bottom: 5px;
	margin-left: 10px;
    	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
    	background: transparent url(../images/right2.png) no-repeat scroll 0px 0px;
}
.sidebar .block-poll .answer {}
.sidebar .block-poll .votes { font-weight:bold; }
.sidebar .block-poll .block-content { 
	background: none;
    border-top: none;
	border-bottom: none;  
    padding-left: 0px;
    padding-right: 0px; 
    padding-top: 0px;
    margin-top: 10px
}

.sidebar .block-poll .block-content h3 {
    color: #737373;
    font-size: 12px;
    font-family: arial;
    font-weight: normal;
    background-color: #eeeeee;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    margin-bottom: 10px;
}

/* Block: Tags */
.sidebar .block-tags ul,
.sidebar .block-tags li { display:inline; }
.sidebar .block-tags ul.tags-list  li { font-size: 13px; }

/* Block: Subscribe */
.sidebar .block-subscribe { background: #eeeeee; }
.sidebar .block-subscribe .block-content { 
	background: none;  
	border: none;
	margin-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.sidebar .block-subscribe .block-content label { display: none; }
.sidebar .block-subscribe .block-content input.input-text { 
	width: 224px;
	border: 1px solid #737373;
	padding: 0px;
	margin-left: 6px; 
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 5px;
	background: #fff;
	font-size: 11px;
	color: #737373;
	text-align: center;
}
.block-subscribe button.button { 
	float: right;
	/* background:#c00038 url(../images/button-bg.jpg) no-repeat scroll 75px 4px;*/
	margin-right: 5px;
}

/* Block: Reorder */
.sidebar .block-reorder {}
.sidebar .block-reorder li { padding:5px 0; }
.sidebar .block-reorder .checkbox { float:left; margin:3px -20px 0 0; }
.sidebar .block-reorder .label { display:block; margin-left:0px; }
.sidebar .block-reorder h2 a { font-size: 11px; }
.sidebar .block-reorder h3 { font-size: 12px; color: #737373; }
.sidebar .block-reorder li { padding: 0px; }

/* Block: Banner */
.sidebar .block-banner {}
.sidebar .block-banner { border-top: 1px solid #d7d7d7; margin-top: 10px; }
.sidebar .block-banner .block-content { padding: 10px 0px 10px 0px; text-align:center; background: none;}
.sidebar .block-banner img.wr-side { margin-bottom: 7px; } 
.sidebar .block-banner img.wr-side.last { margin-bottom: 0px; }

/* Block: Checkout Progress */
.sidebar .block-progress {}
.sidebar .block-progress dt { font-weight:bold; }
.sidebar .block-progress dt.complete,
.sidebar .block-progress dd.complete { background-color:#f6f6f6; }
.sidebar .block-progress dd.complete { padding-left: 10px; }
.sidebar .block-progress dd.complete address { padding-left: 0px; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { margin:12px 0px 0px 0px; }
.category-title h2 { font-size:25px; color: #c00038; }
.category-image { display:block; margin:0 auto; }
.category-products { border-top: 1px solid #c00038; }

/* View Type: Grid */
#products-grid-table {margin-bottom: 15px; clear: both;}
#products-grid-table h3 { margin-top: 16px; margin-left: 20px; margin-right: 10px; text-align: left; min-height: 45px; max-height: 45px; line-height: 1; }
.products-grid { width:100%; border-collapse: separate; }
.products-grid tr.odd,
.products-grid tr.even { background-color:#eeeeee; }
.products-grid td { width:33%; border-right:1px solid white; border-bottom: 1px solid white; padding:0px; text-align:center;}
.products-grid td.empty { background: #fff; }
.product-name-grid a {font-size: 12px; text-decoration:underline;}
.product-name-grid a:hover {text-decoration:none;}

/* View Type: List */
.products-list .item { background: #efefef; padding:5px 5px 0px 5px; margin:0 0 1px; }
.products-list .product-image { float:left; margin-right:-150px; }
.products-list a.product-image img { margin-bottom: 0px; padding: 5px; }
.products-list .product-shop { float:right; width:340px; }
ul,ol.products-list { margin-top: 7px; }
.col-main form ul.tier-prices { 
	margin-top: 0px; 
	float: left; 
	font-size: 11px; 
	border-top: 1px solid #c00038;
	background: #eeeeee url(../images/down.png) no-repeat 0px -1px;
	color: #737373;	
	width: 410px;
	padding: 10px 10px 5px 25px; 
	margin-bottom: 5px;
}
ul.tier-prices li {
	padding-bottom: 5px;
}
.products-list .product-shop p,
.products-list .product-shop div.desc  { font-size: 11px; padding-left: 5px; color: #737373; }
.products-list .product-shop p a,
.products-list .product-shop div.desc a {text-transform: lowercase; font-size: 11px; font-weight: bold; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view { margin-top: 25px; }

.product-essential {}
.product-collateral {}
.product-collateral .description h3 {
	font-size: 15px;
	color: #c00038;
	font-weight: bold;
	border-top: 1px solid #c00038;
	background: url(../images/down.png) no-repeat 0px -1px;
	margin-top: 10px;
	padding: 10px 0px 0px 10px;
}
.product-collateral .description .std {
	font-size: 14px;
	color: #737373;
/*	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	background: url(../images/section-bg.jpg) repeat-x 0px 1px; */
	margin-top: 10px;
	padding: 10px 10px 10px 10px; 
}

/* Product Images */
.product-view .product-img-box { float:right; width:267px; }
.product-view .product-img-box .umbra { background: url(../images/umbra.png) no-repeat; width: 296px; height: 301px; padding-left: 11px; padding-top: 16px; }
.product-view .product-img-box .product-image { }
.product-view .product-img-box .product-image-zoom { position:relative; width:268px; height:268px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:pointer; }
.product-view .product-img-box .zoom-notice { background: #c00038; font-size: 11px; margin: 3px 1px; color: #fff; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { background: none; }
.product-view .product-img-box .more-views li { float:left; padding:1px;  margin:0 0 8px 4px ; }

.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-view .product-img-box .more-views h3 {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	color: #737373;
	background: #efefef;
	padding: 2px 10px 2px 10px;
	margin-top: 2px;
}

/* Product Shop */
.product-view .product-shop { float:left; width:445px; }
.product-view .product-name {}
.product-view .short-description {}
.product-view .product-shop .short-description h3 {
	font-size: 15px;
	margin-top: 12px;
	padding: 10px 0px 0px 10px;
	color: #c00038;
	border-top: 1px solid #c00038;
	background: url(../images/down.png) no-repeat 0px -1px;
	font-weight: bold;
}
.product-view .product-shop .short-description p {
	background: none;
	float: none;
	font-size: 14px;
	color: #737373;
	margin-top: 10px;
	text-align: justify;
	width: auto; 
}
.product-view .product-shop .product-name h2 { 
	font-size: 24px; 
	color: #c00038; 
	padding-bottom: 0px;  
}
.product-view .product-shop p {
	padding: 1px 2px 1px 2px;
	font-size: 11px;
}
.product-view .product-shop div.price-box-bundle div.price-box p.price-from { display: none;}
.product-view .product-shop div.price-box-bundle div.price-box p.price-to { display: none;}
.product-view .product-shop div.price-box p.price-as-configured span.price-label { display: none; }
.product-view .product-shop div.price-box p.price-as-configured { background: none; float: none; }
.product-view .product-shop ul.add-to-links {
	margin: 0px;
	padding: 15px 115px;
}
.product-view .product-shop ul.add-to-links li {
	text-align: center;
}

.product-view .product-shop p a { font-size: 12px; color: #c00038; }
.product-view .product-shop p a:hover { text-decoration: underline;  }
.product-view .product-shop p.availability { 
	clear: both; 
	color: #737373;
	font-size: 12px;
	margin-top: 1px;
}
.product-view .product-shop p.availability span.out-of-stock { 
	font-size: 11px;
	font-weight: bold;
}
.product-view .product-shop div.price-box {
	display: none;
	float: left;
	width: 220px;
	background: url(../images/section-bg.jpg) repeat-x 0px 1px;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	margin-top: -15px;
	padding: 1px 0px;
	text-align: center;
}
.product-view .product-shop div.price-box span.price { 
	font-size: 20px;
	color: #EE60b0;
	margin-top: 0px;
}

/* 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/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability { background: url(../images/sageata-out.jpg) no-repeat 5px 20px; margin-bottom: 5px; margin-top: 5px; }
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { padding-left: 20px; font-weight:normal; color: #ee60b0; font-size: 21px;}

/********** < Product Prices */
a.product-image img { margin-bottom: 7px;}
.price { white-space:nowrap !important; }

.price-box {
	margin-left:5px;
	margin-right: 1px;
	background: #fff;
	margin-bottom: 1px;
	width: 154px;
	text-align: left;
}

.price-box .regular-price {
	color: #737373;
}


.price-box .price { color: #333; font-size: 16px; font-weight:bold; }

.price-box-bundle { display: none; }

.add_to_cart_button {
	float: right;
	background: #c00038;
	border: none;
	margin-right: 5px;
	width: 154px;
}
button.add_to_cart_button span { font-weight: bold; color: #fff;}

/* Regular price */
.regular-price {}
.regular-price .price { padding-left: 5px; font-weight:bold; }

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

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

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

a.minimal-price-link { padding-left: 5px; display:block; text-align: left; font-size: 90%; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

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

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

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

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

/* Price range */
.price-from {
	color: #737373;
	padding-left: 5px;
}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {
	color: #737373;
	padding-left: 5px;
}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { color: #333; font-weight: bold; white-space:nowrap; font-size: 12px; }
.price-as-configured .price-label-starting-at { display: none; }


.category-products .price-as-configured .price-label { display: none; }
.category-products .price-as-configured .price-label-starting-at { display: block; margin-top: 4px; float: left;}
.product-view div.product-essential form div.product-options-bottom div.price-box { width: 245px; background: #eee; padding-bottom: 5px; margin-top: 0px; margin-bottom: 0px; float: left;}
.product-view div.product-essential form div.product-options-bottom div.price-box p.price-as-configured {
	background: #eee;
	color: #737373;
	padding-left: 10px;
	font-size: 12px; 
}
.product-view div.product-essential form div.product-options-bottom fieldset.add-to-cart { /*width: 181px;*/ background: #eee; padding-top: 4px; float: right; }
.product-view div.product-essential form div.product-options-bottom fieldset.add-to-cart label { display: none; }
.product-view div.product-essential form div.product-options-bottom fieldset.add-to-cart input.qty { 
	width: 60px; 
	color: #737373; 
	font-size: 11px; 
	border: 1px solid #fff; 
}
.product-view div.product-essential form div.product-options-bottom fieldset.add-to-cart .button { margin-left: 0px; }
.product-view div.product-essential form div.product-options-bottom fieldset.add-to-cart button.button { /* background-position: 99px 4px; */ float: left; margin-right: 8px; }

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

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

/* Add to Links */
.add-to-links .separator { display:none; }
.add-to-links {  font-size: 11px; clear:both; }
ul.add-to-links { margin-left: 5px; margin-right: 5px; margin-bottom: 6px; }

.add-to-links li { background: #fff; text-align: left; margin-bottom: 1px; padding-left: 5px; }
.add-to-links li a { color: #ac2771; text-decoration: underline; }
.add-to-links li a:hover { text-decoration: none; }

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

/* Add to Links + Add to Cart */
.add-to-box { padding: 10px 0;}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }
.product-shop .add-to-box .or { 
	color: #737373;
	font-size: 11px;
	font-weight: bold;	
	text-transform: lowercase;
	margin-top: 5px; 
}
.product-shop .add-to-box { 
	background: #eee;
	float: none;
	clear: both;
	padding-left: 115px;
	padding-right: 115px; 
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 10px;
}
.product-shop .add-to-box .add-to-cart { margin-top: 4px; }
.product-shop .add-to-box ul.add-to-links {
	padding: 0px;
}
.product-shop .add-to-box .add-to-links {
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
}
.product-shop .add-to-box .add-to-links li {
	margin-bottom: 1px;
	padding-left: 35px;
	padding-right: 35px;
	text-align: center; 
}

.product-shop .add-to-cart label { display: none; }
.product-shop .add-to-cart input.qty { 
	width: 45px;
	color: #737373;
	font-size: 11px;
	border: 1px solid #fff;
	text-transform: lowercase;
	padding-left: 5px;
	margin-bottom: 1px;
	height: 14px;
	padding-top: 3px;
}
.product-shop .add-to-cart .button { /* background-position: 99px 4px; */ float: right; margin-left:0px; }

/* Product Options */
#product-options-wrapper {
	border-top: 1px solid #c00038;
	padding-top: 10px;
	margin-top: 10px;
	background: #eee url(../images/down.png) no-repeat 0px -1px;
	float: left;
	width: 445px;
}
fieldset.product-options dl.last dt label { 
	font-weight: normal;
	color: #737373;
}
fieldset.product-options dl.last dt {
	background: #eee;
	padding: 2px 10px;
}
fieldset.product-options dl.last dt label {
	font-size: 14px;
}
fieldset.product-options dl.last dt span.qty-holder input.input-text, textarea { background: #fff; border: none; color: #c00038; font-size: 11px; }
fieldset.product-options dl.last dd.last ul.options-list { padding: 0px; background: none; border: none; }
fieldset.product-options dl.last dd.last ul.options-list li {
	background:transparent url(../images/right.png) no-repeat scroll 0px 0px;    
    	color:#c00038;
    	display:block;
    	margin-bottom:5px;
	margin-left: 10px;
    	padding-bottom:0px;
    	padding-left:10px;
    	padding-top:0px;
    	font-size: 12px;
    	text-align: none;
    	text-transform: none;
    	width: auto;
    	font-weight: normal;
}
fieldset.product-options dl.last dd.last ul.options-list li input.radio { float: right; margin-top: 3px; margin-right: 12px; }
fieldset.product-options dl.last dd.last ul.options-list li span.label label {
	color:#c00038;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
	width:auto;
}
fieldset.product-options dl.last dd.last ul.options-list li span.label label span.selectie { }
fieldset.product-options dl.last dd.last ul.options-list li span.label label span.price-notice { }
.product-options {  }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; display:none; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options dd .multiselect option {}
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left: 20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding: 0; padding-right: 10px; margin-top: -8px; }

.product-options-bottom { background: #eee; width: 445px; margin-top: -3px; float: left; padding-bottom: 5px; } 
.product-options-bottom .price-box { margin:10px 0; }

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

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

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

/* Block: Upsell */
.product-view .up-sell { 
	margin-top: 20px; 
	margin-bottom: 20px; 
	padding-bottom: 10px;
	border-bottom: 2px solid #c00038;
}
.product-view .up-sell h3 {
	color: #c00038;
	font-size: 15px;
	border-top: 1px solid #c00038;
	background: url(../images/down.png) no-repeat 0px -1px;
	padding: 10px 10px 10px 10px;
}
.product-view .up-sell .products-grid td { width:25%; padding-top: 10px; padding-bottom: 10px; }
.product-view .up-sell .products-grid td .price-box { width: 170px; margin-left: 5px; margin-right: 5px; text-align: center; }
.product-view .up-sell .products-grid td h4 a:hover { text-decoration: none; }
.product-view .up-sell .products-grid td h4 { height: 45px; }

/* Block: Tags */
.product-view .tags {
	background: #efefef;
	padding: 10px 15px 10px 15px;
	font-size: 11px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}
.product-view .tags .form-add-tags label { display: none; float:left; }
.product-view .tags .form-add-tags .input-box { 
	float:left; 
	margin:0px; 
}
.product-view .tags .form-add-tags .input-box input.input-text, textarea {
	font-size: 11px; 
	border: 1px solid #fff;
	color: #737373;
	width: 240px;
	height: 14px;
	padding-top: 3px;
}
.product-view .tags .form-add-tags .button span {
/*	padding: 2px 15px 2px 10px; */
}
.product-view .tags .form-add-tags .button { /* background-position: 120px 4px; */ float:left; }
.product-view .tags .form-add-tags p { 
	clear:both; 
	color: #737373;
	padding:5px 0px 2px 3px;
}
.product-view .tags h3 { 
	display:none;
}

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

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


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

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


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


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }
ul.checkout-types li button.button { /* background-position: 120px 4px; */ }

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .cart-collaterals div.col-2 { 
	background: url(../images/down.png) 0px -1px no-repeat;
	background-color: #eee;
	float: none;
	width: auto;
}
.cart .cart-collaterals div.col-2 div.discount h3 { color: #c00038;  }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping { margin-top: 10px; }
.cart div.shipping h3 { font-size: 15px; font-weight: bold; color: #c00038; }

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

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


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

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { color: #E6C8D6; float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; color: #E6C8D6; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#c00038; cursor:default; }
.opc .step { border-top:1px solid #ddd; padding:10px; }
.opc .order-review {}
.opc #checkout-step-billing label,
.opc #checkout-step-shipping label  { width: auto; }
.opc #checkout-step-billing select,
.opc #checkout-step-shipping select  { width: 400px; }
.opc #checkout-step-billing li div input { float: left; }
.opc #checkout-step-billing ul.form-list,
.opc #checkout-step-shipping ul.form-list { margin-left: 0px; }
.opc #checkout-step-shipping #shipping-new-address-form ul li label { text-align: right; width: 200px; }
.opc #checkout-step-shipping #shipping-new-address-form ul li input { margin-right: 0px; float: left; }
.opc #checkout-step-shipping #shipping-new-address-form div.input-box { padding: 5px; }
.opc #checkout-step-shipping #shipping-new-address-form select { width: 255px; padding: 2px; float: left;  }
.opc #checkout-step-shipping #shipping-new-address-form input.checkbox { margin-left: 204px; margin-right: 2px; }
.opc #checkout-step-shipping .shipping-street1,
.opc #checkout-step-shipping .shipping-street2 { border: none; font-size: 11px; color: #737373; padding: 2px; margin-right: 2px;  width: 250px; }
.opc #checkout-step-shipping .shipping-street2 { margin-left: 202px; }
.opc #checkout-shipping-method-load li { height: 4px;  } 
.opc #checkout-shipping-method-load li input.radio { float: left; margin-right: 4px; }
.opc #checkout-shipping-method-load li label { width: auto; }
.opc #checkout-step-payment { color: #737373; }
.opc #checkout-review-table { margin-bottom: 10px; }
.opc #checkout-review-table tr td h4 { font-size: 14px; }
.opc #checkout-step-payment #checkout-payment-method-load input { float: left; margin-right: 0px; }
.opc #checkout-step-payment #checkout-payment-method-load select { width: 255px; margin-top: 0px; }
.opc #checkout-step-payment #checkout-payment-method-load #payment_form_ccsave a { margin-left: 10px; }

/* 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 .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
.shipping-methods {}
.please-wait { float:right; }
.cvv-what-is-this { cursor:help; }

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

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

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

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Login Page ============================================================================ */
.login-page {}
.login-page .content { min-height:116px; }
/* ======================================================================================= */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard { 
	border-bottom: 2px solid #c00038;
	padding-bottom: 10px;
}
.dashboard .welcome-msg {
	color: #737373; 
	font-size: 11px; 
	margin-bottom: 20px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 10px;
}
.dashboard .welcome-msg h3 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	border:none;
	background: none;
	padding: 0px;
}
.dashboard h3 {
	color: #c00038;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	border-top: solid 1px #c00038;
	background: url(../images/down.png) no-repeat 0px -1px;
}
.dashboard .col2-set { color: #737373; font-size: 11px;  padding: 0px 10px; }
.dashboard .col2-set .col-1 { background: #eee; border:none; }
.dashboard .col2-set .col-2 { background: #eee; border:none; }
.dashboard .col2-set h4 { padding: 10px 10px 0px 10px; border-top: 1px solid #d7d7d7; margin-top: 20px; }
.dashboard .col2-set a { padding-left: 10px; }
.dashboard .col2-set .col-1 p,address { padding-left: 10px; }
.dashboard .col2-set .col-2 p,address { padding-left: 10px; }
.dashboard .col2-set .col-1 address a { padding-left: 0px; }
.dashboard .col2-set .col-2 address a { padding-left: 0px; }
.dashboard .col2-set .col-1 p a { padding-left: 0px; }
.dashboard .col2-set .col-2 p a { padding-left: 0px; }
.dashboard .col2-set div h4 { border: none; padding: 0px; margin-top: 0px; }

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

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

.dashboard .tags { clear: both; margin-top: 10px; }
.dashboard .tags .title-buttons { 
        background: transparent url(../images/down.png) no-repeat scroll 0 -1px;
        border-top: 1px solid #C00038;
}
.dashboard .tags h3 {
        background: none;
        border-top: none;
}
.dashboard .tags a {
	float: right;
        margin-top: 12px;
}
#my_recent_tags { clear: both; margin-left: 10px; }
#my_recent_tags h4 a { float: none; margin-top: 0px; font-size: 11px; font-weight: normal; }
#my_recent_tags li { clear: both; }
#my_recent_tags li span { float: left; padding-right: 4px; color: #737373; }
#my_recent_tags li div.details h3 { padding: 0px; font-size: 12px; font-weight: normal; }
#my_recent_tags li div.details a { float: none; margin-top: 0px; }
#my_recent_tags li .details p { color: #737373; }


/* Block: Reviews */
.dashboard .reviews { clear: both; margin-top: 10px;  }
.dashboard .reviews .title-buttons { 
	background: transparent url(../images/down.png) no-repeat scroll 0 -1px;
	border-top: 1px solid #C00038;
}
.dashboard .reviews h3 {
	background: none;
	border-top: none;
}
.dashboard .reviews a {
	margin-top: 12px;
	float: right;
}
#my_recent_reviews { clear: both; margin-left: 10px; }
#my_recent_reviews h4 a { float: none; margin-top: 0px; font-size: 12px; font-weight: normal; }
#my_recent_reviews li { clear: both; }
#my_recent_reviews li span { float: left; padding-right: 4px; padding-top: 2px;  color: #737373;}


/********** Dashboard > */

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

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .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 { background: #eaeaea; border-top: 1px solid #c7c7c7; padding:10px 20px 10px 20px; }
.footer p { padding-bottom: 7px; font-size: 11px; color: #5f5f5f; text-align:right; }
.footer address { color: #5f5f5f; font-size: 11px; text-align:right; }
.footer ul { display: block; padding:0px 20px 30px 0px; }
.footer ul li { display: inline; float: left; padding: 0px 5px 0px 0px;}
.footer ul li a { color: #5f5f5f; font-size: 11px; font-weight: regular;}
.footer ul.links { float: left; display: block; padding-bottom: 0px; }
.footer ul.links { float: left; display: inline; }
.footer ul.links li a { color: #5f5f5f; font-weight: normal; padding: 0; float: none; }
.meta_footer_left { float: left; width: 350px; }
.meta_footer_right { float: right; }

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

/* SubTemplates ========================================================================== 
.catalog-product-view.categorypath-descoper-html .product-view .product-shop .product-name h2 { color: #FF3366; }
.catalog-product-view.categorypath-kids-html .product-view .product-shop .product-name h2 { color: #FF9933 ; }
.catalog-product-view.categorypath-speciale-html .product-view .product-shop .product-name h2 { color: #009999; }
.catalog-product-view.categorypath-sport-aventura-html .product-view .product-shop .product-name h2 { color: #339933; }
.catalog-product-view.categorypath-stil-html .product-view .product-shop .product-name h2 { color: #336666; }
.catalog-product-view.categorypath-clasic-html .product-view .product-shop .product-name h2 { color: #999999; }
 ======================================================================================= */

.col-main .account-login form .col-1 h3,
.col-main .account-login form .col-2 h3 {
        background: none;
        border: none;
	margin-left: 1px;
	margin-bottom: 10px;
        padding: 0px;
}

.col-main .account-login form .col2-set .col-1,
.col-main .account-login form .col2-set .col-2 {
	background: none;
	border: none;
}

.col-main .account-login form .col2-set .col-2 {
	background: #eee;
}

.col-main .account-login form .col2-set .col-1.new-users,
.col-main .account-login form .col2-set .col-2.registered-users {
	background: url(../images/down.png) no-repeat 0 -1px;
	border-top: 1px solid #c00038;
}

.col-main .account-login form .col2-set .col-2.registered-users {
	background: #eee url(../images/down.png) no-repeat 0 -1px;
	padding-bottom: 0px;
}

.col-main .account-login form .col-1,
.col-main .account-login form .col-2 {
	padding-left: 10px;
	padding-right: 10px;
}

.col-main .account-login form .col-1 p,
.col-main .account-login form .col-2 p {
	margin-left: 10px;
	margin-right: 10px;
}

.col-main .account-login .registered-users ul.form-list {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.col-main .account-login .registered-users ul.form-list li label {
	margin-right: 5px;
	width: 78px;
}

.col-main .account-login .registered-users ul.form-list li input {
	float: left;
	margin-right: 0px;
}

.sorter {
	float: right;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.sorter .sort-by {
	background: #c00038;
	color: #fff;
	padding: 1px 8px 1px 8px;
	text-transform: lowercase;
}

.sorter .sort-by select {
	font-size: 10px;
	background: #fff;
	border: 1px solid #c00038;
	color: #000;
}

.products-list .price-box {
	float: left;
	margin: 0px;
	width: 231px;
}

.products-list .price-box {
	height: 21px;
}

.products-list div.desc { clear: both; text-align: justify; padding-right: 5px; }

.account-create ul.form-list {
	margin-left: 0px;
}

.account-create ul.form-list li input { float: left; }
.account-create ul.form-list li div.input-box { padding: 5px;  }
.account-create ul.form-list li input.checkbox { 
	margin-left: 206px;
	margin-right: -90px;
}

.customer-account-edit .col-main #form-validate ul,
.customer-address-form .col-main #form-validate ul {
	margin-left: 0px;
}

.customer-account-edit .col-main #form-validate li div.input-box,
.customer-address-form .col-main #form-validate li div.input-box  { padding: 5px; }
.customer-account-edit .col-main #form-validate li input,
.customer-address-form .col-main #form-validate li input  { float: left; }
.customer-account-edit .col-main #form-validate li input.checkbox {
	margin-left: 206px;
	margin-right: -110px;
}

.newsletter-manage-index .col-main #form-validate ul.form-list { margin-left: 0px; padding-top: 10px; }
.newsletter-manage-index .col-main #form-validate ul.form-list li { }
.newsletter-manage-index .col-main #form-validate ul.form-list li input { float: left; }
.newsletter-manage-index .col-main #form-validate ul.form-list li label { width: 100px;  }

.customer-address-form .col-main #form-validate #company.input-text {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.customer-address-form .col-main #form-validate div.input-box select { margin-top: 0px; }
.customer-address-index .col-main .col2-set .col-2 ol li { color: #737373; }
.customer-address-form .col-main #primary_billing,
.customer-address-form .col-main #primary_shipping { margin-left: 205px; }
.customer-address-form .col-main .shipping_delivery { margin-left: 205px; background: #737373; color: #eee; padding: 2px; }
.sales-order-history .col-main p { padding: 0px 0px 10px 0px; color: #737373; font-size: 11px; }
.checkout-onepage-success .col-main p { color: #737373; }

.dashboard .recent-orders .title-buttons {
	background: url(../images/down.png) no-repeat 0 -1px;
	border-top: 1px solid #c00038;
}

.dashboard .recent-orders .title-buttons h3 { background: none; border-top: none; }
.dashboard .recent-orders .title-buttons a { margin-top: 8px; margin-right: 4px; float: right; } 

.sales-order-history .pager {}
.sales-order-history .pager p.amount { padding: 2px;  }
.sales-order-history #my-orders-table { margin-bottom: 8px; clear: both; }
.sales-order-history #my-orders-table tr td { color: #737373; }

.sales-order-view .col-main,
.review-customer-index .col-main,
.tag-customer-index .col-main,
.downloadable-customer-products .col-main  { color: #737373; }
.sales-order-view .col-main p,
.review-customer-index .col-main p,
.tag-customer-index .col-main p,
.downloadable-customer-products .col-main p { margin-bottom: 10px; }
.sales-order-view .col-main h3 { color: #c00038; }
.sales-order-view .col-main #my-orders-table { margin-bottom: 10px; }
.sales-order-view .col-main dl.order-info { border: 0px; padding: 5px 0px; }
.sales-order-view .col-main dl.order-info dt {
}
.sales-order-view .col-main #my-orders-table td h4 { font-size: 14px; }

.checkout-cart-index .col-main div.col2-set.cart-collaterals {
	margin-top: 10px;
	width: 650px;
}
.checkout-cart-index .col-main div.col2-set.cart-collaterals div.col-1 { display: none; }
.checkout-cart-index .col-main div.col2-set.cart-collaterals div.col-2 { clear: both; padding: 10px 10px;  }

.checkout-cart-index #co-shipping-method-form dl.sp-methods dt { border-bottom: 1px solid #aaa; padding-bottom: 5px; margin-bottom: 5px; }
.checkout-cart-index #co-shipping-method-form dl.sp-methods dd ul li {  }
.checkout-cart-index #co-shipping-method-form dl.sp-methods dd ul li input { float: left; }
.checkout-cart-index #co-shipping-method-form dl.sp-methods dd ul li label { float: left; width: auto; text-align: left; margin-left: 2px;  }

.checkout-multishipping-addresses #multiship-addresses-table {
	margin-top: 10px;
	margin-bottom: 10px;
}
.checkout-multishipping-address-newshipping ul.form-list.group-select { margin-left: 0px; }
.checkout-multishipping-address-newshipping ul.form-list.group-select input { float: left; }
.checkout-multishipping-address-newshipping ul.form-list.group-select #company.input-text { margin: 0px; }
.checkout-multishipping-address-newshipping ul.form-list.group-select div.input-box { padding: 5px;  }
.checkout-multishipping-address-newshipping ul.form-list.group-select li input.checkbox { margin-left: 204px; }
.checkout-multishipping-addresses ul.messages { background: #fff; padding: 0px; }
.checkout-multishipping-addresses ul.messages ul { background: none; padding: 0px; margin: 0px; padding-top: 4px; }
.checkout-multishipping-addresses ul.messages ul li { padding: 0px; margin: 0px; } 
.checkout-multishipping-shipping #shipping_method_form h3 { margin-bottom: 10px; }
.checkout-multishipping-shipping #shipping_method_form .col-1.narrow { color: #737373; }
.checkout-multishipping-shipping #shipping_method_form .col-1.narrow dl.sp-methods dt { margin-left: 10px; }
.checkout-multishipping-shipping #shipping_method_form .col-1.narrow dl.sp-methods dd ul li label { float: left; width: auto; }
.checkout-multishipping-shipping #shipping_method_form .col-1.narrow dl.sp-methods dd ul li input.radio { float: left; }
.checkout-multishipping-shipping #shipping_method_form .col-2.wide .data-table { margin-top: 10px; margin-bottom: 10px; background: #fff; }
.checkout-onepage-index #opc-login #checkout-step-login div.col2-set { color: #737373; }
.checkout-onepage-index #opc-login #checkout-step-login div.col2-set div.col-1 ul.form-list { margin-left: 5px; margin-top: 4px;  }
.checkout-onepage-index #opc-login #checkout-step-login div.col2-set div.col-1 ul.form-list li input.radio { float: left; margin-right: 4px; }
.checkout-onepage-index #opc-login #checkout-step-login div.col2-set div.col-1 ul.form-list li label { float: left; width: auto; }
.checkout-onepage-index #opc-login #checkout-step-login div.col2-set div.col-1 ul li { margin-left: 4px; text-transform: lowercase; font-size; 11px; font-weight: bold;}
.checkout-onepage-index #opc-login #checkout-step-login div.col2-set div.col-1 ul { margin-top: 0px; }
.checkout-onepage-index #opc-login #checkout-step-login div.col2-set div.col-2 ul.form-list div.input-box label { width: 95px; text-align: right; float: left; }
.checkout-onepage-index #opc-login #checkout-step-login div.col2-set div.col-2 ul.form-list div.input-box input { width: 170px; margin-right: 0px; } 

.checkout-onepage-index .col-main .opc #checkout-step-billing #co-billing-form #billing-new-address-form ul li label { width: 200px; }
.checkout-onepage-index .col-main .opc #checkout-step-billing #co-billing-form #billing-new-address-form ul li select { width: 255px; }
.checkout-onepage-index .col-main .opc #checkout-step-billing #co-billing-form #billing-new-address-form ul li div.input-box { padding: 5px; }

#review-form fieldset.add-review { background: #eee; padding: 0px 0px 10px 0px; float: right; width: 265px; margin-right: -10px; }
#review-form fieldset.add-review h4 { font-size: 12px; color: #737373; font-weight: bold; padding: 0px 10px; }
#review-form fieldset.add-review ul.form-list { margin-left: 10px; margin-right: 10px;  }
#review-form fieldset.add-review ul.form-list li label { width: 70px; }
#review-form fieldset.add-review ul.form-list li input { float: left; width: 140px; margin-right: 0px; }
#review-form fieldset.add-review ul.form-list li textarea { float: left; width: 140px; height: auto; margin-right: 0px; }
#review-form fieldset.add-review div.buttons-set { margin-right: 10px; }
.review-product-list .product-collateral { }
.review-product-list .product-collateral #customer-reviews { float: left; width: 445px; }
.review-product-list .product-collateral #customer-reviews div.pager { border-top: 1px solid #c00038;  width: 445px;  }
.review-product-list #customer-reviews h3 { color: #c00038; }
.review-product-list #customer-reviews dl { color: #737373; clear: both; }
.review-product-list #customer-reviews dl dd { margin-bottom: 8px; }
.review-product-list #customer-reviews dl dd p { text-align: justify; }
.review-product-list #customer-reviews dl dt { font-size: 12px; margin-bottom: 4px; }
.review-product-list #customer-reviews dl dt a { font-size: 14px; }
.review-product-view .product-review h3 { color: #737373;  }
.review-product-view .product-review p { color: #737373; margin-top: 4px; margin-bottom: 4px; margin-left: 8px; }
.sendfriend-product-send #sender_options,
.sendfriend-product-send #recipients_options { margin-left: 0px; }
.sendfriend-product-send #sender_options li div.input-box,
.sendfriend-product-send #recipients_options li div.input-box { padding: 5px; clear: both; }
.sendfriend-product-send #sender_options li label,
.sendfriend-product-send #recipients_options li label { float: left; }
.sendfriend-product-send #sender_options li input,
.sendfriend-product-send #recipients_options li input { float: left; width: 250px; margin-right: 0px;  }
.sendfriend-product-send #sender_options li textarea,
.sendfriend-product-send #recipients_options li textarea { float: left; width: 250px; margin-right: 0px;  }
#advanced-search-list { margin-left: 0px; }
#advanced-search-list li label { float: left; }
#advanced-search-list li input { float: left; margin-right: 0px; }
#advanced-search-list li div.range input { margin-right: 4px; }

#contactForm ul.form-list { margin-left: 0px; }
#contactForm ul.form-list div.input-box { padding: 5px; }
#contactForm ul.form-list label { float: left; }
#contactForm ul.form-list input { float: left; margin-right: 0px; }
#contactForm ul.form-list textarea { float: left; }

.catalogsearch-term-popular .col-main { }
.catalogsearch-term-popular .col-main .page-title { border-bottom: 1px solid #c00038; }
.catalogsearch-term-popular .col-main ul.tags-list { font-size: 16px; }
#products-list { clear: both; border-bottom: 1px solid #c00038; padding-bottom: 5px; }

#shopping-cart-table tr td h3.product-name { font-size: 14px; }
.tag-customer-index ul.tags-list { margin-bottom: 10px; }
.tag-customer-index ul.tags-list li { font-size: 20px; }

.review-customer-index .pager { float: none; border-top: 1px solid #c00038;  }
.review-customer-index #my-reviews-table { margin-top: 10px; margin-bottom: 10px; }
.review-customer-index #my-reviews-table tr td h3 { font-size: 12px; }

#shopping-cart-table td h3.product-name { border-top: none; background: none; }
.catalog-seo-sitemap-category ul.sitemap { margin-top: 0px; margin-bottom: 0px; }
.catalog-seo-sitemap-category ul.sitemap li { padding-left: 10px;  }
.catalog-seo-sitemap-category .col-main ul.links { float: none; width: auto; }
.catalog-seo-sitemap-category .col-main ul.links li { }
.catalog-seo-sitemap-category .col-main ul.links li a { float: none; padding: 0px; font-size: 14px;  }

.catalog-seo-sitemap-product ul.sitemap { margin-top: 0px; margin-bottom: 0px; clear: both; }
.catalog-seo-sitemap-product ul.sitemap li { float: left; width: 240px; }
.catalog-seo-sitemap-product .col-main ul.links { float: none; width: auto; }
.catalog-seo-sitemap-product .col-main ul.links li { }
.catalog-seo-sitemap-product .col-main ul.links li a { float: none; padding: 0px; font-size: 14px;  }

#multishipping-billing-form .col2-set .col-1 h3 { background: none; border-top: none;  padding-top: 0px; padding-left: 5px; } 
#multishipping-billing-form .col2-set .col-2 h3 { background: none; border-top: none;  padding-top: 0px; padding-left: 5px; }

.sales-order-history .pager { border-top: 1px solid #c00038; width: 100%; float: none; }
.sales-order-history .pager .pages strong { float: left; }
.sales-order-history .pager .pages { clear: none; color: #737373; margin: 4px 0px 0px 150px; }

#recently-viewed-items li { clear: both; }
#recently-viewed-items li a.small_image { width: 50px; padding-left: 0px; margin-right: 5px;   }
#recently-viewed-items li a.small_image img { vertical-align: middle; }
#recently-viewed-items li a { height: 50px; width: 140px; } 

#payment_form_checkmo li .input-box label { color: #737373; float: none; font-size: 11px; font-weight: bold; margin-right: 0px; text-align: left; text-transform: none; width: auto; }
#payment_form_checkmo .checkmo-mailing-address { color: #737373; padding-left: 10px; }

.cms-termeni-si-conditii .col-main,
.cms-pentru-companii .col-main  { width: 492px; }

.first-page {
}

.first-page .left-col {
	float: left;
	width: 486px;
}

.first-page .right-col {
	float: right;
	width: 490px;
}

.first-page .left-col .descriere {
	font-size: 14px;
	text-align: justify;
	padding-right: 10px;
}

.first-page .left-col .descriere h3 {
	margin-bottom: 20px;
	padding:12px 0 0 6px;
	float: left;
	font-size: 26px;
	font-weight: bold;
	margin-right: -10px;
	margin-left: -10px;
	width: 294px;
	color: #333;
}

.first-page .left-col .cutie {
	background: url(../images/wr-fp-cutie.png) no-repeat;
	display: block;
	float: left;
	height: 157px;
	width: 157px;
	margin-right: 10px;
}

.first-page .left-col .filmulet {
        display: block;
        float: left;
        height: 135px;
        width: 180px;
	margin-top: 20px;
        margin-right: 10px;
}


.first-page .left-col .recomandari {
	/* valentines-day margin-top: 68px; */
	margin-top: 108px;
}

.first-page .left-col .recomandari h2 {
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background:#C00038 url(../images/down_fp.gif) no-repeat scroll left top;
	height:28px;
	margin:0;
	padding:12px 0 0 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.first-page .left-col .recomandari .fp-grid {
	width: 500px;
}

.first-page .left-col .recomandari .fp-grid ul {
	padding-left: 0px;
}

.first-page .left-col .recomandari .fp-grid ul li {
	list-style: none;
	float:left;
	height:157px;
	width:157px;
	padding-right: 6px;
	padding-bottom: 6px;
}

.first-page .left-col .recomandari .fp-grid ul li.fp-ptel,
.first-page .left-col .recomandari .fp-grid ul li.fp-ptfa {
	padding-right: 6px;
}

.first-page .left-col .recomandari .fp-grid ul li a {
	display: block;
	height: 157px;
	width: 157px;
}

.first-page .left-col .recomandari .fp-grid ul li a span {
        display: none;
}


.first-page .left-col .recomandari .fp-grid ul li.fp-ptea a {
	background: url(../images/wr-fp-ptea2.png) no-repeat;
}

.first-page .left-col .recomandari .fp-grid ul li.fp-ptea a:hover {
}


.first-page .left-col .recomandari .fp-grid ul li.fp-ptel a {
	background: url(../images/wr-fp-ptel2.png) no-repeat;
}
.first-page .left-col .recomandari .fp-grid ul li.fp-ptel a:hover { 
}

.first-page .left-col .recomandari .fp-grid ul li.fp-ptco a {
	background: url(../images/wr-fp-ptco2.png) no-repeat;
}
.first-page .left-col .recomandari .fp-grid ul li.fp-ptco a:hover {
}

.first-page .left-col .recomandari .fp-grid ul li.fp-ptfa a {
	background: url(../images/wr-fp-ptfa2.png) no-repeat;
}
.first-page .left-col .recomandari .fp-grid ul li.fp-ptfa a:hover {
}

.first-page .left-col .recomandari .fp-grid ul li.fp-ptct a {
	background: url(../images/wr-fp-ptct2.png) no-repeat;
}
.first-page .left-col .recomandari .fp-grid ul li.fp-ptct a:hover {
}

.first-page .left-col .recomandari .fp-grid ul li.fp-livg a {
        background: url(../images/wr-fp-livg.png) no-repeat;
}
.first-page .left-col .recomandari .fp-grid ul li.fp-livg a:hover {
}

.first-page .right-col .fp-block-right {
	float: left;
	margin-left: 16px;
	width: 237px;
}

.first-page .right-col .fp-block-right .page-title {
	background: #c00038 url(../images/down_fp.gif) no-repeat left top;
	height: 28px;
	margin: 0px;
	padding: 12px 0px 0px 12px;
}

.first-page .right-col .fp-block-right .page-title h2 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.first-page .right-col .fp-block-right .products-grid {
	background: #e6e6e6;
	height: 739px;
}

.first-page .right-col .fp-block-right .products-grid ul {
	padding: 20px;
	list-style: none;
}

.first-page .right-col .fp-block-right .products-grid ul li {
	clear: both;
	margin-bottom: 18px;
}

.first-page .right-col .fp-block-right .products-grid ul li a {
	display: block;
}

.first-page .right-col .fp-block-right .products-grid ul li h3.product-name {
	clear: both;
	margin-bottom: 4px;
}

.first-page .right-col .fp-block-right .products-grid ul li span.description {
	text-align: justify;
	display: block;
	min-height: 74px;
}

.first-page .right-col .fp-block-right .products-grid ul li span.description a { 
	display: inline;
	text-transform: lowercase; 
	font-weight: bold; 
}

.first-page .right-col .fp-block-right .products-grid ul li div.price-box {
	height: 20px;
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 88px;
} 

.first-page .right-col .fp-block-right .products-grid ul li div.price-box p.price-as-configured {
	margin: 0px;
}

.first-page .right-col .fp-block-right .products-grid ul li div.price-box p.price-as-configured span.price-label {
	display: none;
}

.first-page .right-col .fp-block-right .products-grid ul li div.price-box p.price-as-configured span.price-label-starting-at {
	display: none;
}

.first-page .right-col .fp-block-right .products-grid ul li div.price-box p.price-as-configured span.regular-price {
}

.first-page .right-col .fp-block-right .products-grid ul li div.price-box p.price-as-configured span.regular-price span.price {
	font-weight: normal;
	font-size: 14px;
}

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

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


/* By customer request: prices for options are not shown */
/* C.Dinu - 18.08.2009 */
span.price-notice {
	display: none;
}

