/*
	Modern CSS
	18 used colors: 
	10 grays: #374853 #595a5e #5d717e #76839b #888 #bdc2c9 #d0d1d5 #d0d3d8 #e5e6e7 #f1f2f4
	4 fushias: #f6dce8 #FF3300 #971d58 #5d0630
	2 yellows: #f8e1a0 #f9e400
	1 green: #488c40
	1 red: #da0f00
*/

* 
{
	padding: 0;
	margin: 0
}

body 
{
	background-color: white;
	font-size: 11px;
	font: normal normal normal 12px/normal;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #0d0f12;
	text-align: center;
}

/******************************************** pagination.tpl ********************************************/
div.pagination { padding: 1em 0 }
ul.pagination {
	list-style: none;
	float: left
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 0.3em
}
ul.pagination li, ul.pagination a, ul.pagination span {
	font-weight: bold;
	color: #374853
}
ul.pagination a, ul.pagination span {
	border: 1px solid #888;
	padding: 0em 0.4em;
	display: block;
	line-height: 17px;
	background: #bdc2c9 url('../img/pagination_bg.gif') repeat-x top right
}
ul.pagination a { text-decoration: none }
ul.pagination li.current span {
	background-color: #595a5e;
	background-image: url('../img/pagination-bg-current.gif');
	color: white;
	border: 1px solid #595a5e
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	background-image: url('../img/pagination-prevnext-bg.gif');
	border: none;
	line-height: 19px;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 0 1px
}
#pagination_previous {
	background: transparent url('../img/pagination-prev-border.gif') no-repeat top left;
	padding-left: 6px
}
#pagination_previous a, #pagination_previous span { border-left: none }
#pagination_next {
	background: transparent url('../img/pagination-next-border.gif') no-repeat top right;
	padding-right: 6px
}
#pagination_next a, #pagination_next span { border-right: none }
li.disabled span {
	color: #888;
	background-color: #f1f2f4
}
form.pagination { text-align: right }
form.pagination label {
	line-height: 1.4em;
	vertical-align: bottom;
	float: right;
	margin-left: 0.3em
}
form.pagination select { float: right }
form.pagination select option {
	font-size: 0.9em;
	padding-right: 1em
}
form.pagination input { float: right }

/******************************************** product-sort.tpl ********************************************/
form#productsSortForm p {
	height: 1em;
	margin: 0.5em 0 0 0
}
form#productsSortForm p label, form#productsSortForm p select { float: right }
form#productsSortForm p select { font-size: 1em }



/* Block manufacturer */
.blocksupplier ul { padding: 4px 0 6px }
.blockmanufacturer select, .blocksupplier select {
	width: 100%;
	margin: 0
}

#manufacturers_block_left
{
	width:100%;
}

#manufacturers_block_left h4
{
	display:block;
	height:36px;
	padding-left:42px;
	font:normal normal bold 14px/normal arial;
	padding-top:10px;
	background:url(../img/head-repeat.png) -13px 0px repeat-x;
}

#manufacturers_block_left .block_content
{
	background:#1e1e1e;
	margin-top:-11px;
	padding:0px;
}

#manufacturers_block_left ul
{ 
	list-style-position:inside;
	/*padding-left: 0.5em ;*/
}

#manufacturers_block_left ul li 
{
	border: none;
	list-style-position:inside;
	padding-top: 7px;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	list-style-image:url(../img/bullet.png);
	display:list-item;
	background:#D8D9CF;
	border-bottom:1px solid #babbb6;
	margin:0px;
	height: 22px
}

#manufacturers_block_left ul li:hover
{
	list-style-image:url(../img/bullet_orange.gif);
	background:none;
	color:#DA0F00;
}

#manufacturers_block_left ul li:hover a
{
	color:#DA0F00;
}

