* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background: #fff url(../img/background.gif) no-repeat;
	color: #515151;
	font-family: "times new roman ce","times new roman", "georgia ce", "georgia", serif;
	font-size: 14px;
}
input, textarea {
	font-family: "times new roman ce","times new roman", "georgia ce", "georgia", serif;
	color: #888;
	font-size: 14px;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
a {
	color: #818181;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #ff1c6e;
}

.clear {
	clear: both;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
}
.footer, .push {
	height: 40px;
}
.footer {
	padding: 0 10px;
}
.footer dl {
		margin-bottom: 3px;
}
.footer dl a {
	color: #515151;
	text-decoration: none;
}
.footer dl a:hover {
	color: #ff1c6e;
}
dl dt {
	color: #ff1c6e;
	margin: 0 3px;
}

#container {
	width: 965px;
}
#header {
	height: 64px;
	padding: 23px 0 0 0;
}
#logo {
	position: relative;
	float: left;
	height: 64px;
	z-index: 40;
}
#top_menu {
	padding: 20px 0 0 0;
	text-align: right;
}
#content_left {
	float: left;
	width: 240px;
}
#content_right {
	float: left;
	width: 713px;
}

#content {
	line-height: 18px;
	padding: 33px 0 0 12px;
}
#content h1 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 30px;
}
#content h2 {
	font-size: 14px;
	color: #ff1c6e;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 10px;
}
#content p {
	width: 400px;
	text-align: justify;
}
#content .without-images p {
	width: 800px;
}
#content p span, .pink {
	color: #ff1c6e;
	text-transform: uppercase;
}
.news {
	margin-bottom: 13px;
}
.news p {
	width: 240px !important;
	margin-bottom: 10px;
}
.column {
	width: 180px !important;
	float: left;
	margin: 0 20px 20px 0;
	font-size: 14px;
}

/* warstwy absolutne */
#layers {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 965px;
}
#login_layer {
	position: absolute;
	z-index: 21;
	height: 174px;
	background: url(../img/login_en.gif) right -6px no-repeat;
	top: 45px;
	right: -3px;
	color: #888 !important;
	margin: 0;
	padding: 0;
}
#login_layer dl {
	margin: -2px 3px 20px 0;
}
#login_guest_basket {
	padding: 0 15px 0 0;
	text-align: right;
	line-height: 24px;
}
#login_register {
	padding: 0 15px 0 0;
	text-align: right;
}
#login_register a, #login_guest_basket a {
	color: #ed76a5;
	text-decoration: underline;
}
#login_register a:hover {
	color: #ff1c6e;
}
#login_form {
	text-align: right;
}
#login_form form {
	width: 320px;
	float: right;
}
#login_form form {
	width: 320px;
}
#login_submit {
	float: right;
	padding-top: 20px;
}
input.submit, input {
	background: transparent;
	font-size: 14px;
	border: 0;
	color: #ed76a5;
}
#login_form .submit, .submit-button {
	position: absolute;
	text-align: left;
	display: block;
	background: transparent;
	font-size: 14px;
	width: 81px;
	height: 60px;
	padding: 0;
	right: 0;
	border: 0;
	top: 50px;
	color: #ed76a5;
}
#login_form .submit:hover, input.submit:hover, input:hover {
	color: #ff1c6e;	
}
span.help {
	color: #aaa;
}
.form-field input, .credit-card input {
	color: #444;
	border: 1px solid #aaa;
	height: 17px;
	margin: 4px 0 1px 0;
	padding: 3px 3px 0 3px;
}
.form-field select {
	color: #444;
	width: 210px;
	border: 1px solid #aaa;
	margin: 4px 0 1px 0;
}
.form_input {
}
.form_select {
}
.form-field .form_checkbox {
	float: left;
}

.form-field p.form-field-help {
	font-size: 9.5px;
	line-height: 11px;
	width: 282px !important;
	float: left;
	margin-left: 5px;
	padding: 5px 0 5px 0;
}
.form-field p.form-field-help input {
	margin: 0 10px 5px 0;
}

#login_form label, #login_form .input {
	display: block;
	float: left;
}
#login_form .input {
	width: 110px;
	border: 1px solid #aaa;
	height: 17px;
	margin: 4px 0 1px 0;
	padding: 3px 3px 0 3px;
}
#login_form label {
	width: 108px;
	height: 20px;
	margin: 4px 0 6px 0;
	padding: 5px 5px 0 0;
}

