

body {
    padding: 0px;
    margin: 0px;
    
    background: #f3f3f3 url(/resources/images/layout/bg.jpg) top repeat-x;
    /*overflow: hidden;*/
}

body, td {
    color: #454545;
    font-size: 12px;
    font-family: Tahoma;
    line-height: 18px;
}

p {
    padding: 0px 0px 15px 0px;
    margin: 0px;
}

a, a:visited {
    color: #000;
}

a:hover, a:visited:hover {
    text-decoration: none;
}

.red { color: #d81f2b; }
.bold { font-weight: bold; }

#root {
    margin: 0 auto;
    width: 997px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

#root #top {
    background: url(/resources/images/layout/tbg.jpg) no-repeat;
    width: 100%;
}

#root #top #sites {
    height: 52px;
}

#root #top #sites ul,
#root #top #sites ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#root #top #sites ul li {
    float: left;
    margin: 17px 0px 0px 20px;    
}

#root #top #sites ul li a {
    font-size: 11px;
    color: #a44044;
    text-decoration: none;
    text-transform: uppercase;
}

#root #top #sites div {
    float: right;
    font-size: 14px;
    color: #a44044;
    padding-right: 20px;
    padding-top: 17px;
}

#root #top #logo {
    width: 331px;
    height: 149px;
    background: url(/resources/images/layout/logo.jpg) no-repeat;
}

#root #top #logo img {
    width: 331px;
    height: 149px;
    border: 0px;    
}

#menu {
    height: 58px;
    padding-left: 30px;
    padding-bottom: 30px;
}

#menu div {
    float: left;
    margin: 20px 0px 0px 0px;
}

#menu div table {
    border-collapse: collapse;
}

#menu div table tr td {
    font-size: 1px; /* ie6 fix */
    height: 22px;
}

#menu div table tr td a {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#menu div table tr td.c {
    padding: 0px 20px;

}

#menu div.selected table tr td a {
    color: #fff;
}

#menu div.selected table tr td.c {
    background: #9d4243;
}

#menu div.selected table tr td.l {
    background: url(/resources/images/layout/ml.gif);
    width: 4px;
}

#menu div.selected table tr td.r {
    background: url(/resources/images/layout/mr.gif);
    width: 4px;
}

#menu div.selected table tr td.b {
    background: url(/resources/images/layout/ms.gif) top center no-repeat;
    height: 10px;
}


#content {
    width: 937px;
    padding-left: 30px;
    padding-right: 30px;
}

.block {
    border: 1px solid #dadada;
    background: #f4f4f4;
}

.block .title  {
    padding: 10px 20px;
    border-bottom: 1px solid #dadada;
}

.block .title h2 {
    font-size: 14px;
    font-weight: bold;
    color: #ababab;
    margin: 0px;
    padding: 0px;
}

.block .content {
    
}


.content-block {
    border: 1px solid #dadada;
    background: #f4f4f4;
}

.content-block .title  {
    padding: 10px 20px 0px;
}

.content-block .title h1 {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    margin: 0px;
    padding: 0px;
}

.content-block .content {
    
}

.navbar {
    width: 100%;
}

.navbar ul {
    list-style: none;
    display: block;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    height: 25px;
}

.navbar ul li {
    list-style: none;
    float: left;
    padding-right: 10px; 
}




#services {
    margin-bottom: 20px;
    min-height: 306px;
}

#services .content {
    background: url(/resources/images/layout/s-bg.jpg) bottom repeat-x;
}

.tabcontrol {
    
}

.tabcontrol .tabs table {
    width: 100%;
}

.tabcontrol .tabs .tab {
    padding: 0px 20px;
    border-bottom: 1px solid #dadada;
    background: #e9e9e9;
    cursor: pointer;
}

.tabcontrol .tabs .tab table td {
    line-height: 20px;
    color: #b3b3b3;
    font-size: 11px;
    font-weight: bold;
}

.tabcontrol .tabs .tab img {
    float: left;
}

.tabcontrol .tabs .selected {
    background: none;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 0px;
}

.tabcontrol .tabs .selected table td {
    color: #b07a7a;
}

.tabcontrol .tabs .first {
    border-left: 0px;
}

.tabcontrol .tabs .last {
    border-right: 0px;
}

.tabcontrol .tabcontent {
    padding: 20px;
    width: 890px;
    position: absolute;
    text-align: justify;
}

.tabcontrol .tabcontent h3 {
    font-size: 18px;
    color: #9d4243;
    font-weight: normal;
}

