@CHARSET "UTF-8";

/* start - don't change */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,a { 
	margin: 0px;
	padding: 0px;
}

body {
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	background: #a8ccff url('/images/background.gif') top left repeat-x;
}

div {
	overflow: hidden;
}

table { 
	border-collapse: collapse;
	border-spacing: 0;
}

.underline {
	text-decoration: underline;
}

.clear { 
	clear: both; 
	height: 0;
	font-size: 0;
}

.clear-both {
	clear: both;
}

input, select, textarea {
	font-size: 11px;
	border-top: 1px solid #252525;
	border-left: 1px solid #252525;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

a img { border: none; }
a { 
	color: #b20e0c;
	text-decoration: none; 
}

hr {
	border: 0px;
	height: 1px;
	background-color: #c0c0c0;
}

.tleft { text-align: left; }
.tright { text-align: right; }
.tcenter { text-align: center; }
.fleft { float: left; }
.fright { float: right; }
.vmid { vertical-align: middle; }
.block { display: block; }
.none { display: none; }
.pointer { cursor: pointer; cursor: hand; }
.red { color: #ac203e; }
.white { color: #ffffff; }
.green { color: #169b0c; }
.purple { color: #b20e0c; }
.silver { color: #a8a8a8; }
.blue { color: #162b48; }
.dblue { color: #1b3975; }
.orange { color: #d95100; }
.lsilver { color: #a6a5a1; }
.bold { font-weight: bold; }
.tline { text-decoration: line-through; }
.normal { font-weight: normal; }
.f9  { font-size: 9px; }
.f10 { font-size: 10px; }
.f11 { font-size: 11px; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f17 { font-size: 17px; }
/* end don't change */

/* global */
div#global {
	clear: both;
	margin: auto;
	width: 950px;
}

div#global .top {
	clear: both;
	width: 950px;
	height: 205px;
}

div#global .top .left {
	float: left;
	width: 467px;
	height: 205px;
}

div#global .top .right {
	float: left;
	width: 483px;
	height: 205px;
	background: url('/images/giermaniak_483x205.jpg') top left no-repeat;
}

div#global .top .logo {
	padding: 56px 0px 0px 20px;
}

div#global .menu-top {
	clear: both;
	width: 950px;
	height: 37px;
	background: url('/images/menu-bg_2x37.png') top left repeat-x;
}

div#global .menu-top .left-corner {
	float: left;
	width: 6px;
	height: 37px;
	background: url('/images/menu-left_6x37.png') top left no-repeat;
}

div#global .menu-top .right-corner {
	float: right;
	width: 6px;
	height: 37px;
	background: url('/images/menu-right_6x37.png') top left no-repeat;
}

div#global .menu-top a {
	display: block;
	float: left;
	padding: 9px 13px 9px;
	font-weight: bold;
	color: #8497ad;
}

div#global .menu-top a:hover, div#global .menu-top a.active {
	color: #ffffff;
}

div#global .menu-top span.spacer {
	display: block;
	float: left;
	width: 2px;
	height: 37px;
	background: url('/images/menu-spacer_2x21.png') center no-repeat;
}

div#global .menu-top .login_panel {
	float: right;
	padding: 6px 4px 0px 0px;
}

div#global .menu-top .login_panel .icon_ludek {
	float: left;
	width: 22px;
	height: 22px;
	background: url('/images/icon-login.png') center no-repeat;
}

div#global .menu-top .login_panel .icon_klucze {
	float: left;
	width: 22px;
	height: 22px;
	background: url('/images/icon-password.png') center no-repeat;
}

div#global .menu-top .login_panel .input_text {
	float: left;
	margin-left: 10px;
	color: #fff;
}

div#global .menu-top .login_panel .input_text input {
	padding: 4px;
	width: 120px;
	height: 14px;
	border: 1px solid #b0b0b0;
}

div#global .menu-top .login_panel .input_btn {
	float: left;
	margin-left: 5px;
}

div#global .menu-top .login_panel .input_btn input {
	display: block;
	width: 68px;
	height: 25px;
	background: url('/images/btn-top-zaloguj.png') no-repeat;
	border: 0px;
	cursor: pointer;
	cursor: hand;
}

