* { padding: 0px; margin: 0px; font-family: tahoma, verdana, sans-serif, arial; }

body {
	background-image: url('images/layout/main-bg.gif');
	background-repeat: repeat-x;
	text-align: center;
}

a:link, a:visited { color: #C00; }
a:hover { color: #F22; }

a img { border: 0px; }

#container {
	background-image: url('images/layout/logo-bg.gif');
	background-repeat: repeat-x;
	margin: auto;
	width: 950px;
}

#mainBox {
	background-image: url('images/layout/right-curve.gif');
	background-repeat: no-repeat;
	background-position: top right;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: relative;
	overflow: hidden;
	width: 950px;
}

#logo {
	width: 634px;
	height: 163px;
	position: absolute;
	left: 55px;
	top: 4px;
	background-image: url('images/layout/logo.jpg');
	background-repeat: no-repeat;
}

#logoPiece {								/* to minimize logo size */
	background-image: url('images/layout/logo-piece.gif');
	background-repeat: no-repeat;
	width: 634px;
	height: 18px;
	position: absolute;
	left: 55px;
	top: 167px;
}

#menuCorner {
	background-image: url('images/layout/menu-corner.gif');
	background-repeat: no-repeat;
	width: 60px;
	height: 97px;
	position: absolute;
	left: 177px;
	top: 192px;
}

/* TOP RIGHT MENU */
	#miniMenu { position: absolute;	top: 10px; left: 450px;	z-index: 10; }
	#miniMenu a:link, #miniMenu a:visited { color: #cc0000; font-size: 11px; text-decoration: none; }
	#miniMenu a:hover { text-decoration: underline;	color: #f22; }
	#miniMenu li { display: inline; margin-left: 15px; }

#menu {
	float: left;
	background-image: url('images/layout/menu-indent.gif');	
	background-repeat: no-repeat;
	margin-top: 192px;
	width: 220px;
	text-align: left;
	padding-bottom: 10px;
}

.menuBox {
	width: 226px;
	margin-top: 10px;
}

.menuHeader {
	width: 214px;
	height: 25px;
	background-image: url('images/layout/menu-top.gif');
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 12px;
	font-weight: bold;
	font-size: 14px;
}

* html .menuHeader { /* IE HACK */
	height: 30px;
	width: 226px;
}

.menuHeader a:link, .menuHeader a:visited {
	color: #000;
}

.menuHeader a:hover {
	text-decoration: none;
}

.menuContent {
	background-color: #f3f3f3;
	background-image: url('images/layout/black-pixel.gif');
	background-repeat: repeat-y;
	background-position: right;
	font-size: 14px;
}

.menuFooter {
	height: 10px;
	background-image: url('images/layout/menu-footer.gif');
	background-repeat: no-repeat;
}

.center {
	text-align: center;
}

.menuList {
	padding-left: 10px;
	list-style-type: none;
	font-size: 14px;
}

.menuList li {
	line-height: 15px;
}

.menuList li .subMenuList li { /* padding-bottom: 0px;  WTF?! */ }

.menuList a:link, .menuList a:visited {
	color: #C00;
}

.menuList a:hover {
	color: #F22;
}


.subMenuList {
	margin-left: 10px;
	list-style-type: none;
	font-size: 12px;
}

#contentBox {
	float: right;
	position: relative;
	padding-left: 0px;
	margin-top: 190px;
	width: 714px;
	padding-bottom: 10px;
}

/* SearchBox & AccountBox */

#searchBox { position: absolute; top: 0px; left: 30px; width: 210px; }
#accountBox { position: absolute; top: 0px; left: 330px; width: 260px; }
#searchBox .leftFloat, #accountBox .leftFloat { margin-right: 10px; }

#accountBox input { padding: 1px; border: 1px solid #BBB; }

form#search a:link, form#search a:visited, form#login a:link, form#login a:visited {
	color: #cc0000;
	font-size: 11px;
	text-decoration: underline;
}

div#account a:link, div#account a:visited {
	color: #c00;
	font-size: 12px;
	text-decoration: underline;
}

form#search a:hover, form#login a:hover, div#account a:hover {
	color: #f22;
}

form#search { font-size: 11px; }
form#search .input { width: 140px; text-align: center; margin-bottom: 3px; }
form#search .submit { }

form#login .input { width: 100px; text-align: center; }
form#login .submit { width: 70px; text-align: center; border: 1px solid #000; font-size: 11px; margin: 5px; }


#content {
	margin-top: 110px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #f3f3f3;
	font-size: 14px;
}



/* Content modifiers for Synon */

#productDesc table { margin: auto; }