#manufacturers_block_left ul a 
{
	color:#363637;
	width:191px;
	height:20px;
	text-decoration:none;
	padding-left:10px;
	font:normal normal bold 12px/normal arial;
}
#manufacturers_block_left ul a:hover { text-decoration: none }

#manufacturers_block_left ul.bullet li div.sub {
	position: absolute;
	top: 0px; left: 230px;
	z-index: 99999;
	width:100px;
	border:3px solid #363637;
	background: #ff4f03;
	padding: 20px 20px 20px;
	float: left; 
} 

/* Block categories */
#categories_block_left
{
	width:100%;
}

#categories_block_left h4
{
	display:block;
	height:36px;
	padding-left:42px;
	font:normal normal bold 14px/normal arial;
	padding-top:10px;
	background:url(../img/head-repeat.png) -13px 0px repeat-x;
}

#categories_block_left .block_content
{
	background:#1e1e1e;
	margin-top:-11px;
	padding:0px;

}

div#categories_block_left ul.tree 
{ 
	list-style-position:inside;
	/*padding-left: 0.5em ;*/
}

div#categories_block_left ul.tree li 
{
	border: none;
	list-style-position:inside;
	padding-top: 7px;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	list-style-image:url(../img/bullet.png);
	display:list-item;
	background:#D8D9CF;
	border-bottom:1px solid #babbb6;
	margin:0px;
	height:22px;
}

div#categories_block_left ul.tree li:hover
{
	list-style-image:url(../img/bullet_orange.gif);
	background:none;
	color:#DA0F00;
}

div#categories_block_left ul.tree li:hover a
{
	color:#DA0F00;
}

div#categories_block_left ul.tree li.last { padding-bottom: 0 }
div#categories_block_left ul.tree li ul { padding: 2px 0 0 }
div#categories_block_left ul.tree li ul li {
	padding: 1px 0 1px 15px;
	background: none;
	font-size: 11px;
	font-weight: normal
}
div#categories_block_left ul.tree li ul li.last { padding-bottom: 0 }
div#categories_block_left ul.tree li ul li ul li {
	padding-left: 15px;
	font-size: 9px
}
div#categories_block_left ul.tree a 
{
	color:#000000;
	width:191px;
	height:20px;
	text-decoration:none;
	padding-left:10px;
	font:normal normal bold 12px/normal arial;
}
div#categories_block_left ul.tree a:hover { text-decoration: none }
div#categories_block_left ul.tree a.selected {
	color: #488c40;
	font-weight: bold
}
div#categories_block_left span.grower {
	display: block;
	float: left;
	background-position: 0 3px;
	background-repeat: no-repeat;
	width: 9px;
	height: 15px;
	margin: 0 0 0 -12px!important;
	margin: 0 0 0 -8px;
	padding: 0
}
div#categories_block_left span.OPEN { background-image: url('../img/icon/less.gif') }
div#categories_block_left span.CLOSE { background-image: url('../img/icon/more.gif') }


/* Special style for block cart*/
#cart_block
{
	display:block;
	width:196px;
	color:#363637;
}

#cart_block .block_content { padding: 6px 6px 2px }
#cart_block h4 
{ 
	display:block;
	height:36px;
	padding-left:42px;
	font:normal normal bold 14px/normal arial;
	padding-top:10px;
	background:url(../img/head-repeat.png) -13px 0px repeat-x;
}
#cart_block h4 span {
	text-transform: none;
	font-size: 0.8em;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px
}

#cart_block .block_content a
{
	color:#363637;
}

#cart_block div.block_content
{
	margin-top:-10px;
	background:#D8D9CF;
	padding-bottom:10px;
	border:none;
}

#cart_block h4 span#block_cart_collapse { background-image: url('../img/icon/sort_asc_white.gif') }
#cart_block h4 span#block_cart_expand { background-image: url('../img/icon/sort_desc_white.gif') }
#cart_block #cart_block_no_products { margin: 0.5em 0 }
#cart_block dl dt a,
 #cart_block dl dt span.quantity-formated { float: left }