div#global .menu-top .logged_panel {
	float: right;
	padding: 2px 0px 0px;
	color: #fff;
}

div#global .menu-top .logged_panel a {
	padding: 2px 4px 0px 0px;
}

div#global .menu-top .logged_panel .icon_ludek {
	float: left;
	width: 22px;
	height: 27px;
	background: url('/images/icon-login.png') center no-repeat;
}

div#global .menu-top .logged_panel .logged_info {
	float: left;
	padding: 7px 3px;
	color: #828282;
}

div#global .menu-top .logged_panel .logged_person {
	float: left;
	padding: 7px 3px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

div#global .menu-top .logged_panel .logged_btn {
	float: left;
	padding: 0px 0px 0px 3px;
	height: 28px;
}

div#global .head_top {
	clear: both;
	width: 950px;
	height: 54px;
	background: url('/images/head1_950x54.png') no-repeat;
}

div#global .main {
	clear: both;
	width: 950px;
	background: url('/images/global-bg.png') repeat-y;
}

div#global .main_w {
	background: url('/images/global-w-bg.png') repeat-y;
}

.main .left {
	float: left;
	vertical-align: top;
	width: 172px;
}

.main .left .head2 {
	clear: both;
	width: 172px;
	height: 185px;
	background: url('/images/head2_172x185.png') no-repeat;
}

.main .left .menu_search {
	clear: both;
	padding: 3px 3px 3px 4px;
	width: 165px;
	background: url('/images/menu-left-white-bg.png') repeat-y;
}

.main .left .menu_search .search_in {
	clear: both;
	background: url('/images/menu-silver-gradient.png') bottom left repeat-x;
}

.main .left .menu_search .search_title {
	clear: both;
	margin-bottom: 5px;
	padding: 5px 0px 5px 20px;
	font-size: 13px;
	font-weight: bold;
	color: #1b3975;
	border-bottom: 1px dotted #989898;
	background: url('/images/icon-lupka.png') 4px center no-repeat;
}

.main .left .menu_search .search_input {
	clear: both;
	margin-bottom: 3px;
	padding: 0px 4px 4px;
}

.main .left .menu_search .search_input input {
	padding: 5px;
	width: 146px;
	color: #000;
	border: 1px solid #b0b0b0;
}

.main .left .menu_search .search_btn {
	clear: both;
	margin-bottom: 3px;
	text-align: right;
}

.main .left .menu_search .search_btn input {
	width: 75px;
	height: 32px;
	border: 0px;
	background: url('/images/btn-szukaj.png') no-repeat;
	cursor: pointer;
	cursor: hand;
}

.main .left .menu_search .search_ext {
	clear: both;
	margin-bottom: 5px;
	font-weight: bold;
}

.main .left .menu_search .search_ext a {
	display: block;
	text-align: right;
	padding-right: 2px;
	font-size: 9px;
	color: #646464;
}

.main .left .menu {
	clear: both;
	width: 172px;
	background: url('/images/menu-bg.png') repeat-y;
}

.main .left .menu .menu_title {
	clear: both;
	padding: 10px 0px 10px 22px;
	width: 150px;
	font-size: 15px;
	font-weight: bold;
	color: #ddd;
	background: url('/images/menu-left-title-bg.png') repeat-y;
}

.main .left .menu .menu_element {
	display: block;
	padding: 7px 0px 7px 22px;
	font-size: 12px;
	font-weight: bold;
	color: #d0d0d0;
	background: url('/images/menu-arrow.png') 6px center no-repeat;
	border-bottom: 1px solid #dddddd;
}

.main .left .menu .menu_element:hover, .main .left .menu .menu_element_a {
	color: #fff;
	text-decoration: underline;
	background: url('/images/menu-arrow-a.png') 6px center no-repeat;
}

.main .left .menu .menu_element_last {
	border: 0px;
}

.main .left .menu_block {
	clear: both;
	margin: 5px 0px;
}

.main .left .discount {
	margin: 5px 0px 0px 4px;
	width: 165px;
}

