﻿@import url(SearchResults.css);

html,body {
	margin: 0;
	padding: 0;
}
body, input, select, td
{
    font: 11px Tahoma;
}

body
{
    background-color: #EFF0F1;
}

a
{
    text-decoration: none;
    color: #1B73A4;
}

a:hover
{
    text-decoration: underline;
}

p
{
    margin: 0;
    line-height: 16px;
    text-align: justify;
}

#container
{
    margin: 0 auto;
    width: 748px;
    padding: 0 6px;
    background: #fff url(bg.png) repeat-y center;
    position: relative;
}

#header
{
    background: #fff url(logobg.jpg) no-repeat left top;
    height: 60px;
}

#header h1, #header h2
{ 
    margin: 0;
    padding: 0;   
    background-position: left top;
    background-repeat: no-repeat;    
    height: 60px;    
}

#header h1
{
    float: right;
    width: 300px;
    background-image: url(logo.jpg);
}

#header h2
{
    display: none;
}

#header span
{
    display: none;
}

#content
{
    float: left;    
    width: 558px;
    overflow: hidden;
    border-top: solid 5px #6198AD;
}

#sidebar
{
    display: none;
}

#menubar
{
    width: 189px;
    float: right;
    border-top: solid 5px #E48602;
}

#footer
{
    clear: both;
    height: 20px;
    border-bottom: solid 1px #C2BFAC;
    background: url(footer.png) no-repeat left top;
    direction:rtl;
    color: #666;
    padding: 10px 320px 0 0;
    font-size: 10px;
    margin-top: 10px;
}

/* Module Skins
--------------------------------------- */

div.grayBox
{
    border: solid 1px #ddd;
    background: #eee;
    margin-bottom: 10px;    
    clear: both;
    margin: 25px 10px 0 10px;
}
div.grayBox .mBody
{
    padding: 5px;
    direction: rtl;
}
div.grayBox h3
{
    margin: 1px;
    color: #fff;
    font-size: 11px;
    background: #aaa;
    padding: 2px 5px;
    direction: rtl;
}

div.simpleBox
{
    direction: rtl;
    margin: 15px 15px 0 15px;
}

#HomePage div.simpleBox
{
    margin-top: 0;
}

div.simpleBox h3
{
    font: 900 18px Arial;
    color: #4C4A4B;
    margin: 0 5px 0 0;
    padding: 0 20px 0 0;
    background: url(bullet3.gif) no-repeat right 7px;
}

div.colorBox1
{
    direction: rtl;
    border: solid 1px #D9D9D9;
    margin: 10px 5px;
    background-color: #F7F7F7;
}

div.colorBox1 h3
{
    background-color: #E38702;
    font-size: 10px;
    color: #fff;
    margin: 0;
    padding: 1px 5px 2px 0;
}

div.colorBox1 div.mBody
{
    padding: 5px;
}

div.colorBox2
{
    direction: rtl;
    border: solid 1px #D9D9D9;
    margin: 10px 5px;
    background-color: #F7F7F7;
}

div.colorBox2 h3
{
    background-color: #6198AC;
    font-size: 10px;
    color: #fff;
    margin: 0;
    padding: 1px 5px 2px 0;
}

div.colorBox2 div.mBody
{
    padding: 5px;
}

div.about
{
    position: absolute;
    width: 240px;
    top: 245px;
    left: 290px;
    z-index:10;
}

div.products
{
    margin-right: 280px;
    width: 263px;
}

div.product
{
    margin-bottom: 10px;    
    border: solid 1px #DFDFDF;
    padding: 4px;
}

div.product img
{
    float: right;
    padding-left: 5px;
    border-width: 0;
}

div.product h6
{
    margin: 0;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
    padding-top: 15px;
}

div.product p
{
    margin: 0;
}

div.product a.more
{
    display: block;
    float: left;
    width: 17px;
    height: 70px;
    background: url(morehover.gif) no-repeat right top;
    margin-right: 5px;
}

div.product a.more:hover
{
    background-image: url(more.gif);
}

div.product a.more span
{
    display: none;
}

div.product div.clearfloat
{
    font-size: 1px;
    height: 1px;
}

div.clearfloat
{
    clear: both; 
}

div.sep
{
    background: url(sep.png) no-repeat center 5px; 
    padding-top: 20px;
}

/* Poll Control Style
----------------------------------- */
div.pollControl h5
{
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 10px;
    text-align: justify;
    color: #4C4A4B;
}

div.pollControl ul, div.pollControl li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.pollControl li
{
    padding: 2px 12px 0 0;
    background: url(bullet.gif) no-repeat right 7px;
}

.loading
{
    background: url(spinner_moz.gif) no-repeat center center;
}

div.pollControl table
{
    background-color: #ddd;
    margin: 2px;
}

div.pollControl td
{
    font-size: 1px;  
    height: 8px;
}

div.pollControl td.fill
{
    background-color: #4169e1;
}

div.pollControl div.total
{
    text-align: center;
    margin: 5px auto;
    font-weight: 600;
}

/* Menu Style
----------------------------------------- */
div.mainMenu
{
    border-top: solid 6px #D8D3C0;
    background: #EEECE0 url(menubg.png) no-repeat right bottom;
    border-bottom: solid 3px #C2BFAE;       
    direction: rtl;    
}

