﻿body {
    font: 12px/16px Tahoma,sans-serif;   
}

a { text-decoration:underline; }
a:hover { text-decoration: underline; }
a img { border:none; }

#container {
    width: 950px;
    margin: 0 auto;  
}

/* ----- Helper Styles ----- */
.user-image-empty {
    background: url(no_image.png) no-repeat center center;
}
.contact-wide {
    padding: 15px 0;
}

/* ----- Header ----- */
#header {
    direction: rtl;
}
#header h2 a {
    font: bold 22px Arial;
    text-decoration: none;
}
#header h2 img {
    vertical-align: middle;
    border: solid 1px #798B95;
    padding: 2px;
    background: #D4DCE0;
    margin: -5px 5px 0 5px;
    -moz-border-radius: 4px;
}

/* ------ Menu ----- */
#menu li {
    float: right;
}
#menu li a {
    font-weight: bold;
    display: block;    
    text-decoration: none;
}
#menu li.sel a, #menu li a:hover {
    text-decoration: none;
}

/* ----- Content ----- */
#content {
    width: 745px;
    float: right;
    direction: rtl;
}

/* ----- Top Nav ----- */
#navwrapper {
    height: 38px;
    background: url(nav.png) repeat-x top;
}
#nav {
    width: 950px;
    margin: 0 auto;
    direction: rtl;
}
#nav h1 a {
    float: left;
    height: 33px;
    width: 151px;
    background: url(logo.png) no-repeat left top;
    margin-top: 1px;
}
#nav h1 span, #nav p {
    display: none;
}
#nav .welcome {
    float: right;
    padding-top: 10px;
    height: 20px;
}
#nav .welcome a {
    text-decoration: none;
}

/* ----- Footer ----- */
#footerwrapper {
    margin-top: 20px;
    padding: 20px 0 50px 0;  
    font-size: 0.9em;
    clear: both;
}
#footer {
    width: 950px;
    margin: 0 auto;   
    text-align: center;
    line-height: 20px;
}
#footer a {
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}

/* ----- Content Boxes ----- */
.box-a {
    padding: 20px 20px 10px 20px;
    margin-bottom: 15px;
}
.box-b {
    margin-bottom: 15px;    
}
.box-b h3 {
    font-weight: bold;
}

/* ----- News Box ----- */
.box-news {
    
}
.box-news li {
    padding: 0 10px 4px 0;
    margin-right: 10px;
    background: url(bullet.gif) no-repeat right 8px;
}
.box-news span.date {
    font-size: 0.9em;
    color: #666;
}
.box-news a {
    text-decoration: none;
}

/* ----- Announcements Box ----- */
#announcementsWrapper {
    height: 26px;
    padding: 5px 70px 5px 0;
    margin-bottom: 10px;
    background: url(announcement.png) no-repeat left top;
    overflow: hidden;
}
#announcements li {
    padding: 5px 0;
}
#announcements a {
    text-decoration: none;
}

/* ----- Side Boxes ----- */
#groups, #contact, #profile {
    background: #fff;
    width: 190px;
    direction: rtl;
    margin-bottom: 15px; 
}

.badge {
    display: block;
    margin-bottom: 10px;
}
.badge img {
    display: block;
}

#profile {
    background: #f4f4f4;
    border: solid 5px #D3D3E0;
    padding: 5px;
    color: #858585;   
    width: 170px;     
}
#profile h5 {
    font-weight: bold;
    color:#565656;
}
#profile .location {
    font-size: 0.8em;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#profile li {
    text-indent: 2px;
    padding: 0 5px 5px 0;    
    background: url(bullet.gif) no-repeat right 8px;
}
#profile strong {
    font-weight: normal;
    display: block;
    color:#393939;
}

#groups h5 {
    font-weight: bold;
}
#groups a {
    text-decoration: none;
}

#contact {
    padding: 10px 0;
}

/* ----- Product Item ----- */
.product-item {
    width: 140px;
    height: 155px;
    overflow: hidden;
    text-align: center;
    float: right;
    display: inline;
    margin: 0 17px 20px 17px;
}
.product-item a {
    text-decoration: none;
}
.product-item-image {
    padding: 5px;
}
.product-item span {
    display: block;
    padding-top: 5px;
}