.main .left .discount_top {
	clear: both;
	width: 165px;
	height: 66px;
	background: url('/images/menu-frame-rabat.png') no-repeat;
}

.main .left .discount_mid {
	clear: both;
	width: 165px;
	background: url('/images/menu-frame-bg.png') repeat-y;
}

.main .left .discount_mid .ptoc {
	color: #f05911;
	margin: 5px 0px 3px 20px;
}

.main .left .discount_mid ul.points {
	color: #f05911;
	list-style: disc;
	list-style-position: outside;
	margin-left: 20px;
}

.main .left .discount_mid ul.points li {
	padding: 2px 0px;
}

.main .left .discount_mid .points_discount {
	clear: both;
	margin: 5px 0px 5px 20px;
}

.main .left .discount_mid .pd_element {
	padding: 2px 0px;
	color: #2f5997;
}

.main .left .discount_mid .discount_link {
	display: block;
	float: right;
	margin: 5px 5px 0px 0px;
	width: 59px;
	height: 26px;
	background: url('/images/arrow-discount-more.png') no-repeat;
	text-indent: -2000px;
}

.main .left .discount_btm {
	clear: both;
	width: 165px;
	height: 10px;
	background: url('/images/menu-frame-bottom.png') no-repeat;
}

.main .left .opinions {
	margin-left: 4px;
	width: 165px;
}

.main .left .opinions_top {
	clear: both;
	width: 165px;
	height: 64px;
	background: url('/images/menu-frame-opinie.png') no-repeat;
}

.main .left .opinions_mid {
	clear: both;
	width: 165px;
	background: url('/images/menu-frame-bg.png') repeat-y;
}

.main .left .opinion_block {
	clear: both;
	padding: 5px 10px 20px;
}

.main .left .opinions_mid .opinions_link {
	display: block;
	float: right;
	margin: 5px 5px 0px 0px;
	width: 59px;
	height: 26px;
	background: url('/images/arrow-discount-more.png') no-repeat;
	text-indent: -2000px;
}

.main .left .opinions_btm {
	clear: both;
	width: 165px;
	height: 10px;
	background: url('/images/menu-frame-bottom.png') no-repeat;
}

.main .left .banner {
	margin: 5px auto;
	width: 165px;
}

.main .content {
	float: left;
	vertical-align: top;
	width: 606px;
}

.main .content .head {
	clear: both;
	width: 606px;
	height: 144px;
}

.main .content .head .head3 {
	float: left;
	width: 225px;
	height: 144px;
	background: url('/images/head3_225x144.png') no-repeat;
}

.main .content .head .logo {
	float: left;
}

.main .content .head .head4 {
	float: left;
	width: 65px;
	height: 144px;
	background: url('/images/head4_65x144.png') no-repeat;
}

.main .content .content_top_w {
	clear: both;
	width: 606px;
	height: 51px;
}

.main .content .content_top {
	clear: both;
	width: 606px;
	height: 5px;
}

.main .content .content_text {
	clear: both;
	padding: 0px 5px;
	width: 596px;
	background: #fff url('/images/content-text-background.png') repeat-y;
}

.main .content .content_text .title {
	clear: both;
	height: 27px;
	width: 594px;
	background: url('/images/belka-top-content.png') repeat-x;
}

.main .content .content_text .title_text {
	display: block;
	padding: 4px 0px 5px 40px;
	color: #1b3975;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase; 
}

.main .content .content_text .icon_info { background: url('/images/icon-informacje.png') no-repeat; }
.main .content .content_text .icon_best { background: url('/images/icon-bestseller.png') no-repeat; }
.main .content .content_text .icon_polec { background: url('/images/icon-poleca.png') no-repeat; }
.main .content .content_text .icon_koment { background: url('/images/icon-komentarze.png') no-repeat; }

.main .content .content_text .block {
	clear: both;
	margin-bottom: 10px;
	padding: 5px;
}

.main .content .content_text .text_block {
	clear: both;
	padding: 5px;
}

.block .blog_calendar {
	float: left;
	width: 44px;
	height: 48px;
	background: url('/images/blog-kalendarz.png') no-repeat;
}

