@CHARSET "UTF-8";
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../assets/images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../assets/images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../assets/images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../assets/images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../assets/images/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../assets/images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../assets/images/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../assets/images/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../assets/images/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../assets/images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../assets/images/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../assets/images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../assets/images/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../assets/images/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../assets/images/fancybox/fancy_title_right.png') repeat-x;
}
/**
 * @group Table list
 */
table.list {
	width: 100%;
	border-spacing: 2px 2px;
	border-collapse: collapse;
	border-color: #efefef;
	margin-bottom: 10px;
}
/* @subgroup List title */
table.list caption {
	height: 1.5em;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table.list caption span.right {
	float: right;
	padding-top: 2px;
	font-size: 12px;
}

/* @subgroup Table column labels */
table.list thead tr * {
}
table.list thead tr th {
	padding: 8px 4px 6px 4px;
	/*border-top: 1px solid #A8A8D2;*/
	border-bottom: 1px solid #999;
	/*background-color: #A079BA;*/
	text-align: left;
}
table.list thead tr th a {
	padding-right: 15px;
}
table.list thead tr th a.sort {
	background-repeat: no-repeat;
	background-position: right;
}
table.list thead tr th a.sort_asc {
	background-image: url(../assets/images/icon-arrow-up.png);
}
table.list thead tr th a.sort_desc {
	background-image: url(../assets/images/icon-arrow-down.png);
}

/* @subgroup Table column data */
table.list tbody tr {
	/*background: #F0F0F0;*/
}
table.list tr.odd {
	/*background: #fff;*/
}
table.list tbody tr.hover {
	background: #fffcdf;
}
table.list tbody tr td {
	padding: 8px 4px;
	border-bottom: 1px solid #ccc;
}
table.list tbody tr td a {
	color: #470E6F;
}

/* @subgroup selected table row */
table.list tbody tr.selected {
	background-color: #ccc;
	color: #fff;
}
table.list tbody tr.selected td {
	border-bottom-color: #fff;
}
table.list tbody tr.selected td a {
	color: #fff;
}

/* @subgroup table row action */
table.list tbody tr td.action {
	padding: 0 15px 0 0;
	text-align: right;
	white-space: nowrap;
}
table.list tbody tr td.action * {
	visibility: hidden;
	border: none;
}
table.list tbody tr.hover td.action * {
	visibility: visible;
}
table.list td.center, table.list th.center {
	text-align: center;
}
table.list tbody tr td span.small {
	display: block;
	padding-top: 3px;
	font-size: 90%;
	color: #666;
}
table.list tbody tr td span.small a {
	color: #666;
}

/* @subgroup Table footer */
table.list tfoot tr {
	background-color: #e9e9e9;
}
table.list tfoot tr td {
	padding: 8px 4px;
	border-bottom: 1px solid #fff;	
}
table.list tr.bold td, table.list td.bold {
	font-weight: bold;
}
table.list td.right, table.list th.right {
	text-align: right;
}	
	
div.single {
	border: 1px solid #ccc;
	padding: 5px;
	background: #eee;
	margin-bottom: 20px;
}
table.single {
	width: 100%;
	border-collapse: collapse;
}
table.single tbody th, table.single tbody td {
	padding: 4px;
	border-bottom: 1px dotted #ccc;
}
table.single tbody > :last-child td, table.single tbody > :last-child th  {
	border: none;
}

table.single caption {
	background: #666;
	text-align: left;
	color: #fff;
	padding: 10px;
	font-size: 120%;
}
table.single caption span {
	display: block;
}
table.single caption span.right {
	float: right;
}
table.single tfoot td, table.single tfoot th {
	background-color: #ddd;
	padding: 4px;
}

table a.button {
	background-color: #ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 90%;
	text-decoration: none;
}
table a.button:hover {
	background-color: #ccc;
}

/**
 * @group table sizes
 */
.size_xxs {
	width: 2%;
}
.size_xs {
	width: 5%;
}
.size_s {
	width: 10%;
}
.size_m {
	width: 15%;
}
.size_ml {
	width: 20%;
}
.size_l {
	width: 30%;
}
.size_xl {
	width: 40%;
}
.size_xxl {
	width: 50%;
}
form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

textarea.tiny_big {
	width: 100%;
}
textarea.textarea-big {
	width: 100%;
	border: 1px solid #ccc;
}

input[type="text"], input[type="password"], textarea {
	border: 1px solid #e0e0e0;
	font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	padding: 5px 4px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #AACCEE;
	background-color: #ECF4F8;
}

div.field_wrap {
	margin-bottom: 15px;
	clear: both;
}
div.field_wrap label {
	display: block;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 6px;
}
div.field_wrap label em {
	display: none;
}
div.field_wrap .note {
	margin: 0 0 4px 0;
	padding: 0;
}
div.field_wrap div.field_subwrap {
	margin: 0 0 10px 20px;
}
div.field_wrap div.field_subwrap label {
	font-size: 12px;
}
div.field_checkbox label {
	display: inline;
	font-size: 100%;
}
div.field_multicheckbox label {
	display: block;
	font-size: 100%;
}
div.field_radiobox label {
	display: inline;
	font-size: 100%;
}

div.field_inline_wrap label {
	display: inline;
	font-size: 100%;
}
div.field_error input, div.field_error textarea {
	border: 1px solid #F77171;
}
ul.errors {
	list-style-type: none;
	margin: 4px 0 0 0;
	padding: 0;
	color: #C61616;
}
fieldset.subform_wrap {
	background: #F0F0F0;
	padding: 10px 10px 0 10px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
fieldset.subform_wrap legend {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 4px 6px;
	background: #fff;
	border: 1px solid #ddd;
}
fieldset.subform_wrap label {
	font-size: 12px;
}

button img.action {
	margin: 0 6px -3px 0;
}
button img.action_append {
	margin: 0 0 -3px 6px;
}
button span {
	display: block;
	line-height: 20px;
}
/**
 * @group Header alerts 
 */
div.alerts {
	border: 1px solid;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 1.5em 0;
	padding: 7px;
}

div.alerts h3 {
	margin: 0 0 .5em 0;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
}
div.alerts ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.alerts ul li {
	margin: 0;
	padding: 2px;
	position: relative;
}
div.error {
	color: #af4c4c;
	background: #ffdfdf url(../assets/images/icon-error.png) 1% 50% no-repeat;
	padding-left: 28px;
	border-color: #df7d7d;
}
div.error a {
	color: #af4c4c;
}
div.success {
	background: #e1ffd1 url(../assets/images/icon-success.png) 1% 50% no-repeat;
	padding-left: 28px;
	border-color: #A2EF95;
	color: #499524;
	font-weight: bold;
}

div.success p {
	margin: 0;
}
div.notify {
	background: #E4F3FD url(../assets/images/icon-notify.png) 1% 50% no-repeat;
	padding-left: 28px;
	border-color: #B6E6FB;
	color: #112835;
	font-weight: bold;
}
.clear {
	clear: both;
	height: 0;
}
a {
	color: #470E6F;
}
a img {
	border: none;
}
h1 {
	margin-top: 0px;
	font-size: 20px;
	color: #470E6F;
}
h1 span.sub {
	display: block;
	padding-top: 5px;
	font-size: 16px;
}

body {
	margin: 6px;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	background: #F0F0F0 url(../assets/images/pattern-bg.png);
}
body.pink {
	background: #C655FF;
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 971px;
}

#head {
	height: 174px;
	background: url(../assets/images/bg-header.png) no-repeat;
	position: relative;
	padding: 0 9px;
}
#logo {
	display: block;
	position: absolute;
	top: 50px;
	left: 30px;
	width: 580px;
	height: 60px;
	outline: none;
}
#logo * {
	display: none;
}

