* {
    padding: 0px;
    margin: 0px;
	border: 0px;
}

body, table, select, input, textarea {
    font-family: 'Trebuchet MS', Tahoma, Helvetica, sans-serif;
    font-size: 11px;
	line-height: 18px;
}

body {
    background-color: #ffffff;
    color: #444444;
	padding: 20px 0px 0px 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
	width: 100%;
}

table td {
    vertical-align: top;
}

hr {
    padding-bottom: 8px;
}

img {
	border: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
    padding-bottom: 6px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h1 a {
    color: #333333;
}

h2 {
	border-bottom: 1px solid #cccccc;    
	font-size: 12px;
	font-weight: bold;
    padding-bottom: 6px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2.variant-1 {
	border: 0px;
	margin: 0px;
}

h2.variant-2 {
	border: 0px;
}

h3 {
    font-size: 12px;
}

p {
    padding-bottom: 20px;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
	color: red;	
}

a.arrow {
	padding: 0px 0px 0px 13px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

a.arrow:hover {
	color: #000000;
	border-bottom: 1px solid #cc0000;
}

ul {
    list-style-type: none;
}

.clear {
	clear: both;
	line-height: 0px;
}

.clear-left {
	clear: left;
	line-height: 0px;
}

#actionIFrame {
	position: absolute;
	border: 2px solid red;
	width: 95%;
	height: 300px;
	opacity: 0.8;
	display: none;
}

/* Wraps */
#wrap {
    width: 930px;
/*	margin-left: auto;
	margin-right: auto;
	*/
}

#logo-wrap {
    padding-bottom: 20px;
}

#content-wrap {
    padding-right: 235px;
}

/* Metanavigation */
#meta-navigation {
	padding: 0px 236px 0px 0px;
	float: right;
}

#meta-navigation li {
	display: inline;
	padding: 0px 0px 0px 13px;
	
}

/* Pfad-Navigation */
#path-navigation {
	padding-bottom: 15px;
}

#path-navigation li {
	display: inline;
	padding: 0px 5px 0px 0px;
}

#path-navigation li a {
	opacity: 0.4;
	background-image: url(../images/arrow_back.gif);
}

#path-navigation li a:hover {
	opacity: 1;
}

/* Suchleiste */
#search-bar {
    float: right;
    padding: 25px 5px 0px 0px;
}

#search-bar input.text {
    width: 100px;
    padding-top: 0px;
}

#search-bar input.image {
    vertical-align: top;
}

/* Hauptnavigation */
#main-navigation {
    margin-bottom: 25px;
    height: 15px;
}

#main-navigation li {
    float: left;
    font-size: 11px;
    padding: 0px 11px 0px 0px;
}

#main-navigation li.tab:hover,
#main-navigation li.active {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 6px 19px 6px 19px;
}

#main-navigation li a {
    color: #666666;
    text-transform: uppercase;
}

#main-navigation li a:hover,
#main-navigation li.tab:hover a,
#main-navigation li.active a {
    color: #3a73ba;
    text-decoration: none;
}

#main-navigation li.logout {
    background: transparent;
    padding: 5px 0px 0px 50px;
    
}

/* Kategorien Layer */
#menu-categories {
    background-color: #ffffff;
    background-repeat: repeat-x;
    display: none;
    border: 1px solid #cccccc;
    border-top: 0px;
    padding: 10px;
    position: absolute;
    margin: 6px 0px 0px -20px;
    width: 670px;
}

#menu-categories h3 {
    padding-left: 10px;
}

/* Teaser */
.teaser {
    font-size: 14px;
	font-family: Georgia, serif;
	font-style: italic;
    line-height: 19px;
    padding-bottom: 20px;
}

/* Rechte Spalte */
#right-column {
    float: right;
    width: 220px;
}


/* Listen */
ul.links {
	padding-bottom: 19px;
}

ul.links li ul {
	padding: 0px 0px 5px 15px;
}

ul.links li a {
	padding: 0px 0px 0px 13px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

ul.links li a:hover {
	color: #000000;
	border-bottom: 1px solid #cc0000;
}


ul.categories {
	width: 695px;
}

ul.categories li {
    width: 224px;
    float: left;
	margin: 0px 11px 8px 0px;
	background-color: #cccccc;
	border-bottom: 1px solid #cc0000;
}

ul.categories li.break {
	margin-right: 0px;
}

ul.categories .image {
    display: block;
}

ul.categories li .foto img {
	display: block;
}

ul.categories li .title { 
	padding: 5px 0px 3px 10px;
}



ul.sitemap li {
	padding: 5px 12px 5px 12px;
	font-weight: bold;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

ul.sitemap li li {
	font-weight: normal;
}

/* Tabellen */
#login-form-table {
	margin-bottom: 15px;
}

/* Formulare */
fieldset {
	border: 0px;
}

input.text,
textarea,
input.box,
input.halfbox,
input.year,
input.month,
input.day,
input.ezcc-user,
select {
    background: #ffffff;
    border: 1px solid #cbcbcb;
    font-size: 11px;
    color: #666666;
    padding: 3px 5px 3px 5px;
    margin-bottom: 7px;
}

input.image {
    margin-bottom: 10px;
}

.message-warning {
	padding-bottom: 25px;
	color: red;
}

input.submit,
input.button,
input.defaultbutton {
	background-color: #f3f3f3;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 9px;
	padding: 2px 5px 2px 12px;
	border: 1px solid #ebebeb;
	text-align: left;
}

input.submit:hover,
input.button:hover,
input.defaultbutton:hover {
	background-color: #ebebeb;
	border-bottom: 1px solid #cc0000;
}

input#telephone {
	width: 80px;
}