.block .blog_calendar .month {
	padding: 1px 0px;
	font-size: 10px; 
	color: #ced8f7;
	text-align: center;
}

.block .blog_calendar .day {
	padding-top: 6px;
	font-size: 16px;
	font-weight: bold;
	color: #656565;
	text-align: center;
}

.block .blog_title_author {
	float: left;
	padding-left: 10px;
	color: #1b3975;
}

.block .blog_title_author .blog_title {
	clear: both;
	margin: 0px 0px 3px;
	padding: 0px 0px 5px;
	width: 530px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #a2a5a6;
}

.block .blog_title_author .blog_author {
	clear: both;
	font-size: 10px;
	padding-left: 20px;
	background: url('/images/blog-title.png') no-repeat;
}

.block .blog_text {
	clear: both;
	font-size: 12px;
	padding: 5px 2px;
	line-height: 15px;
}

.block .blog_more {
	clear: both;
	padding: 0px 10px 0px 0px;
}

.block .blog_more a {
	float: right;
	padding: 0px 0px 1px;
	color: #1b3975;
	font-size: 10px;
	padding-right: 15px;
	background: url('/images/more-arrow.png') center right no-repeat;
}

.block .best, .block .recc {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	line-height: 15px;
}

.block .best .best_photo, .block .recc .recc_photo {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 2px;
	width: 120px;
	height: 120px;
	border: 1px solid #ccc;
}

.block .best .best_title, .block .recc .recc_title {
	font-size: 14px;
	font-weight: bold;
	color: #1d4780;
}

.block .best .best_price, .block .recc .recc_price {
	display: block;
	padding-bottom: 4px;
}