/**
 * @section head
 * @group main navigation
 */
#head ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	font-size: 12px;
}

#head ul.nav li {
	border-right: 1px solid #A079BA;
}

#head ul.nav a {
	display: block;
	color: #fff;
	line-height: 26px;
	text-align: center;
	padding: 0 26px;
	text-decoration: none;
	text-transform: uppercase;
}

#head ul.nav li.active a {
	background: url(../assets/images/pattern-menu-active.png) repeat-x;
}

#head ul.nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/**
 * @section head
 * @group header cart summary
 */
#cart_summary {
	position: absolute;
	right: 24px;
	top: 26px;
	width: 201px;
	height: 108px;
	background: url(../assets/images/bg-header-cart.png) no-repeat;
	font-size: 11px;
	color: #480F6E
}

#cart_summary h4 {
	margin: 14px;
	font-size: 14px;
}

#cart_summary .products {
	font-size: 11px;
	margin: 0 14px 0 14px;
}

#cart_summary .products .price {
	float: right;
}

#cart_summary a.next {
	padding-right: 12px;
	background: url(../assets/images/icon-arrow-right-pink.png) center right no-repeat;
	color: #480F6E;
	text-decoration: none;
}

#cart_summary a.order {
	position: absolute;
	bottom: 16px;
	left: 14px;
}