/* ----- Company Images ----- */
.company-image {
    float: right;
    position: relative;
    border: solid 5px #15415A;
    margin: 0 0 10px 15px;    
}
.company-image span {
    position: absolute;
    right: 8px;
    bottom: 7px;
}
.company-image a {
    margin: 0 1px;
    background-color: #e2e2e2;
    border: solid 1px #bfbfbf;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9em;
}
.company-image a.sel, .company-image a:hover {
    color: #fff;
    background: #3B6896;
    border: solid 1px #4874A1;
    text-decoration: none;
}

/* ----- Company Profile ----- */
.company-profile table {
    width: 100%;
}
.company-profile th, .company-profile td {
    padding: 5px;
    border-bottom: dashed 1px #454545;
    vertical-align: top;
}
.company-profile th {
    width: 200px;
    padding-left: 20px;
    text-align: left;
}
.loc-map {
    margin-top: 5px;
    cursor: pointer;
    border: solid 4px #454545;
}

/* ----- Product Display Page ----- */
.product-images {
    float: right;
    width: 290px;    
}
.product-images img {
    vertical-align: bottom;
}
.product-images-medium {
    padding: 4px;
    border: solid 1px #ccc;
    height: 210px;
    background: url(no_image.png) no-repeat center center;
}
.product-images-medium li {
    display: none;
}
.product-images-small {
    margin: 5px 0;
}
.product-images-small li {
    padding: 2px;
    border: solid 1px #ccc;
    float: right;
    margin-left: 5px;
    cursor: pointer;
}
.product-images-small li.last {
    margin-left: 0;
}
.product-images-small li.sel {
    border-color: #E98B29;
    background: #FFE779;
}
.product-images-zoom {
    font-size: 0.8em;
    color: #848484;
    padding: 0 20px 3px 0;
    background: url(zoom.png) no-repeat right top;
}

.product-info {
    width: 380px;
    float: right;
    margin-right: 20px;
}
.product-info .product-contact {
    clear: both;
    padding-top: 30px;
}
.product-info dl {
    padding-top: 10px;
}
.product-info dt {
    float: right;
    clear: right;
    width: 130px;
    color: #565656;
    text-align: left;
}
.product-info dd {
    margin: 0 140px 0 0; 
    padding: 0 0 0.5em 0; 
}

.product-details {
    padding-top: 30px;
}
.product-details h4, .product-files h4 {
    font: bold 16px Arial;
    padding: 5px 15px 5px 0 !important;
    margin: 0 5px 5px 0 !important;
    background: url(bullet_big.gif) no-repeat right center;
    border-bottom: dashed 1px #666;
}

.product-files { clear: both; padding-top: 30px; }
.product-files td { padding: 2px 0 2px 20px; }
.product-files td.size { font-size: 0.9em; color: #696969; }
.product-files a { text-decoration: none; }
.product-files .pc-icn { margin-left: 0px; }

/* ----- FAQ ----- */
.company-faq li {
    padding: 0 10px 5px 0;
    margin-right: 10px;
    background: url(bullet.gif) no-repeat right 7px;
}
.company-faq li a {
    text-decoration: none;
}
.company-faq h5 {
    font-weight: bold;
    margin: 15px 0 2px 0;
}
.company-faq .top {
    display: block;
    text-align: left;
    text-decoration: none;
    font-size: 0.9em;
}

/* ----- Simple List ----- */
.company-simple-list h5 {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 15px 2px 0;
    background: url(bullet_big.gif) no-repeat right center;
}
.company-simple-list a {
    text-decoration: none;
}
.company-simple-list .bbar {
    border-bottom: dashed 1px #aaa;
    padding: 0 5px 5px 5px;
    margin-bottom: 15px;
}
.company-simple-list .bbar a {
    float: left;
}
.company-simple-list .bbar span, .company-simple-list-item .bbar span {    
    float: right;
    font-size: 0.9em;
    color: #999;
}
.company-simple-list-item .bbar {
    padding-top: 15px;
}
.company-simple-list-item .bbar span {
    float: left;
}