.block .best_last, .block .recc_last {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.block .recc_col, .block .prom_col {
	margin-bottom: 15px;
	padding: 5px;
	width: 278px;
	font-size: 12px;
}

.block .recc_col .recc_photo, .block .prom_col .prom_photo {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 2px;
	width: 80px;
	height: 80px;
	border: 1px solid #ccc;
}

.block .recc_col .recc_title, .block .prom_col .prom_title {
	font-size: 14px;
	font-weight: bold;
	color: #1d4780;
}

.block .recc_col .recc_price, .block .prom_col .prom_price {
	display: block;
	padding-bottom: 4px;
}

.block .recc_left, .block .prom_left {
	float: left;
	margin-right: 5px;
}

.block .recc_right, .block .prom_right {
	float: left;
	margin-left: 5px;
}

.block .recc_more {
	clear: both;
	padding: 10px 0px 0px;
	text-align: right;
}

.block .comment_cloud {
	margin: 5px auto 10px;
	width: 575px;
}

.block .comment_cloud .comment_cloud_top {
	width: 575px;
	height: 6px;
	background: url('/images/comment-cloud-top.png') no-repeat;
}

.block .comment_cloud .comment_cloud_mid {
	clear: both;
	padding: 2px 10px 4px;
	width: 555px;
	font-size: 12px;
	line-height: 15px;
	background: url('/images/comment-cloud-mid.png') repeat-y;
}

.block .comment_cloud .comment_cloud_mid .comment_title {
	clear: both;
	padding-bottom: 4px;
	font-weight: bold;
}

.block .comment_cloud .comment_cloud_mid .comment_title a {
	color: #1d4780;
}

.block .comment_cloud .comment_cloud_mid .comment_text {
	font-size: 12px;
}

.block .comment_cloud .comment_cloud_btm {
	width: 575px;
	height: 29px;
	background: url('/images/comment-cloud-btm.png') no-repeat;
}

.block .comment_cloud .comment_cloud_btm .comment_author {
	padding: 12px 0px 0px 45px;
	font-weight: bold;
	color: #5c5c5c;
}

.main .right {
	float: left;
	vertical-align: top;
	width: 172px;
}

.main .right .head5 {
	clear: both;
	width: 172px;
	height: 185px;
	background: url('/images/head5_172x185.png') no-repeat;
}

.main .right .menu_cart {
	clear: both;
	padding: 3px;
	width: 165px;
	background: url('/images/menu-right-white-bg.png') repeat-y;
}

.main .right .menu_cart .cart_in {
	clear: both;
	background: url('/images/menu-silver-gradient.png') bottom left repeat-x;
}

.main .right .menu_cart .cart_title {
	clear: both;
	margin-bottom: 5px;
	padding: 5px 0px 5px 35px;
	font-size: 13px;
	font-weight: bold;
	color: #1b3975;
	border-bottom: 1px dotted #989898;
	background: url('/images/icon-koszyk.png') 4px center no-repeat;
}

.main .right .menu_cart .cart_products {
	clear: both;
	padding: 0px 5px 3px;
}

.main .right .menu_cart .cart_price {
	clear: both;
	padding: 0px 5px 3px;
}

.main .right .menu_cart .cart_to {
	clear: both;
	padding: 0px 5px 0px;
	text-align: right;
}

.main .right .menu_cart .storage {
	clear: both;
	margin-top: 5px;
	padding: 5px 0px;
	border-top: 1px dotted #989898;
}

.main .right .menu_cart .storage .storage_in {
	display: block;
	padding: 3px 0px 3px 26px;
	font-weight: bold;
	color: #1b3975;
	background: url('/images/icon-przechowalnia.png') 4px center no-repeat;
}

.main .right .menu {
	clear: both;
	width: 172px;
	background: url('/images/menu-right-white-bg.png') repeat-y;
	border-bottom: 1px solid #000;
}

.main .right .menu .menu_title {
	clear: both;
	padding: 10px 0px 10px 22px;
	width: 150px;
	font-size: 15px;
	font-weight: bold;
	color: #ddd;
	background: url('/images/menu-right-title-bg.png') repeat-y;
}

.main .right .menu ul {
	margin-left: 30px;
	list-style: outside;
	list-style: decimal;
}

.main .right .menu .menu_element {
	display: block;
	padding: 3px 0px;
	font-weight: bold;
	color: #1b3975;
	text-transform: uppercase;
}

.main .right .menu_block {
	clear: both;
	margin: 5px 0px;
}

.main .right .newsy {
	margin-left: 3px;
	width: 165px;
}

.main .right .newsy_top {
	clear: both;
	width: 165px;
	height: 65px;
	background: url('/images/menu-frame-newsy.png') no-repeat;
}

.main .right .newsy_mid {
	clear: both;
	width: 165px;
	background: url('/images/menu-frame-bg.png') repeat-y;
}

.main .right .newsy_mid .news {
	clear: both;
	margin: 0px 5px;
	padding: 4px 0px;
	border-bottom: 1px solid #000;
}

.main .right .newsy_mid .news_last {
	border: 0px;
}

.main .right .newsy_mid .news_photo {
	float: left;
	padding: 2px;
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
}

.main .right .newsy_mid .news_desc {
	float: left;
	margin-left: 5px;
	width: 90px;
	font-size: 10px;
}

.main .right .newsy_mid .news_title {
	display: block;
	clear: both;
	margin: 0px 0px 3px;
	font-weight: bold;
	color: #1b3975;
}

.main .right .newsy_mid .news_price {
	clear: both;
}

.main .right .newsy_btm {
	clear: both;
	width: 165px;
	height: 10px;
	background: url('/images/menu-frame-bottom.png') no-repeat;
}

.main .right .kontakt {
	margin-left: 3px;
	width: 165px;
}

.main .right .kontakt_top {
	clear: both;
	width: 165px;
	height: 48px;
	background: url('/images/menu-frame-kontakt.png') no-repeat;
}

.main .right .kontakt_mid {
	clear: both;
	width: 165px;
	background: url('/images/menu-frame-bg.png') repeat-y;
}

.main .right .kontakt_mid .kontakt_internet {
	clear: both;
	margin: 0px 7px;
	padding: 5px 0px;
	border-bottom: 1px solid #8d8d8d;
}

.main .right .kontakt_mid .kontakt_internet .kontakt_title {
	clear: both;
	padding-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

.main .right .kontakt_mid .kontakt_other {
	clear: both;
	margin: 0px 7px;
	padding: 5px 0px;
}

.main .right .kontakt_mid .kontakt_other .kontakt_title {
	clear: both;
	font-size: 10px;
	font-weight: bold;
	color: #1b3975;
}

.main .right .kontakt_mid .kontakt_text {
	clear: both;
	padding-bottom: 5px;
	font-size: 10px;
	line-height: 14px;
}

.main .right .kontakt_btm {
	clear: both;
	width: 165px;
	height: 10px;
	background: url('/images/menu-frame-bottom.png') no-repeat;
}

.main .right .banner {
	margin: 5px 0px 5px 3px;
	width: 165px;
}

#footer {
	padding: 10px 0px;
	width: 100%;
	color: #fff;
	background-color: #162b48;
	text-align: center;
}

#footer .footer_in {
	margin: auto;
	width: 950px;
}

