html {
    min-height: 100%;    
    background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 60%, rgba(85,85,85,0.36) 100%), url("images/bg-gradient.png"); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,rgba(0,0,0,0.05)), color-stop(100%,rgba(85,85,85,0.36))), url("images/bg-gradient.png"); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 60%,rgba(85,85,85,0.36) 100%), url("images/bg-gradient.png"); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.05) 60%,rgba(85,85,85,0.36) 100%), url("images/bg-gradient.png"); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.05) 60%,rgba(85,85,85,0.36) 100%), url("images/bg-gradient.png"); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.05) 60%,rgba(85,85,85,0.36) 100%), url("images/bg-gradient.png"); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#5c555555',GradientType=0 ), url("images/bg-gradient.png"); /* IE6-9 */
}

body
{
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-family: Arial;
    color: #FFFFFF;    
    color: white;
    background-attachment:fixed;
    
    background-position:center top;
    background-repeat:no-repeat;
}

form
{
    margin: 0px;
    padding: 0px;
}

img
{
    display: block;
    border: none;
    margin: 0px;
    padding: 0px;
}

a
{
    color: #D5A208;
    border: none;
    outline: none;
    overflow: hidden;
}

td { color: #fff; font-size: 15px; font-family: Arial;   }

.center
{
	margin-left: auto;
	margin-right: auto;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 967px;
	border: solid 0px black;
	/*background-color: black;*/
        padding-top: 56px;
}

#logo
{
    float: left;
    width: 844px;
    height: 105px;
}

#personal
{
    float: left;
    background-image: url('images/personal_gradient.png');
    color: #868686;
    width: 123px;
    height: 105px;
}

#personal p
{
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
}

#personal input
{
    margin-bottom: 2px;
}

.breaker
{
    clear: both;
}

.textbox
{
    width: 109px;
	#width: 107px;
    background-color: black;
    border: 1px solid #868686;
    color: #7c7c7c;
    font-family: Arial;
    font-size: 10px;
/*    height: 13px;*/
}

.TextArea
{
    background-color: black;
    border: 1px solid #868686;
    color: #7c7c7c;
}

.Bottom3
{
	margin-bottom: 3px;
}

.TextBoxLeft
{
	width: 200px;
	margin-right: 3px;
}

#menu
{
    background-image: url('images/menu_gradient.png');
    border: none;
    height: 20px;
    width: 967px;
    color: #a49684;
}

.secondMenu {
    font-size: 10px;
    background-image: url("images/containerTopGradient.png");
    background-repeat: repeat-x;
    border: none;
    height: 14px;
    color: #b4b4b4;
    padding-left: 6px;
    text-transform: uppercase;
    padding-top: 1px;
    letter-spacing: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.secondMenu div h2, .secondMenu h2 {
	padding: 0px;
	margin: 0px;
	line-height: 10px;
}

h2.secondMenu {
	padding: 0px;
	margin: 0px;
	line-height: 10px;
}

#search
{
    float: right;
    margin: 0;
    padding: 0;
	margin-left: 0px;
	margin-right: 6px;
	margin-top: 2px;
	height: 15px;
	width: 111px;
}

.SearchLeft
{
	height: 15px;
	width: 16px;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 1px;
}

.SearchMiddle
{
	height: 15px;
	float: left;
	width: 78px;
	margin: 0px;
	padding: 0px;
	margin-top: 1px;
	#margin-top: 0px;
}

.SearchRight
{
	height: 15px;
	width: 17px;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 1px;
}


.SearchBox
{
	font-size: 10px;
	font-family: Arial, Verdana;
	background-image: url('images/search_box_3.png');
	width: 78px;
	height: 14px;
	border: solid 0px;
	padding: 0px;
	margin: 0px;
	color: black;
	display: block;
}

.new_button
{
	margin-top: 3px;
	background-image: url('images/new_button.png');
	width: 112px;
	height: 17px;
	letter-spacing: 2px;
}

.new_button div
{
	text-align: center; 
	padding-top: 2px;
}

.new_button_link
{
	text-decoration: none;
	display: block;
	color: #fae2a8;
}

.new_button_link:hover
{
	color: white;
}

.button
{
    background-image: url('images/personal_back.png');
    height: 17px;
    width: 111px;
}

.button div
{
    margin-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
	float: left;
}

/*.button div a
{
	width: 100px;
	display: block;
}*/

.menuLink
{
	font-size: 10px;
    color: #a49684;
    text-decoration: none;
}

.naviLink
{
	font-size: 10px;
    color: #a49684;
    text-decoration: none;
    letter-spacing: 0px;
}

.naviLink:hover
{
    color: white;
}

.menuLink:hover
{
    color: white;
}

.GoldTitle, .GoldTitle h1
{
    font-size: 13px;
    font-weight: normal;
    color: #fae2a8;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.GoldTitle:hover
{
	color: white;
}

.SmallGoldTitle
{
	text-decoration: none;
    color: #fae2a8;
}

.SmallWhite
{
    text-decoration: none;
	color: white;
}

.MenuPadTop
{
	padding-top: 6px;
}

.MenuPadLeft
{
	padding-left: 6px;
}

.MenuPadRight
{
	padding-right: 6px;
}

.Center
{
	margin-left: auto;
	margin-right: auto;
}

.center_text
{
	text-align: center;
}

#FlashMsg
{
	border: solid 0px green;
	margin-top: 3px;
	color: #D3A37E;
	font-size: 14px;
	text-align:center;
	font-weight: bold;
	background-image: url(images/checkoutsStepBar.png);
	height: 23px;
	width: 967px;
	padding-top: 6px;
	margin-bottom: 3px;
}

#FlashMsgError
{
	margin-top: 3px;
	border: solid 0px red;
	color: red;
	font-size: 14px;
	text-align:center;
	font-weight: bold;
    background-image: url(images/checkoutsStepBar.png);
    height: 23px;
    width: 967px;
    padding-top: 6px;
}

.trans
{
    filter:alpha(opacity=50);
    -moz-opacity:.50;
    opacity:.50;    
}

.GrayBorder
{
	border: 1px solid #747474;
}

#bestSellers
{
    border: none;
}

#bestSellers img
{
    width: 191px;
    height: 128px;
    margin: 0px;
    padding: 0px;
    margin-right: 3px;
}

.ForumNewsListImg
{
	float: left;
	margin-right: 0px;
	width: 94px;
	height: 108px;
}

/* Overlay */
#modalOverlay {background-color: black; cursor:wait;}

/* Container */
#modalContainer {height:150px; width:500px; left:50%; top:50%; margin-left:-300px; background-color: black; border:3px solid #ccc;}
#modalContainer a.modalCloseImg {background:url(images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}

.GrayText
{
    color: #ababab;
}

.blank_back
{
	background-color: #1b1b1b;
}

.CommentReport {
	width: 37px;
	background-image: url("images/arrow_report.png");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
	line-height: 13px;
	float: right;
}

.CommentReport a {
	font-size: 11px;
}
label.error {
    color:red;
    font-weight:bold;
    padding-left: 5px;
}

#search2
{
    float: right;
    margin: 0;
    padding: 0;
	height: 15px;
	width: 111px;    
}

.ncrpt
{
     unicode-bidi:bidi-override; direction: rtl;
	
}
.Submit {
	border: none;
	background-color: transparent;
	background-image: url("images/ButtonBg.png");
	width: 112px;
	height: 17px;
	font-size: 10px;
	color: #fae2a8;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
}

h1, h2
{
    margin: 0px;
    padding: 0px;
}

.LastCollectionOpacity
{
    width: 176px;
    height: 20px;
    font-size: 13px;
    font-weight:normal;
    text-align: center;
    
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url("images/przezroczysta_kratka.png");
}

.LastCollectionText
{
    width: 176px;
    height: 18px;
    margin-top: 2px;
}

.LastCollectionText a
{
    text-decoration: none;
    color: white;
}

.spacer
{
	height: 3px;
	clear: both;
}

body.mceContentBody 
{
    font-size:15px;
    background-color: #1b1b1b;
}

#message {
    font-family:Arial,Helvetica,sans-serif;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:105;
    text-align:center;
    font-weight:bold;
    font-size:100%;
    color:white;
    padding:10px 0px 10px 0px;
    background-color:#8E1609;
    font-size:12px;
}

#message span {
    text-align: center;
    width: 95%;
    float:left;
}

.cookiemessage
{
    top: auto !important;
    bottom: 0 !important;
}