#cart_block dl { font-size: 0.9em }
#cart_block dt { padding-top: 0.4em }
#cart_block dl span.quantity-formated { padding-right: 1px }
#cart_block dt, #cart_block dd {
	clear: both;
	margin-top: 0.2em
}
#cart_block dt { 
	width: 175px;
	text-align: right
}
#cart_block dd { width: 155px }
#cart_block dd { 
	margin-left: 1em; 
	margin-right: 1em; 
	font-style: italic 
}
#cart_block dl dt a { font-weight: bold }
#cart_block a.ajax_cart_block_remove_link {
	width: 11px;
	height: 13px;
	margin-left: 6px;
	float: right;
	font-size: 0;
	display: block;
	background: transparent url('../img/icon/delete.gif') no-repeat left bottom
}
#cart_block a.ajax_cart_block_remove_link:hover { text-decoration: none }
#cart_block p { clear: both }
#cart_block p span {
	clear: right;
	float: left;
	text-align: right
}
#cart_block li { clear: both }
#cart_block span.price {
	color: #363637;
	float: right
}
#cart_block dl span.price {
	font-weight: normal;
	color: #363637;
	float: none
}
#cart_block_wrapping_cost,
 #cart_block_shipping_cost,
  #cart_block_total { padding-right: 1.3em }
#cart_block table#vouchers {
	margin-top: 0.5em;
	border-top: 1px solid white;
	height: 3em;
	padding-top: 0.4em;
	margin-bottom: 0.5em;
	clear: both
}
 #cart_block p#cart-prices {
	clear: both;
	margin-top: 8px;
	margin-bottom: 0.5em;
	padding-top: 1em;
	height: 3em;
	margin-right:4px;
	background:url(../img/sitemap-horizontal.gif) top left repeat-x;
}
#cart_block table#vouchers td {
	padding: 0;
	border: 0;
	height: 1.5em
}
#cart_block table#vouchers td.price {
	color: white;
	font-size: 1em;
	font-weight: normal;
	width: 37%;
	text-align: right
}
#cart_block table#vouchers td.delete {
	width: 9%;
	text-align: right
}
#cart_block table#vouchers td.delete img { margin: 0 }
#cart_block p#cart-buttons {
	height: 1.6em;
	margin: 0 -0.3em
}
#cart_block p#cart-buttons a { float: left }
#cart_block p#cart-buttons a#button_order_cart { float: right }
#cart_block .cart_block_customizations {
	margin-left: 6px;
	list-style-type: square
}
#cart_block #cart-price-precisions {
	margin-top: 0.5em;
	padding-top: 0.4em;
	border-top: 1px solid white;
	font-size: 0.9em;
	height: 2em
}

#products
{
	margin-bottom:5px;
	width:100%;
}

#pageLinks
{
	margin-top:10px;
}


/* Block Testimonial */

#block_testimonials_right
{
	display:block;
	width:196px;
	color:white;
}

#block_testimonials_right .block_content { padding: 6px 6px 2px }
#block_testimonials_right h4 
{ 
	display:block;
	height:36px;
	padding-left:42px;
	font:normal normal bold 14px/normal arial;
	padding-top:10px;
	background:url(../img/head-repeat.png) repeat-x;
	color:white;
}

#block_testimonials_right h4 span {
	text-transform: none;
	font-size: 0.8em;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	color:white;
}

#block_testimonials_right div.block_content
{
	margin-top:-10px;
	background:#D8D9CF;
	/*background:#272727;*/
	padding-bottom:10px;
}

#block_testimonials_right #buttons
{
	width:100%;
}

#block_testimonials_right #buttons a
{
	display:block;
	margin:0.5em auto;
}

.subcategory_title
{
	display:block;
	margin-left:10px;
}

.subcategory_title a
{
	text-decoration:none;
	font-size:1.5em;
	color:Blue;
}

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