/* search bar */
#search_bar {
	position: absolute;
	right: 0px;
	top: 5px;
	text-align: right;
}
#search_bar .input {
	width: 110px;
	border: 1px solid #ff1c6e;
	height: 17px;
	margin: 4px 0 1px 0;
	padding: 3px 3px 0 3px;
}
#search_bar .submit {
	font-size: 18px;
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
}
#search_options {
	float: right;
	margin: 0 8px 0 10px;
}
#search_options dl dt {
	color: #888;
	float: left;
	width: 110px;
	display: block;
}
#search_options_on, #change_language_on {
	border: 1px solid #e0e0e0;
	padding: 1px 4px;
	color: #666;
	background: #fff;
	margin-bottom: 1px;
}
#search_options_on:hover, #change_language_on:hover {
	border-color:#FFC6DB;
	color:#FF1C6E;
}
#search_options a {
	display: block;
	text-align: center;
	font-size: 12px;
}


/* search options */
#search_options_layer {
	position: absolute;
	width: 216px;
	z-index: 30;
	right: 124px;
	top: 4px;
	margin: 0;
}
#search_options_header {
	background: url(../img/search_options_top.gif) no-repeat;
	width: 120px;/*216px;*/
	height: 25px;
	padding: 5px 0 0 98px;
	color: #888;
}
#search_options_header .button {
	display: block;
	width: 115px;
	height: 20px;
	text-align: center;
	font-size: 12px;
}
#search_options_footer {
	background: url(../img/search_options_bottom.gif) no-repeat;
	width: 216px;
	height: 7px;
}
#search_options_body {
	background: #fff url(../img/search_options_background.gif) repeat-y;
	padding: 10px 20px 10px 10px;
	text-align: right;
}
#search_options_body select, select.select {
	width: 190px;
	background: #555;
	color: #fff;
	border: 1px solid #222;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#search_options_body input {
	width: 185px;
	color: #888;
	border: 1px solid #aaa;
	padding: 3px;
}
#search_options_body a {
	font-size: 13px;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #ff1c6e;
	color: #ff1c6e;
	text-transform: uppercase;
}
#search_options_body p {
	margin: 10px 0;
}

/* language options */
#language_options_layer {
	width: 110px;
	position: absolute;
	z-index: 25;
	right: 11px;
	top: 5px;
	color: #888;	
}
#language_options_layer .button {
	display: block;
	width: 100px;
	height: 20px;
	text-align: center;
	font-size: 12px;
}
#language_options_layer h3 {
	font-size: 14px;
	font-weight: normal !important;
	margin: 0;
	padding: 0;
}
#language_options_layer p {
	margin: 10px 0;
}
#language_options_header {
	background: url(../img/language_top.gif) no-repeat;
	width: 110px;
	height: 3px;
}
#language_options_body {
	background: url(../img/language_background.gif) repeat-y;
	width: 104px;
	padding: 0 0 0 6px;
}
#language_options_footer {
	background: url(../img/language_bottom.gif) no-repeat;
	width: 110px;
	height: 6px;
}
#language_options_body dl dd.selected a {
	color: #ff1c6e;
}

/* gallery */
#gallery dl {
	width: 900px;
	margin-top: 25px;
}
#gallery dl dd {
	display: block;
	float: left;
	margin: 5px;
	width: 160px;
	height: 158px;
	border: 1px solid #ccc;
}
#gallery dl dd img {
	border: 3px solid #fff;
}
#gallery dl dd:hover {
	border-color: #ff1c6e;
}
#gallery dl dd:hover img {
	border-color: #ed76a5;
}
dl.search_results dt {
	padding-left: 18px;
	background: url(../img/bullet_2.gif) 4px 3px no-repeat;
}

.condensed {
	margin-bottom: 0 !important;
}
.paginator {
	margin: 0 0 10px 0;
	color: #888;
}
.paginator a, .paginator span {
	padding: 0 5px;
}
.paginator span {
	color: #ff1c6e;
}
.paginator span.separator {
	padding: 0;
	color: #ddd;
}
dl.product-list dt {
	float: left;
	width: 170px;
	height: 170px;
	display: block;
	background: #eee url(../img/bg_product_list.gif);
}
dl.product-list dt.product-list-last-in-line {
	background: transparent;
}

dl.product-list-small {
	margin: 20px 0;
}
dl.product-list-small dt {
	float: left;
	width: 90px;
	height: 90px;
	display: block;
	background: #f00 url(../img/bg_product_list.gif);
}
dl.product-list-small dt.product-list-last-in-line {
	background: transparent;
}