.register-table {
	width: 460px;
}

.register-table td {
	padding: 0px 10px 3px 0px;
}

.register-table td td {
	padding: 0px;
}

.register-table label {
	display: block;
	font-weight: bold;
}

.register-table input.text {
	width: 205px;
}

.register-table select {
	width: 217px;
}

#bill-address input.text,
#delivery-address input.text {
	width: 220px;
}

#delivery-address select,
#bill-address select {
	width: 232px;
}

/* Produktansicht */
#product-wrap-horizontal {

}

#product-wrap-vertical {
	padding-left: 300px;
}

#product-image-column {
	width: 275px;
	float: left;
}

.product-image {
	display: none;
}


#product-image-1 {
	display: block;
}

.price-info {
	float: right;
	width: 225px;
}

#image-switch {
	position: absolute;
}

#image-switch li {
	float: left;
	background-color: #eeeeee;
	padding: 2px 10px 2px 10px;
	margin: 0px 1px 0px 0px;
}

#image-switch li a:link {
	color: #999999;
}

.price-wrap {
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 20px;
}

.price-info img {
	border: 0px !important;
	float: none !important;
	vertical-align: middle !important;
	margin: 0px !important;
}

.price-wrap .submit {
	width: 165px;
	background-color: #ffffff;
}

.price-wrap table {
	width: auto;
}

.price-wrap table td {
	padding: 0px 10px 0px 0px;
}

.price {
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
}

.price-info .to-article {
	padding-top: 5px;
}

#product-image-large {
	float: left;
	width: 241px;
}

#product-image-large .wrap {
	border: 2px solid #a7a7a7 !important;
	background-color: #ffffff;
	text-align: center;
}

#product-image-large img {
	border: 1px solid #ffffff !important;
}

#product-image-large .zoom {
	font-weight: bold;
	padding-top: 10px;
}

#product-image-large .zoom img {
	border: 0px !important;
	float: left;
	margin: 0px 5px 0px 0px;
}

#product-image-large ul.extended-images {
	float: right;
}

#product-image-large ul.extended-images li {
	background-color: #a7a7a7;
	font-weight: bold;
	float: left;
	padding: 2px 5px 6px 5px;
	margin-left: 1px;
}

#product-image-large ul.extended-images li a {
	color: #ffffff;
}

#product-wrap-horizontal #product-info {
	padding-right: 233px;
}


#product-number {
	text-align: right;
}

#technical-draft {
	padding-bottom: 15px;
}

.customizeTitle {
	padding-left: 10px;
	padding-bottom: 5px;
}

.customize {
	border: 1px solid #d3d4cf;
	background-color: #f9f9f7;
	padding: 6px 9px 2px 9px;
}

.customize .options {
	margin-bottom: 10px;
}

.customize .options td {
	padding: 0px 5px 5px 0px;
}

.customize .options label {
	display: block;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
}

.customize select {
	width: 143px;
}

.attachments {
	clear: left;
	padding-top: 15px;
}

.attachments ul li {
	background-image: none !important;
	float: left;
	padding: 0px !important;
	width: 33%;
}

.attachments ul li img {
	border: 1px solid #999999 !important;
	float: left;
	margin: 3px 10px 0px 0px
}

table.patterns td {
	padding: 0px 5px 5px 0px;
	vertical-align: middle;
}

#related-products {
	clear: left;
	padding-top: 15px;
}

/*	Einkaufskorb */
.basket-table {
	width: 100%;
	margin-bottom: 20px;
}

.basket-table th {
	text-align: left;
	padding: 0px 0px 6px 10px;
	vertical-align: top;
}

.basket-table td {
	padding: 10px 10px 6px 10px;
}

.basket-table tr.item td {
	border-right: 1px solid #ffffff;
}

.basket-table tr.title td {
	background-color: #ffffff;
	border-top: 1px solid #cc0000;
}

.basket-table td.bglight {
	background-color: #eeeeee;
}

.basket-table td.bgdark {
	background-color: #eeeeee;
}


.basket-table td.product-name p {
	padding-bottom: 5px;
}

.basket-table td.product-image {
	width: 1%;
	text-align: center;
}

.basket-table td.product-image img {
	display: block;
	border: 1px solid #999999 !important;
}

.basket-item-options td {
	padding: 0px;
	font-weight: normal;
	padding: 3px 5px 3px 0px;
	color: #666666;
}