#cart_summary a.cart {
	position: absolute;
	bottom: 16px;
	right: 14px;
}

#content {
	clear: left;
	color: #470E6F;
	min-height: 370px;
}
.content_two_col {
	background: url(../assets/images/pattern-page-two-col.png) repeat-y;
}
.content_full_col {
	background: url(../assets/images/pattern-page.png) repeat-y;
	position: relative;
}

#full_col {
	padding: 20px 30px;
}

/**
 * @section content
 * @group left column
 */
#col1 {
	float: left;
	margin-left: 7px;
	width: 217px;
}
/**
 * @group left column navigation
 */
#col1 ul.nav {
	margin: 0;
	padding: 20px 6px 20px 8px;
	font-size: 11px;
	color: #470E6F;
}
#col1 ul.nav ul {
	margin: 0 0 0 12px;
	padding: 0;
}
#col1 ul.nav li {
	padding: 0;
	margin: 4px 0 0 0;
	list-style-type: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
#col1 ul.nav a {
	display: block;
	color: #470E6F;
	text-decoration: none;
	padding: 4px 10px 4px 20px;
	background: url(../assets/images/icon-arrow-right-pink.png) 8px 6px no-repeat;
}
#col1 ul.nav li li a {
	background: none;
}

#col1 ul.nav li li {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
#col1 ul.nav li.active > a {
	font-weight: bold;
}
#col1 ul.nav li li.active a {
	font-weight: bold;
	background: url(../assets/images/icon-arrow-right-pink.png) 8px 6px no-repeat;
}

/**
 * @section content
 * @group right (main) column
 */
#col2 {
	float: left;
	margin: 20px;
	font-size: 12px;
	width: 694px;
}
#col2 a {
	color: #470E6F;	
}

/**
 * @section content
 * @group sub category list
 */
ul#categories {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#categories li {
	margin-bottom: 15px;
	clear: left;
}
ul#categories a {
	display: block;
	padding: 10px;
	text-decoration: none;
}
ul#categories a:hover {
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	padding: 9px;
}
ul#categories span {
	display: block;	
}
ul#categories span.title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
ul#categories img {
	float: right;
	width: 100px;
	height: 100px;
}

/**
 * @section content
 * @group product list
 */
ul#products {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#products li {
	float: left;
	margin: 0;
	padding: 0;
	width: 172px;
	height: 213px;
	background: url(../assets/images/bg-product.gif) no-repeat;
	position: relative;
}
ul#products .thumb, ul#products span.overlay {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 138px;
	height: 138px;
}
ul#products span.overlay {
	background: url(../assets/images/bg-product-thumb-image.png) no-repeat;
}
ul#products h3 {
	position: absolute;
	top: 156px;
	left: 16px;
	width: 138px;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
ul#products .price {
	position: absolute;
	bottom: 11px;
	left: 16px;
	font-weight: bold;
}
ul#products a.cart {
	position: absolute;
	bottom: 10px;
	right: 75px;
}
ul#products a.info {
	position: absolute;
	bottom: 11px;
	right: 16px;
	text-decoration: none;
	color: #E702B4;
	font-weight: bold;
	padding-right: 14px;
	background: url(../assets/images/icon-arrow-right-pink.gif) center right no-repeat;
}

