/*------------------------------------------------------------*

**  Global

**------------------------------------------------------------*/
body {
	background: #021637 url(/images/frontend/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #555;
}

img {
    border: 0;
}

div {
    margin: 0;
    padding: 0;
}

h1 {
    margin: 0;
    padding-left:20px;
    padding-top: 7px;

    font-weight: bold;
    color: #fff;
    background-image: url('/images/frontend/stdHeader.jpg');
    width: 747px;
    height: 38px;
    font-size: 20px;

}

/*------------------------------------------------------------*

**  Container

**------------------------------------------------------------*/
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

/*------------------------------------------------------------*

**  Header

**------------------------------------------------------------*/
#header {
	width: 950px;
        height: 80px;
}

#header img {
    position:relative;
    top: 28px;
}

/*** Naglowek glownego content ***/

#mainContainerHeader {
    height: 37px;
    background: url('/images/frontend/mainContainerHeaderBg.gif') repeat-x;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    
}

/*** Wiadomosc Witamy w sebring ***/

#mainContainerHeader .welcome{
    font-weight: bold;
    font-size: 12px;
    color: #6A7A89;
    width: 174px;
    text-align: center;
    float:left;
    padding-top: 11px;
}


#contentContainer {
    border: 1px solid #000;
    border-top: none;
    background: #000 url('/images/frontend/containerBg.gif') repeat-x;
    min-height: 700px;
    padding-bottom: 10px;
}

/*** Boczne menu ***/

#infoColumn{
    height: 300px;
    width: 174px;
    float:left;
}

/*** Content ***/

#contentColumn {
    width: 767px;
    float: right;
    padding-right:0px;
}

/*** Stopka ***/

#footer {
    background-color: white;
}

a {
    color: #999999;
    font-size: 11px;
    font-family: Arial;
    text-align: left;
    text-decoration: none;

}

a:hover {
    color: #9AA0A0;
    text-decoration:underline;
}


/*** Constant Widgets ***/

#cartContainer, #wishListContainer{
    float: right;
}


/*** WN.COM ***/ /* formularze */
.clearer {
	clear: both;
	height: 1px !important;
	padding: 0 !important;
	margin: 0 !important;
}

.field,.questionContainer {
	width: 70%;
	margin: 10px auto;
	padding: 10px 50px;
	position: relative;
}

.field label {
	width: 36%;
	display: block;
	float: left;
}

.field input,.field textarea,.field select {
	width: 50%;
	display: block;
	float: right;
}

.field textarea {
	height: 150px;
}

.field select {
	width: 51%;
}

.submitField input {
	float: none;
	margin: 0 auto;
	border: 1px solid black;
	background-color: #cccccc;
}

.form_error {
	color: red;
	clear: both;
	width: 332px;
	margin-top: 10px;
	padding-top: 10px;
	margin-right: 30px;
	text-align: right;
}

/** field dla WYSIWYG **/
.field.richContent {
	width: 100%;
	padding: 0;
}

.field.richContent label {
	width: 100%;
	float: none;
	display: block;
	padding-bottom: 5px;
	text-align: center;
}

.field.richContent textarea {
	width: 100%;
	display: block;
	float: none;
}

.field input.form_file_tiny {
	background: #ffffff url(/images/backend/common/20x20/selectImage.gif)
		no-repeat 100% center;
	cursor: pointer;
	padding-right: 20px;
	width: 195px;
}

.questionContainer table {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}

.questionContainer table td {
	width: 50%;
}

.questionContainer input {
	margin: 0;
}

.question {
	padding-bottom: 5px;
}

/** breadcrumbsy **/
#breadCrumbs {
}

#breadCrumbs a {
	font-size: 78%;
	color: #b5b1b1;
}

#breadCrumbs span {
	color: #848989;
	font-size: 78%;
}

#breadCrumbs .lastBreadcrumb {
	color: white;
	font-size: 100%;
}

/** sprawy czysto-sklepowe **/
.cartAdd span {
	position: relative;
	top: -8px;
	margin-left: 8px;
}

.promoted {
	color: #f6ce63;
}

/** widgety **/
.widgetViewMode,.widgetEditMode {
	margin-bottom: 10px;
}

#breadCrumbs {
	margin: 0 0 5px 0;
	padding: 7px 0 0 20px;
    font-weight: bold;
    color: #fff;
    background-image: url('/images/frontend/stdHeader.jpg');
    width: 747px;
    height: 38px;
}



#contentColumn .systemMSG {
	background: #ccd8e8;
	border: none;
}