/* BLOCK CART */
.block .block_content,
.block_special .block_content { padding: 0.6em; }
#cart_block h4 { background-image: url('../img/block_header_exclusive_cart.gif'); }
#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 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;
	height:1.2em;
}
#cart_block dl span.quantity-formated{ padding-right:0.3em; }
#cart_block dt, #cart_block dd{
	clear: both;
	margin-top:0.2em;
}
#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:16px;
	height:16px;
	margin-left:4px;
	float:right;
	font-size:0;
	display:block;
	background: transparent url('../images/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 {
	float: right;
}
#cart_block dl span.price {
	font-weight: normal;
	float: right;
}
#cart_block_wrapping_cost, #cart_block_shipping_cost , #cart_block_total{ padding-right:1.3em; }
#cart_block table#vouchers, #cart_block p#cart-prices {
	margin-top:0.5em;
	border-top:1px solid;
	height: 3em;
	padding-top:0.4em;
	margin-bottom:0.5em;
	clear:both;
}

#cart_block table#vouchers td {
	padding:0;
	border:0;
	height:1.5em;
}

#cart_block table#vouchers td.price {
	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-prices {
	border-top: 1px solid #333;
	padding-top: 1em;
}

/* THUMBS LIST */
#thumbs_list img {
	cursor: pointer;
	border: 1px solid #BD007B;
}
#doc_list img {
	cursor: pointer;
	border: 1px solid #BD007B;
}

#doc_list {
	width:590px;
	height:248px;
	margin-bottom:10px;
}

/* PRODUCT IMAGE */
.product_picture {
	position: relative;
	text-align: center;
	margin: 0.7em 0 0.3em;
}
.product_picture a img {
	border: 1px solid #BD007B;
	z-index: 3;
}
.product_picture a:hover img {
	border: 1px solid #E39006;
}
.product_picture .discount_label {
	position: absolute;
	top: -10px;
	right: -10px;
}

#block_center .discount_label {
	position:absolute;
	z-index: 5;
	margin-right:15%;
}

.price {
	font-family: Georgia;
}

/* PRODUCT BOX */
.block-product-list {
	margin: auto 10px !important;
	clear: both;
}
.block-product-list .product_picture {
	float: left;
}
/* PRODUCT DETAIL */
#product_add_to_cart li {
	clear: both;
}
#product_add_to_cart li label {
	display: block;
	float: left;
}
.texture_preview {
	border: 1px solid #ccc !important;
	width:24px;
	height: 24px;
	display: block;
	float: left;
	cursor: pointer;
	margin: 5px;
}


#usefull_link_block li {
	height: 23px;
	list-style-type: none;
	margin-bottom: 5px;
}
#usefull_link_block a {
	display: block;
	height: 23px;
	line-height: 2em;
	padding-left: 32px;
	list-style-type: none;
}
#usefull_link_block a.print {
	background: url(../images/product_print.gif) 0 0 no-repeat;
}
#usefull_link_block a.zoom {
	background: url(../images/product_zoom.gif) 0 0 no-repeat;
}
#usefull_link_block a:hover {
	background-position: 0 -23px;
}
/* Gallerys */
.accContent div {
	background: #eee;
	text-align: center;
	cursor: pointer;
	float: left;
	padding: 10px;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px 10px 0 0;
}
.accContent div:hover {
	background: #ccc;
}
.accContent div img {
	margin: 5px 0 0 0;
	border: 1px solid #333;
}
/* ORDER STEPS */
ul.step {
	background: transparent url(../images/step_start.gif) no-repeat bottom left;
	list-style: none;
	width: 479px;
	margin:0.8em auto 2em;
	padding-left: 40px;
	height: 25px;
	width:465px;
}
ul.step li {
	height: 25px;
	float: left;
	width: 100px;
	text-align: center;
	background: transparent url(../images/step_standard.gif) no-repeat bottom left;
}
ul.step li.step_current {
	background: transparent url(../images/step_current.gif) no-repeat bottom left;
	font-weight:bold;
}
ul.step li.step_todo {
	font-style:italic;
}
ul.step li#step_end { width: 40px; }
ul.step li#step_end { background: transparent url(../images/step_end.gif) no-repeat bottom left; }
ul.step li#step_end.step_current { background: transparent url(../images/step_end_current.gif) no-repeat bottom left; }

.adresses h1 {
color:#850A6E;
font-size:1.3em;
}

#map {
border:1px solid #BD007B;
}

.tip-top {
    color: #fff;
    width: 139px;
    z-index: 13000;
}
.tip-title {
    width: 123px;
    font-weight: bold;
    margin: 0;
    color: #fff;
    padding: 8px 8px 4px;
    background: url(../images/bubble.png) top left;
}
.tip-text {
    width: 123px;
    padding: 4px 8px 8px;
    background: url(../images/bubble.png) bottom right;
    color:#fff;
}
.tip-text A {
    color:#069;
}
.tip-loading {
    background: url(../images/ajax_load.gif) center center no-repeat;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

/* Autosuggest */
div.autosuggest
{
	position: absolute;
	padding: 10px 0 0 0;
}
div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	display: none;
}
div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	overflow: hidden;
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #BD007B;
}

div.autosuggest ul li
{
	color: fff;
	padding: 0;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #fff;
	display: block;
	text-decoration: none;
	background-color: transparent;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #F29221;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #F29221;

}

div.autosuggest ul li.as_highlight a:hover em, div.autosuggest ul li a:hover em{
	color:#BD007B;
}
div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	font-style:italic;
	color: #fff;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #fff;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #F29221;

}

div.autosuggest ul li.as_highlight a span
{
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #FF803E;
}

div.notice {
background: #FFF6BF;
color: #514721;
margin-bottom: 0;
border-color: #FFD324;
}
div.errors, div.notice, div.success {
padding: .6em;
margin-bottom: 1em;
border: 2px solid #DDD;
border-image: initial;
}
.notice {
color: #514721 !important;
}