/**
 * @section content
 * @group product details
 */
#product .image {
	float: left;
	position: relative;
	width: 330px;
	height: 330px;
	overflow: hidden;
}
#product .image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 330px;
	height: 330px;
	background: url(../assets/images/bg-product-image.png) no-repeat;
	z-index: 10;
}
#product .image .zoom {
	position: absolute;
	z-index: 20;
}
#product .content {
	margin-left: 20px;
	width: 340px;
	float: left;
}
#product .content h1 {
	margin: 0 0 20px 0;
	font-size: 18px;
}
#product .description {
	margin-bottom: 20px;
}
#product .art_nr {
	margin-bottom: 20px;
}
#product .price {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#product .actions a {
	text-decoration: none;
}

/**
 * @section content
 * @group search
 */
/*#fieldwrap-search_query {
	clear: left;
	float: left;
}
#fieldwrap-submit {
	padding: 10px 0 0 10px;
	clear: right;
	float: left;
}*/

/**
 * @section footer
 */
#footer {
	clear: left;
	height: 35px;
	background: url(../assets/images/bg-footer.png) no-repeat;
	
	font-size: 12px;
}
#footer ul {
	float: right;
	margin: 0;
	padding: 5px 20px 0 0;
}
#footer li {
	list-style-type: none;
	border-right: 1px solid #D9C7E1;
	float: left;
	padding: 0 10px;
}
#footer li.last {
	border-right: none;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

#credits {
	font-size: 11px;
	color: #fff;
	padding: 6px 20px 0 30px;
	float: left;
}

/**
 * @section content
 * @group customer-order
 * @subgroup form fields
 */
#fieldwrap-customer_gender label {
	display: inline;
	padding-right: 15px;
}
#fieldwrap-customer_gender label.required {
	display: block;
}

#fieldwrap-customer_name_first, #fieldwrap-customer_address_zipcode {
	float: left;
	margin-right: 20px;
	clear: left;
}
#fieldwrap-customer_name_last, #fieldwrap-customer_address_city {
	float: left;
	clear: right;
}

/**
 * @section content
 * @group homepage
 */
.block {
	float: left;
}
.block2 {
	clear: left;
	margin-right: 10px;
}
.block3 {
	margin-right: 10px;
}
.block4 {
}

/**
 * @section content
 * @group home text block
 */
#block_home_text {
	background: url(/assets/images/block-home-empty.png) no-repeat;
	width: 690px;
	height: 244px;
	overflow: hidden;
	margin-bottom: 20px;
}
#block_home_text .content {
	padding: 20px;
	font-size: 12px;
}
#block_home_text .content * {
	margin: 0 0 10px 0;
}



/**
 * @section home
 * @group product specials
 */
#specials {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(/assets/images/bg-home-specials.png) no-repeat;
	width: 200px;
	height: 467px;
	padding-top: 55px;
}
#specials li {
	margin-left: 16px;
	margin-bottom: 6px;
	position: relative;
}
#specials li a {
	display: block;
	width: 165px;
	position: relative;
	text-decoration: none;
}
#specials li span.overlay {
	position: absolute;
	width: 165px;
	height: 135px;
	top: 0px;
	left: 0px;
	background: url(../assets/images/bg-overlay-home-special.png) no-repeat;
}
#specials li span.price_label {
	position: absolute;
	top: 109px;
	left: 12px;
	font-size: 12px;
}
#specials li span.price {
	position: absolute;
	top: 107px;
	right: 12px;
	font-size: 16px;
	font-weight: bold;
}
#cms_alert {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	line-height: 25px;
	text-align: center;
	background-color: #FFFDC4;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 11px;
	opacity: .7;
	filter: alpha(opacity = 70);
}

.pagination_control {
	clear: both;
	padding-top: 20px;
}

table.list td img.thumb {
	border: 1px solid #999;
}

/**
 * @group fixes
 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



