/* CSS Document */
body {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    margin:0px;
    padding:0px;
}
body, td {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#000000;
}
a:link, a:visited {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#000000;
    font-weight:bold;
}
a:hover {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#b13638;
    text-decoration:underline;
    font-weight:bold;
}
/* header block CSS */
#headerBlock {
    background-image:url(../images/beton_red.jpg);
    background-repeat: repeat-x;
	background-color: #b33d3b;
	border: solid 1px #000000;
    width:100%;
}
#footerBlock
{
	background-image:url(../images/beton_red.jpg);
    background-repeat: repeat-x;
    height:36px;
    width:100%;
	background-color: #b33d3b;
	border: solid 1px #000000;
    /* margin-top:26px; */
}
.productImageCommercial {
    width: 100px; 
}
#headerBlock td.photoBlock {
    width:199px;
    vertical-align:top;
    padding-top:11px;
}
#headerBlock #logoBlock {
    background-image:url(../images/headerBg_rep_.gif);
    background-repeat: no-repeat;
    height:153px;
}
#headerBlock .logo_text {
    font-size:10px;
    color:#D7CFAA;
    text-align : justify;
    font-family : Arial, Helvetica, sans-serif;
    padding: 100px 10px 0px 10px;
}

#headerBlock .logo_text a:link, #headerBlock .logo_text a:visited, #headerBlock .logo_text a:hover {
    font-size: 10px;
    font-weight: bold;
    color:#D7CFAA;
}

#headerBlock p {
	font-size: 18px;
	color: #ffffff;
}

/* frames CSS */
#frames {
    width:100%;
}
.leftMenu {
    width: 200px;
    vertical-align: top;
	background: url(../images/beton_white.jpg) repeat #eeeeee;
	border-right: 1px solid #000000;
}
.rightMenu {
    width:200px;
    vertical-align:top;
    background: url(../images/beton_white.jpg) repeat #eeeeee;
}
.content {
    width:100%;
    vertical-align:top;
    padding: 0px 1px 1px 1px;
}