.breadcrumbs {
	margin-bottom: 10px;
}
.order-options input {
}
.order-options div.submit {
	text-align: right;
}
.order-options div.submit input {
	border: 1px solid #e0e0e0;
	padding: 3px 5px;
	color: #666;
}
.order-options div.submit input:hover {
	border-color: #ffc6db;
	color: #ff1c6e;
}
.order-options .row input {
	border: 1px solid #e0e0e0;
	padding: 3px 5px;
	color: #666;	
}
.order-options .row input:hover, .order-options .row input:focus {
	border-color: #ffc6db;
	color: #ff1c6e;
}
input.small-input {
	width: 55px;
	display: block;
	float: left;
	text-align: right;
}
input.medium-input {
	width: 100px;
	font-size: 20px;
	padding: 0 5px;
}
input.big-input {
	width: 200px;
}
.order-options .row input.disabled {
	border: 1px solid transparent !important;
}
.order-options .row input.disabled:hover, 
.order-options .row input.disabled:focus {
	color: #666;	
}
.order-options {
	margin: 25px 25px 0 25px;
}
.order-options label {
	width: 75px;
	display: block;
	float: left;
	font-size: 14px;
}
.order-options div.row {
	padding: 5px 0;
	border-bottom: 1px solid #ffc6db;
}
.order-options div.first {
	border-top: 1px solid #ffc6db;
}
dl.login_options {
	width: 300px;
}
dl.login_options dt {
	display: block;
	font-size: 14px;
	float: none;
	padding-left: 22px;
	background: url(../img/bullet_2.gif) 4px 2px no-repeat;
}
.submit-row {
	margin-top: 10px;
}
hr {
	border: 0;
	margin: 10px 0;
}
ul, ul#full_basket_content, ul.inline {
	list-style: none;
}
ul.inline {
	margin: 5px 0;
}
ul.inline li {
	display: inline;
}
ul#full_basket_content li {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e8e8e8;
}
ul#full_basket_content li input {
	width: 90px;
}
ul#full_basket_content li a {
	font-size: 14px;
}
input.basket-quantity {
	color: #444;
	width: 50px !important;
	border: 1px solid #aaa;
	height: 17px;
	margin: 4px 0 1px 15px;
	padding: 3px 3px 0 3px;	
}
.basket-summary {
	font-size: 14px;
}
div.adv_search_header {
	padding: 5px 0 3px 0;
	font-size: 14px !important;
}
input.like_a {
	border: 0 !important;
	text-align: right;
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	color: #ED76A5 !important;
}
input:hover.like_a {
	color: #ff1c6e !important;
}
.menuTabAccountOff {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	padding: 0 7px 0 3px;
}
.menuTabAccount {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #ccc;
	padding: 0 7px 0 3px;
}
fieldset {
	border: 0;
	margin: 10px 0;
}
fieldset h3 {
	text-align: right;
	padding: 2px 4px;
	color: #fff;
	background: url(../img/register_fieldset_h3.gif) no-repeat;
	width: 458px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 8px 0;	
}
.register .form-row label {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 20px;
	font-size: 11px;
	color: #666;
}
.register .form_input, .form_input {
	border: 1px solid #ff1c6e;
	color: #444;
	width: 280px;
	padding: 1px 3px;
}
.register .form_select {
	border: 1px solid #ff1c6e;
	width: 288px;
}
.register span.help {
	display: block;
	padding-left: 170px;
	font-size: 11px;
}
.register .submit-row {
	width: 466px;
	text-align: right;
}
.register-submit-button {
	background: url(../img/button_submit.gif) no-repeat !important;
	width: 196px !important;
	height: 23px !important;
	border: 0 !important;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 12px !important;
}

table.basket_content {
	background: #fdf;
}
table.basket_content tbody tr td, table.basket_content tfoot tr td {
	height: 30px;
	margin: 0;
	padding: 2px 4px;
	background: #fff;
}
table.basket_content tbody tr td.align-right input, .align-right {
	text-align: right !important;
}
table.basket_content thead tr th {
	background: #ff1c6e;
	color: #fff;
}
.basket-price {
	width: 125px;
}
table.basket_content tbody tr:hover td {
	background: #fef;
}
div.row span.title {
	display: block;
	float: left;
	width: 150px;
	text-transform: lowercase;
	color: #ED76A5;
}
div.row span.content {
	display: block;
	float: left;
	text-transform: uppercase;
}
#close_all_panels {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 19;
	background: #fff;
	filter:alpha(opacity=75);
	opacity: .75;
	-moz-opacity: .75;
}
.language-nl a, .language-en a, .language-es a, .language-pl a, .language-de a {
	padding-left: 22px;
}
.language-nl {
	background: url(../img/lang_nl.gif) 2px 4px no-repeat; 
}
.language-en {
	background: url(../img/lang_en.gif) 2px 4px no-repeat; 
}
.language-es {
	background: url(../img/lang_es.gif) 2px 4px no-repeat; 
}
.language-pl {
	background: url(../img/lang_pl.gif) 2px 4px no-repeat; 
}
.language-de {
	background: url(../img/lang_de.gif) 2px 4px no-repeat; 
}
.product-parameters {
	margin-top: 20px;
}
#splash-container {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	background: url(../img/splash_bg.png);
}
#splash-container a {
	display: block;
	position: relative;
	width: 966px;
	height: 415px;
	margin: -228px auto 0 auto;
	top: 50%;
}