.uploadWrap {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 0px;
	position: absolute;
	margin-left: -30px;
}

.uploadWrap iframe {
	width: 275px;
	height: 200px;
	display: block;
}

.uploadWrap .close {
	padding: 0px 0px 20px 20px;
}

#myProgressWrap {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	background-image: url(../images/upload.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: 220px;
	margin-bottom: 10px;
}

#myProgress {
	background-image: url(../images/progress_background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: green;
	width: 1%;
}

/* Homepage */
#homepage-header-left-column {
	width: 460px;
}


#homepage-header-right-column {
	width: 225px;
	float: right;
}

#homepage-header-right-column .container,
#homepage-header-left-column .container {
	margin: 0px 0px 35px 0px;
}

#homepage-header-left-column .foto,
#homepage-header-right-column .foto {
	background-color: #fcfcfc;
}

/* Header */
#header-left-column,
#header-right-column {
	border-bottom: 1px solid #cc0000;
	background-color: #cccccc;
	margin-bottom: 35px;
}

#header-left-column {
	width: 460px;
	height: 165px;
}

#header-left-column img {
	display: block;
}

#header-right-column {
	height: 149px;
	width: 205px;
	float: right;
	padding: 8px 10px 8px 10px;
}


/* Container */
.container {
	background-color: #cccccc;
	border-bottom: 1px solid #cc0000;
	padding: 12px 10px 12px 10px;
}

.container ul.links {
	padding: 0px;
}

.container ul.links a:hover {
	border: 0px !important;
	color: #ffffff !important;
}

#linkStudion {
	margin-bottom: 15px;
}

/* Fine Art Print */
#how-its-works {
	width: 235px;
	float: left;
}

#how-its-works ul {
	list-style-position: inside;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

#how-its-works ul li {
	font-size: 13px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 7px 10px 7px 10px;
	cursor: pointer;
}

#how-its-works ul li.active {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#how-its-works-content-wrap {
	padding: 0px 0px 0px 235px;
}

.how-its-works-step-content {
	display: none;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/how_to_backgrond.gif);
	background-repeat: no-repeat;
}

.how-its-works-step-content .image {
	padding-bottom: 15px;
}

.how-its-works-step-content .image img {
	display: block;
}

#how-its-works-step-content-1 {
	display: block;
	background-position: 0px -185px;
}

#how-its-works-step-content-2 {
	background-position: 0px -151px;
}

#how-its-works-step-content-3 {
	background-position: 0px -117px;
}

#how-its-works-step-content-4 {
	background-position: 0px -83px;
}

#how-its-works-step-content-5 {
	background-position: 0px -49px;
}

#how-its-works-step-content-6 {
	background-position: 0px -15px;
}

#fine-print-order-button {
	padding-bottom: 120px;
	margin-top: 44px;
	cursor: pointer;
}
/* Bestellprozess Fine Art Print */
#order-process-wrap {
	border: 1px solid #cccccc;
	border-bottom: 0px;
}

#order-process-wrap .step,
#order-process-wrap .step-active,
#order-process-wrap .step-done {
	background-color: #f3f3f3;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/step_arrow.gif);
	background-position: 14px 9px;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 35px;
	color: #cccccc;
}

#order-process-wrap .step-active {
	background-color: #ffffff;
	background-image: url(../images/step_arrow_down.gif);
	background-position: 12px 9px;
	background-repeat: no-repeat;
	color: #444444;
}

#order-process-wrap .step-done {
	background-image: url(../images/done.gif);
	background-position: 11px 5px;
	color: #444444;
}

#order-process-wrap .step-done a {
	text-decoration: underline;
}

.step-title {
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

.materials li {
	float: left;
	width: 300px;
	margin: 0px 20px 10px 0px;
	background-color: #cccccc;
	border-bottom: 1px solid #cc0000;
}

.materials li .foto img {
	display: block;
}

.materials li .title { 
	padding: 5px 10px 3px 10px;
}

.products {
	width: 650px;
}

.products li {
	float: left;
	width: 140px;
	margin: 0px 20px 10px 0px;
	background-color: #cccccc;
	border-bottom: 1px solid #cc0000;
}

.products li .foto img {
	display: block;
}

.products li .title { 
	padding: 5px 10px 3px 10px;
}

/* Seite empfehlen */
.recommend-page-node-content {
	border: 1px solid #dddddd;
	background-color: #eeeeee;
	padding: 10px;
	margin-bottom: 10px;
}

/* Footer */
#footer {
    border-top: 1px solid #cc0000;
    color: #bbbbbb;
    font-size: 11px;
    padding: 3px 0px 50px 0px;
    margin-top: 100px;
}


/* Highslide */
.highslide {
	cursor: url(../images/highslide/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}

.highslide-caption {
    display: none;
}

.highslide-caption .name {
	padding: 10px 10px 5px 10px;
}

.highslide-caption .statistics {
    background-image: url(../images/homepage_image_background.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    padding: 10px 10px 10px 10px;
}

.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(../images/highslide/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}