#services .tabcontrol h3 {
    margin: 20px 0px 10px 0px;
}

#services .tabcontrol h3 a {
    font-size: 18px;
    color: #9d4243;
    font-weight: normal;
    text-decoration: none;
}


#novelties {
    margin-bottom: 10px;
    clear: both;
}

#novelties .content {
    
    
}

#novelties .content .wr {
    clear: both;
    width: 100%;
}

.slider {
    width: 100%;
    border-collapse: collapse;
}

.slider .l,
.slider .r {
    width: 52px;
    vertical-align: top;
}

.slider .l img,
.slider .r img {
    width: 52px;
    height: 100px;
    border: 0px;
    margin-top: 50px;
}

.slider .l img {
    background: url(/resources/images/layout/n-l.gif);    
}

.slider .r img {
    background: url(/resources/images/layout/n-r.gif);
}

.slider .c {
    background: url(/resources/images/layout/n-c.gif) center 50px no-repeat;
    vertical-align: top;
}

.slider .c .ic {
    width: 830px;
    overflow: hidden;
    float: left;
}

.slider .c .items {
    float: left;
}

.slider .c .items .item {
    float: left;
    margin: 20px 0px 20px 0px;
    padding: 0px;
}

.slider .c .items .item td {
    text-align: center;
}

#novelties .slider .item {
    width: 275px;
    border-collapse: collapse;
    padding: 0px;
}

#novelties .slider .item .img {
    height: 147px;
    vertical-align: middle;
}

#novelties .slider .item .img img {
    border: 1px solid #f0f0f0;
}

#novelties .slider .item span {
    
}

#novelties .slider .item h4 {
    font-size: 18px;
    color: #d81f2b;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
} 

#novelties .slider .item a {
    display: block;
}

#bottom {
    border-top: 4px double #d9d9d9;
    height: 100px;
    background: #efefef;
    padding: 10px 10px 0px 10px;
}

#banners {
    width: 100%;
    /*height: 300px;*/
    margin-bottom: 20px;
}

#banners .bwrp {
    clear: both;
    width: 100%;
}

#banners .block {
    background: #fff;
    /*width: 460px;*/
    float: left;
    margin-top: 10px;
}

#banners .block .content {
    padding: 10px;
    height: 110px;
}

#banners .bl {
    font-size: 24px;
    line-height: 1;
    text-decoration: none;
    color: #0e172b;
}

#conc { width: 460px; }
#conc table tr td { width: 50%; }
#conc img { margin-left: 20px; }

#order { margin-left: 11px; width: 460px; }
#order table { width: 100%; }
#order table .lb { padding-right: 40px; border-right: 1px solid #dedede }
#order table .rb { padding-left: 40px; }
#order table .bl { display: block; margin-bottom: 10px }
#order table span { font-size: 24px; color: #710000 }

#links { margin-top: 11px; width: 460px; }
#links table { width: 100%; }
#links table td { width: 50%; }
#links table td .bl { display: block; margin-left: 20px; }

#contacts { margin-top: 11px; margin-left: 11px; width: 460px; line-height: 1;}
#contacts table { margin-top: 10px; }
#contacts table td { padding-right: 10px; }
#contacts table .rb { color: #3e0000 }

#sp {
    margin-bottom: 50px;
}

#sp .content {
    padding: 20px;
}

.wrapper { clear: left; width: 100%; }

.buy,
.buy:visited {
    display: block;
    float: left;
    clear: left;
    padding: 5px 10px 7px;
    background: #c0c0c0;
    text-decoration: none;
    border: 1px solid #666666;
    color: #fff;
}

.buy:hover,
.buy:visited:hover {
    border: 1px solid red;
}


/* content */

h1 {
    color: #e60827;
    font-size: 24px;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
}

h2 {
    color: #e60827;
    font-size: 18px;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
}

h3 {
    color: #e60827;
    font-size: 16px;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
} 

h4 {
    color: #4270ab;
    font-size: 14px;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
}

.image-left {
    float: left;
    margin: 0px 5px 5px 0px;
}

.image-right {
    float: right;
    margin: 0px 0px 5px 5px;    
}

.f-left {
    float: left;
    margin: 0px 5px 5px 0px;
    border: 1px solid #c0c0c0;
}

.f-right {
    float: right;
    margin: 0px 0px 5px 5px;    
    border: 1px solid #c0c0c0;
}

/* content */

/* pager */
.pager {
    clear: both;
    width: 100%;
    padding: 10px 0px;
    background: #f9f9f9;
}

.pager table tr td {
    padding: 0px 10px;
}