#footer span {
	margin: 0px 20px;
}

#footer a {
	margin: 0px 20px;
	color: #fff;
}

#footer a:hover {
	color: #fff600;
}

#footer .footer_text {
	clear: both;
	padding: 20px 0px 5px;
	text-align: center;
	font-size: 10px;
}

/* pager */
div.pages {
	clear: both;
	margin: 10px 0px;
	text-align: center;
}

div.pager {
	float: right;
}

div.pages a {
	display: block;
	float: left;
	margin: 0px 2px;
	padding: 5px;
	width: 14px;
	height: 14px;
	border: 1px solid #000;
}

div.pages a.active {
	font-weight: bold;
	background-color: #b20e0c;
	color: #ffffff;
}

div.pages span.vmid {
	display: block;
	float: left;
	padding-top: 8px;
	width: 18px;
}

/* icons */
.head5 .h5block {
	clear: both;
	height: 55px;
}

.head5 .h5element {
	display: block;
	float: left;
	width: 86px;
	color: #828282;
	font-weight: bold;
	text-align: center;
}

.head5 .icon {
	display: block;
	clear: both;
	margin-bottom: 3px;
	width: 86px;
	height: 25px;
	cursor: pointer;
	cursor: hand;
}

.head5 .icon1 { background: url('/images/icon1.png') center no-repeat; }
.head5 .icon2 { background: url('/images/icon2.png') center no-repeat; }
.head5 .icon3 { background: url('/images/icon3.png') center no-repeat; }
.head5 .icon4 { background: url('/images/icon4.png') center no-repeat; }
.head5 .icon5 { background: url('/images/icon5.png') center no-repeat; }

/* index 2 columns */
div#global .head {
	clear: both;
	width: 950px;
}

.head .left {
	float: left;
	vertical-align: top;
	width: 172px;
}

.head .left .head2 {
	clear: both;
	width: 172px;
	height: 185px;
	background: url('/images/head2_172x185.png') no-repeat;
}

.head .content {
	float: left;
	vertical-align: top;
	width: 606px;
}

.head .content .head {
	clear: both;
	width: 606px;
	height: 185px;
}

.head .content .head .head3 {
	float: left;
	width: 225px;
	height: 144px;
	background: url('/images/head3_225x144.png') no-repeat;
}

.head .content .head .logo {
	float: left;
	height: 144px;
}

.head .content .head .head4 {
	float: left;
	width: 65px;
	height: 144px;
	background: url('/images/head4_65x144.png') no-repeat;
}

.head .content .content_top {
	clear: both;
	width: 606px;
	height: 51px;
	background: url('/images/content-top-w.png') no-repeat;
}

.head .right {
	float: left;
	vertical-align: top;
	width: 172px;
}

.head .right .head5 {
	clear: both;
	width: 172px;
	height: 185px;
	background: url('/images/head5_172x185.png') no-repeat;
}

.main .content_w {
	width: 778px;
}

.main .content_w .content_text {
	padding: 5px 5px 0px;
	width: 768px;
	background: #fff url('/images/content-text-background-w.png') repeat-y;
}

.main .content_w .content_text .title {
	width: 768px;
}

/* orders */
table.orders th {
	padding: 10px 10px;
	color: #fff;
	background-color: #000;
}

table.orders td {
	padding: 8px 10px;
}

table.orders td.td-silver {
	background-color: #eaeaea;
}

table.orders td.td-white {
	background-color: #ffffff;
}