div.mainMenu .moduleToolbar
{
    position: absolute;
    margin-top: -10px;
}
div.mainMenu ul, div.mainMenu li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.mainMenu ul
{
    margin: 3px 0; 
}

div.mainMenu li
{
    position: relative;
    padding: 0 12px;
    width: 166px;
    cursor: pointer;
    z-index: 11;
}

div.mainMenu li a
{
    padding-bottom: 8px;
    padding-top: 4px;
    color: #4C4A4B;
    display: block;
    padding-right: 22px;
    background: url(menudot.gif) no-repeat 150px 10px;
    border-bottom: dashed 1px #C9C3B3;
}

div.mainMenu li.m
{
    background: url(menumore.gif) no-repeat 15px center;
}

div.mainMenu li ul
{
    display: none;
    position: absolute;
    top: 0;
    right: 178px;    
    padding-bottom: 5px;
    background-color: #EEECE0;
    border: solid 1px #DBD7C5;    
}

div.mainMenu li a:hover,div.mainMenu li.a a
{
    color: #666;
    background-image: url(storylist.gif);
    text-decoration: none;
}

div.mainMenu li:hover ul, div.mainMenu li.sfhover ul
{
    display: block;
}

/* SearchBox Style
------------------------------------ */
div.searchBox
{
    height: 30px;
}

div.searchBox input
{
    color: #666;
    width: 138px;
    float: right;
    direction: rtl;
    margin: 10px 10px 0 0;
}

div.searchBox a
{
    float: right;
    width: 20px;
    height: 20px;
    margin: 10px 3px 0 0;
    background: url(search.gif) no-repeat left top;
}

div.searchBox a span
{
    display: none;
}

/* Quick Nav Style
------------------------------------------- */
div.quickNav
{
    position: absolute;
    top: 43px;
    left: 5px;
    height: 20px;
    width: 405px;
}

div.quickNav a
{
    float: left;
    color: #4c4c4c;
    margin: 0 0 0 4px;
    padding: 2px 0 1px 5px;
    background: url(quicknavsep.png) no-repeat left 6px;
}

/* LanguageBar Style
---------------------------------- */
div.languageBar
{
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
}

div.languageBar a
{
    font-size: 10px;
    float: left;
    color: #4C4A4B;
    margin: 0 0 0 8px;
    padding: 0 10px 0 4px;
    background: url(bullet2.gif) no-repeat right 3px;
}

/* News Module Styles
------------------------------------ */
div.newsItem
{
    margin: 5px 5px 10px 5px;
    border-bottom: dashed 1px #eee;
    padding-bottom: 5px;
    clear: both;
    color: #4C4A4B;
}

div.newsItem h4
{
    font: bold 11px Tahoma;
    margin: 0;
}

div.newsItem h4 a
{
    color: #333;
}

div.newsItem div.desc
{
    color: #666;
    border: dashed 1px #aaa;
    background-color: #eee;
    margin: 10px;
    padding: 5px;
}

div.newsItem span.date
{
    display: block;
    text-align: left;
    color: #999;
    font-style: italic;
    padding-top: 10px;
    font-size: 10px;
}

div.newsItem img
{
    float: right;
    padding: 2px;
    background-color: #fff;
    border: solid 1px #666;
    margin: 0 0 0 5px;
}

div.newsItem a.more
{
    display: block;
    text-align: left;
    text-decoration: underline;
}

div.newsItem a.more:hover
{
    text-decoration: none;
}

div.newsItem div.nav
{
    height: 15px;
}

div.newsItem div.nav a
{
    float: left;
    text-decoration: underline;
}

div.newsItem div.nav a:hover
{    
    text-decoration: none;
}

div.newsItem div.nav span
{
    float: right;
    font-style: italic;
    font-size: 10px;
    color: #666;
}

div.newsItem ul, div.newsItem li
{
    margin: 0;
}

div.newsItem li
{
    margin: 3px 25px 0 0;
}

/* HomePage Links
----------------------------------------- */
div.productsLink
{
    padding-left: 160px;
}

div.newsLink
{
    direction: rtl;
    padding-right: 20px;
}

div.productsLink a, div.newsLink a
{
    display: block;
    width: 118px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: left top;
}

div.productsLink a
{
    background-image: url(products.png);
}

div.newsLink a
{
    background-image: url(news.png);
}

div.productsLink a span, div.newsLink a span
{
    display: none;
}

/* Pager Style
---------------------------------------- */
div.pager
{  
    height: 30px;
    padding: 10px 20px 0 0;
}

div.pager a
{  
    display: block;
    float: right;
    width: 14px;
    height: 14px;
    text-align: center; 
    padding: 1px;   
    margin: 5px 2px 5px 2px;
    border: solid 1px #fff;
}

div.pager a:hover, div.pager a.c
{
    background-color: #eee;
    border: solid 1px #aaa;
    color: #000;
    font-weight: bold;
}

div.pager a.prev, div.pager a.next
{
    margin: 0;
    width: 24px;
    height: 24px;    
    background-repeat: no-repeat;
}

div.pager a.prev
{
    background-image: url(right.gif);
}

div.pager a.next
{
    background-image: url(left.gif);
}

div.pager a.prev:hover, div.pager a.next:hover
{
    background-color: #fff;
    border: solid 1px #fff;
}

div.pager span
{
    display: none;
}