#product-gallery {
	width: 640px;
	float: left;
}
#product-info {
	width: 310px;
	float: left;
}

#product-info h1 {
	font-size: 22px;
	margin-bottom: 3px;
	line-height: 26px;
}
#product-info h2 {
	color: #444;
	font-size: 18px;
	line-height: 22px;
	text-transform: none;
}
#product-info h2 a {
	color: #ff1c6e;
}
#product-gallery p {
	margin-top: 10px;
	padding-left: 50px;
	font-size: 12px;
	color: #666;
}
#product-separator {
	height: 23px;
	width: 1000px;
	text-align: right;
	background: #666;
	position: absolute;
	left: 0;
	margin-top: -45px;
}
#product-separator-corner {
	height: 23px;
	width: 100%;
	background: url(../img/separator_corner.png) right no-repeat;
}
#product-price {
	float: left;
	width: 150px;
	font-size: 18px;
	line-height: 22px;
}
#product-actions {
	float: left;
	width: 150px;
	padding-top: 10px;
}
#product-actions dl dt {
	margin-bottom: 15px;
}
#product-top {
	margin-bottom: 50px;
}
#product-bottom h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

#product-specification {
	float: left;
	width: 500px;
}
#product-description {
	float: left;
	width: 400px;
}
#product-bottom dl dt {
	color: #666;
}
div.color-box {
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid #666;
	padding: 3px;
	margin: 3px;
}
div.color-box div {
	width: 40px;
	height: 40px;
}
#product-bottom {
	margin-bottom: 60px;
}
.footer dl dd, .footer dl dt, .top_menu dl dd, .top_menu dl dt {
	display: inline;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.top_menu dl {
	float: right;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0;
}
#price, #product-info a, #product-info .pink {
	color: #666 !important;
}
#product-info a:hover {
	color: #000 !important;
}
.error-validate, div.error-validate label {
	color: #f00 !important;
}
div.error-validate input, div.error-validate select, div.error-validate option {
	background: #fbb !important;
}
p.payment_type {
	margin: 5px 0 20px 0;
}
.lowercase {
	text-transform: none;
}
.order_status {
	margin: 0 0 20px 0;
	font-size: 18px;
	width: 800px !important;
}
.order_details_address {
	width: 350px;
	float: left;
}
.pay_for_it {
	text-align: right;
	width: 500px;
}
#no-main-image {
	display: block;
}
#attached-files {
	margin-top: 20px;
}
#attached-files h3 {
	font-size: 14px;
	margin-bottom: 5px;
}
#attached-files dl dt {
	margin-top: 8px;
}

dl.login_options {
	font-size: 12px; 
	margin-top: 5px;
}
dl.login_options dt {
	display: block !important;
	float: none;
}

.invoice td, .invoice th, .invoice-header td, .invoice-header th {
	vertical-align: top;
}
.invoice th {
	text-align: left;
	padding: 1px 10px;
}
.invoice td {
	text-align: right;
	padding: 1px 10px;
}
.invoice thead th, .invoice tfoot th {
	border-bottom: 2px solid #aaf;
}
.invoice tbody td {
	border-bottom: 1px solid #ddf;	
}	
.invoice-footer th, .invoice-shipping td {
	padding-top: 30px;
}
.invoice-shipping td {
	text-align: right !important;
}

.credit-card input {
	display: inline;
	float: none;
}
.credit-card label {
	display: block;
	float: left;
	margin-right: 20px;
}
.credit-card label input {
	margin: 13px 5px 0 0;	
	display: block;
	float: left;
	border: 0;
}
.credit-card input.error {
	border-color: #f00 !important;
	background: #fcc;
}

#facebook {
	display:block;
	width:auto;
	height:23px;
	float:right;
	margin-right:10px;
	margin-left:1px;
	padding:0 0 10px 10px;
}

#twitter {
	display:block;
	width:68px;
	height:23px;
	background:url("http://artsyndicate.net/templates/art_syndicate/icons/twitter.jpg");
	float:right;
	background-repeat:no-repeat;
}

#twitter:hover {
	background:url("http://artsyndicate.net/templates/art_syndicate/icons/twitter_hover.jpg");
	background-repeat:no-repeat;
}

#bestsellers {
       width:320px;
       height:145px;
       background-color:#ffffff;
       border:1px;
       border-style:solid;
       border-color:#818181;
       -moz-border-radius: 5px;
       border-radius: 5px;

       margin-top:50px;
}
/*Bestselery */
#bestsellers_title {
       color:#FF1C6E;
       text-transform:uppercase;
       font-size:11px;
       padding:15px;
}        

.best_icons {
       float:left;
       padding:0 0 0 20px;
}

.best_icons img {
       border:0px;
}