.spacer
{
	padding: 0px 20px 20px 20px;
}
/* menu block CSS*/
.menuHeader {
	background: url(../images/beton_black.jpg) repeat #000000;
    width:auto;
    height:26px;
    color:#eeeeee;
    font-weight:bold;
    line-height:26px;
    padding-left:10px;
    border-top:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
}
.headerMenu {
    color:#FFFFFF;
	background: url(../images/beton_black.jpg) repeat #000000;
    width:auto;
    height:26px;
    font-weight:bold;
    line-height:26px;
    padding-left:14px;
    border-top:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
}
.headerMenu a:link, .headerMenu a:visited, .menuHeader a:link, .menuHeader a:visited {
    color:#eeeeee;
}
.headerMenu a:hover, .headerMenu a:hover{
    color:#b13638;
}
/* menu level 1 */
a.level1:link, a.level1:visited {
    background-image: url(../images/menuArrowLevel.gif);
    background-repeat: no-repeat;
    margin: 5px 0px 5px 10px;
    padding-left: 16px;
    display: block;
    font-weight: bold;
}
a.level1Active:link, a.level1Active:visited, a.level1Active:hover, a.level1:hover {
    background-image:url(../images/menuArrowLevelActive.gif);
    background-repeat:no-repeat;
    margin:5px 0px 5px 10px;
    padding-left:16px;
    display:block;
    color:#b13638;
    text-decoration:underline;
    font-weight: bold;
}
/* menu level 2 */
a.level2:link, a.level2:visited{
    background-image:url(../images/menuArrowLevel.gif);
    background-repeat:no-repeat;
    margin:5px 0px 5px 30px;
    padding-left:16px;
    display:block;
    font-size:12px;
    font-weight:normal;
}
a.level2Active:link, a.level2Active:visited, a.level2Active:hover, a.level2:hover {
    background-image:url(../images/menuArrowLevelActive.gif);
    background-repeat:no-repeat;
    margin:5px 0px 5px 30px;
    padding-left:16px;
    display:block;
    font-size:12px;
    font-weight:normal;    
    color:#b13638;
    text-decoration:underline;
}
/* menu level 3 */
a.level3:link, a.level3:visited{
    background-image: url(../images/menuArrowLevel.gif);
    background-repeat: no-repeat;
    margin: 5px 0px 5px 50px;
    padding-left: 16px;
    display: block;
    font-size: 12px;
    font-weight: normal;
}
a.level3Active:link, a.level3Active:visited, a.level3Active:hover, a.level3:hover {
    background-image: url(../images/menuArrowLevelActive.gif);
    background-repeat: no-repeat;
    margin: 5px 0px 5px 50px;
    padding-left: 16px;
    display: block;
    font-size: 12px;
    font-weight: normal;    
    color: #b13638;
    text-decoration: underline;
}
/* menu level 4 */
a.level4:link, a.level4:visited{
    background-image: url(../images/menuArrowLevel.gif);
    background-repeat: no-repeat;
    margin: 5px 0px 5px 70px;
    padding-left: 22px;
    display: block;
    font-size: 12px;
    font-weight: normal;
}
a.level4Active:link, a.level4Active:visited, a.level4Active:hover, a.level4:hover {
    background-image: url(../images/menuArrowLevelActive.gif);
    background-repeat: no-repeat;
    margin: 5px 0px 5px 70px;
    padding-left: 22px;
    display: block;
    font-size: 12px;
    font-weight: normal;    
    color: #b13638;
    text-decoration: underline;
}
/* right menu */
.item {
    padding:13px 5px 5px 5px;
    font-size:12px;
    margin-bottom:2px;
}
.item img {
    border:1px solid #000000;
    margin:0px 30px 13px 30px;
    text-align:center;
    clear:both;
}
.item p {
    font-weight:bold;
    margin:0px;
    padding:0px;
    color:#90b8c0;
}
/* content */    
p.header {
    font-size:16px;
    font-weight:bold;
    margin:0px;
    padding: 14px;
}
p.headerAlert {
    font-size:16px;
    font-weight:bold;
    color:#b13638;
}
p.productName {
    font-size:13px;
    font-weight:bold;
}
p.subHeader {
    font-size:13px;
    font-weight:bold;
    margin-bottom:0px;
    padding-bottom:0px

}
.page {
    padding: 10px;
}
.product_item {
    padding: 10px;
}
.productImage {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    border:1px solid black;
}
a.productImageTable:link img, a.productImageTable:visited img, a.productImageTable:hover img {
    border:1px solid black;
}
.bar {
    width:100%;
    background: url(../images/beton_white.jpg) repeat #eeeeee;
    height:25px;
    border:1px solid #000000;
    margin-top:20px;
    clear: both;
	padding-left: 10px;
	padding-right: 10px;
}

.bar img {
    border:0px solid;
}
.bar_data {
	background: #FFFFFF;
	border: 1px solid #eeeeee;
	margin: 20px;
    clear: both;
    border-collapse: collapse;
}
.bar_data td, .bar_data tr, .bar_data th{
	padding-left: 10px;
   	padding-right: 10px;
	border: 1px solid #535D42;
}
.bar_data th{
	background: #eeeeee;
}
.basket {
    width:100%;
	border: 1px solid #000000;
}
.basket th {
    background:#90b8c0;
    font-weight:bold;
    color:#FFFFFF;
}
.rowLight{
    background: url(../images/beton_white.jpg) repeat #eeeeee;
	border: solid 1px #000000;
	padding: 10px;
}