#productDesc .naglowek1 { color: #000; font-family: arial black; font-size: 30px; margin: auto; width: 750px; margin-top: 30px; margin-bottom: 5px; }
#productDesc .naglowek1_s { color: #000; font-family: verdana; font-size: 25px; margin: auto; width: 750px; margin-top: 30px; margin-bottom: 5px; }
#productDesc .naglowek2 { display: inline; font-family: arial black; font-size: 30px; color: #000; padding-top: 20px; }
#productDesc .naglowek3 { display: inline; font-family: verdana; font-size: 15px; font-weight: bold; margin: 10px; color: #000; }
#productDesc .akapit { text-align: justify; font-family: verdana; font-size: 12px; }
#productDesc .center { text-align: center; font-family: verdana; font-size: 12px; }
#productDesc ul { margin-left: 50px; list-style-type: square; font-size: 12px; }
#productDesc .tabela, #productDesc .tabela_b { font-family: verdana; margin: auto; }
#productDesc .tabela td { font-size: 12px; }
#productDesc .tabela_b td { font-size: 16px; }

#productDesc ul.lista_numerowana { list-style-type: decimal; }
#productDesc ul.lista_rzymskie { list-style-type: upper-roman; }
#productDesc ul.lista_kolka { list-style-type: disc; }
#productDesc ul.lista_kwadraty { list-style-type: square; }

#productDesc img.ramka1 { border: 1px solid #000; margin: 5px; }
#productDesc .bold { font-weight: bold; }

/* End */




#footer {
	font-size: 12px;
	padding-bottom: 10px;
}

.leftFloat {
	float: left;
}

h1 {
	font-size: 20px;
	padding: 5px;
}

.legenda {
	text-align: right;
	padding-right: 10px;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    text-align: left;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('images/other/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/other/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/other/warning.png');
}
.error {
   /* color: #D8000C; 
    background-color: #FFBABA; */
    color: #AA0000;
    background-color: #FFCCCC;
    background-image: url('images/other/error.png');
}

.validation {
/*    color: #D63301;
    background-color: #FFCCBA; */
    color: #D64412;
    background-color: #FFDDCB;
    background-image: url('images/other/validation.png');
}

input.transparent {
	border: 0px;
	background: transparent;
}

input.transparent:hover {
	cursor: pointer;
	color: #C00;
}


.productsTable td {
    text-align: center;
}

#navbar {
	border-bottom: 1px solid #000; 
	padding: 5px; 
	background: #F9F9F9; 
	border-left: 50px solid #F9F9F9; 
	border-right: 50px solid #F9F9F9;
	font-size: 12px;
}

#navbar a:link, #navbar a:visited {
	color: #cc0000;
}

#navbar a:hover {
	color: #F22;
}

.contentList {
	padding-left: 20px; 
	text-align: left; 
	width: 80%; 
	margin: auto; 
	margin-top: 20px; 
	margin-bottom: 20px;
}

.contentList a:link, .contentList a:visited { color: #900; }
.contentList a:hover { color: #F22; }

#menuCart { 
	padding: 5px;
	font-size: 12px;
 }
 
#menuCart a:link, #menuCart a:visited { color: #900; }
#menuCart a:hover { color: #F22; }

#cartTable {
	margin: 30px auto 10px;
	width: 90%;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #000;
}

#cartTable td {
	border: 1px solid #000;
	padding: 1px;
}

#cartTable a:link, #cartTable a:visited {
	color: #500;
	text-decoration: none;
}

#cartTable a:hover {
	color: #C00;
	text-decoration: underline;
}

.pagination {
	font-size: 12px;
}

.pagination a:link, .pagination a:visited {
	text-decoration: none;
}

.tableHeader {
	background: #FCFCFC; 
	border: 1px solid #000;
	font-weight: bold;
}

.tableSubHeader {
	text-align: left;
	padding: 5px;
	border: 1px dotted #CCC;
	background: #F7F7F7;
	font-size: 13px;
}

.tableItem {
	text-align: left;
	font-size: 13px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px dotted #CCC;
	padding-left: 5px;
}

.radiobox {
	border-right: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

.radiobox:hover {
	background-color: #F9F9F9;
}

.italic {
	font-style: italic;
}

#daneZamowienie input {
	margin: 2px 0px;
}

.crossed {
	text-decoration: line-through;
	color: #F00;
}

.bigger {
	font-size: 16px;
}

.promotionCell {
	width: 200px; 
	border: 1px solid #555; 
	padding: 10px;
	background: #FAFAFA;
}

.promotionCell a:link, .promotionCell a:visited {
	text-decoration: none;
}

td.promotionCell:hover {
	background: #FFF;
	border: 1px solid #000;
}

.shortDescription {
	margin: 5px 10px;
	font-size: 12px;
	text-align: left;
}