.rowLight td{
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
.rowDark{
    background: url(../images/beton_gray.jpg) repeat #eeeeee;
	border: solid 1px #000000;
}

.rowLight td{
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
span.blink {
    text-decoration: blink;
    font-weight:bold;
    color: #b13638;
}
span.red {
    font-weight:bold;
    color: #b13638;
}
table.group {
    width: 100%;
    margin: 0px;
	border-collapse: collapse;
}
.group td {
    text-align:center;
}
.group td a:link, .group td a:visited {
    color: #000000;
	text-decoration: underline;
}

.group td a:hover {
    color: #b13638;
	text-decoration: underline;
}
.group img.pic {
    border:1px solid black;
    margin:5px;
}
table.list {
    width: 100%;
    margin: 0px;
	border-collapse: collapse;
	border: solid 1px #000000;
}
.list th {
    background:#90b8c0;
    color:#FFFFFF;
    font-weight:bold;
    height:25px;
}
.list td{
    padding: 10px;
}
.list td a img {
    border:0px solid;
    margin:10px;
}
form {
    margin:0px;
    padding:0px;
}
.login {
    width: 100%
}
.login td input {
    width: 100px;
	float: right;
	border: solid 1px #000000;
}
.login .submit input{
    width: 102px;
    float: right;
	border: solid 1px #000000;
}
.button {
    background: #90b8c0;
	color: #FFFFFF;
    font-weight: bold;
    border: solid 1px #000000;
    font-size: 10px;
    margin-top: 4px;
    padding: 0px;
	float: right;
}
.banner {
    margin:3px 0px 0px 0px;
    text-align:center;
}
.banner img {
    border:0px solid;
}
.price {
    text-align:center;
}
.productName div.addInfo{
    float:right;
    border:1px solid #000000;
    width:140px;
    text-align:center;
    line-height:20px;
    margin:2px;
}
.productName div.inStock{
    text-transform : uppercase;
    background: #90b8c0;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
}
.productName div.lastStock{
    text-transform : uppercase;
    background: #90b8c0;
    color: #cccccc;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
}
.productName div.outofStock{
    text-transform : uppercase;
    background: #90b8c0;
    color: #b13638;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
}
.productName {
    font-size:11px;
}
.productName img {
    margin:0px;
}
.productName a:link, .productName a:visited {
    color:#90b8c0;
    margin:0px;
}
.productName .buynow {
    margin:0px 10px 0px 0px;
    padding:5px 0px 2px 2px;
}
.noborder {
    border: 0px solid;
}
/* Form design */
.formText {
    font-size:13px;
    font-weight:bold;
    padding:0px;
    margin:5px 0px 15px 0px;
}
.formTable td{
    vertical-align:top;
}
.inputName {
    font-size:13px;
}
.asterix {
    color:#b13638;
    margin-left : 3px;
    margin-right : 3px;
}
.colon {
}
.inputCel input {
    width:300px;
}
.inputCel textarea {
    width:300px;
    height:100px;
}

.formSubmit {
    margin:15px 0px 5px 0px;
}
.remark {
    font-size:11px;
    font-style: italic;    
}
/* news items */
.newsItem {
    clear:both;
    border-top:1px dotted #A5B177;
}
.newsItem img {
    border:1px solid #000000;
    float:right;
}
.newsHeader {
    padding:0px;
    margin:10px 0px 10px 0px;
}
.newsBody {
    padding:0px;
    margin:0px;
    font-size:12px;
}
.newsDate {
    font-size:11px;
    font-style:italic;
    padding:0px;
    margin:10px 0px 10px 0px;
}
/* search Panel */
.searchPanel {
    clear: both; 
    margin: 5px 0px; 
    background: url(../images/beton_white.jpg) repeat #eeeeee; 
    border: #000000 1px solid; 
    padding-top:5px;
}
.searchFields {
    margin:5px 5px 5px 5px;
    width:490px;
}
.searchFields .searchField {
    width:400px;
    height:14px;
    font-size:11px;
}
.searchChecks {
    margin:0px 5px 5px 5px;
}
.searchChecks label {
    margin-right:10px;
}
.searchResult {
    margin:10px 0px;
}
.searchResultHeader {
    border: #000000 1px solid; 
	background: url(../images/beton_white.jpg) repeat #eeeeee;
    height:25px;
	padding-left: 10px;
}
.searchResultHeader .left {
    float:left;
    line-height:25px
}
.searchResultHeader .right {
    float:right;
}
.searchResultHeader .right select {
    margin:2px 5px;
}
.searchResult li {
    margin-top:10px;
    margin-bottom:10px;
    list-style-type: square;
    font-size:11px;
}
.GroupResultHeader {
    border-top: #90b8c0 1px solid; 
    border-bottom: #90b8c0 1px solid; 
    background: #e5edc3; 
    height:25px;
}
.GroupResultHeader .left {
    float:left;
    line-height:25px
}
.GroupResultHeader .right {
    float:right;
}
.copyrightNucleart {
    color:#FFFFFF;
    font-size:12px;
    text-align:right;
    margin-top:10px;
    padding-bottom:10px;
	padding-right: 20px;
}

.copyrightCustomer {
    color:#FFFFFF;
    font-size:12px;
    text-align:left;
    margin-top:10px;
    padding-bottom:10px;
	padding-left:10px;
}

.copyrightNucleart a:link, .copyrightNucleart a:visited, .copyrightNucleart a:hover, .copyrightCustomer a:link, .copyrightCustomer a:visited, .copyrightCustomer a:hover{
    font-size: 12px;
	font-weight: bold;
    color: #ffffff;
}
