body {
    background: #6699ff url('img/bodyBg.png') repeat-x;

    color: #333333;
    font-size: 10px;
    font-family: Verdana,Geneva,Kalimati,sans-serif;

    margin: 0 auto;
}
a { color:#0066CC; }
a:hover { color:#0066CC; text-decoration: underline; }
input { color: #333333; border: 1px solid #cccccc; padding: 2px; }

#site {
    background: transparent url('img/siteBg.png') repeat-y;
    margin: 0 auto;
    width: 967px;
    min-height: 100%;
    padding: 0px 9px 20px 9px;
}
#siteBottomBg {

    background: url('img/siteBottomBg.png') no-repeat;
    margin: 0 auto;
    width: 968px;
    height: 15px;
    padding: 0px 8px;
}

#headerContainer {

    background: #3366cc;

    width: 100%;
    height: 96px;

    margin: 0 auto;
    overflow: hidden;
}

#logo {

    background: url('img/logo.png') no-repeat;

    margin: 0px;
    float: left;

    width: 967px;
    height: 94px;
}
#phone { 
    position:relative;
    cursor:default;
    top: 40px;
    right: 19px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    z-index:1;
    float: right;
}

/* <start> N A V _ C O N T A I N E R */
#navContainer {

    background: url('img/navBg.png') repeat-x;

    width: 100%;
    height: 32px;
}
#navContainer ul {
    list-style: none;
    padding-left: 7px;
    margin:0px;
    display: table;
}
#navContainer ul li {

    background: url('img/navSplit.png') right center no-repeat;

    display: table-cell;
    position: relative;
    float: left;
    height:33px;
    line-height:30px;
    padding: 0 15px 0 15px;
}
#navContainer .active a {
    text-decoration: underline;
    color:#3366ff;
}
#navContainer ul li a {
    color:#333333;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: underline;
    text-align:center;
}
#navContainer ul li a:hover {
    text-decoration: underline;
}
/* <end> N A V _ C O N T A I N E R */


/* <start> N A V 2 _ C O N T A I N E R */
#nav2Container {

    background: url('img/nav2Bg.png') repeat-x;
    color: #999999;
    clear:both;
    text-align: left;
    padding: 10px 11px 14px 11px;
    line-height: 20px;
    height: 34px;
}

#nav2Container form { float: right; }

#nav2Container input
{
    color: #999999;
    width: 100%;
    padding: 3px;
    background: transparent;
    border:none;
}
#nav2Container div#whereBox {
    float: left;
}
#nav2Container div#langBox {
    float: right;
}
#langBox form { margin:0px; padding:0px; float:right; }
#langBox select {
    color: #333333;
    border:1px solid #cccccc;
    margin-left: 4px;
    padding: 2px;
    font-size:11px;
}
option#en { background:url(img/en.png) center left no-repeat; padding-left:18px; }
option#sv { background:url(img/sv.png) center left no-repeat; padding-left:18px; }
/* <end> N A V 2  _ C O N T A I N E R */

/* <start> M E N U _ C O N T A I N E R */
#menuContainer {
    margin-left: 13px;
    width: 183px;
    min-height: 100%;
    text-align: left;
    float:left;
}

#menuContainer .title {
    background: url('img/menuHeaderBg.png') no-repeat;

    cursor: default;
    color: #ffffff;
    text-transform: capitalize;
    text-align:left;
    font-size: 12px;
    font-weight: normal;
    line-height:25px;

    padding-left: 10px;
    height: 30px;
    width: 173px;
    float:left;
}

.menuContent {
    padding: 42px 10px 10px 10px;
    margin-bottom: 15px;
    border: 1px solid #E6E6E6;
    border-bottom: 2px solid #E6E6E6;
    border-top: 0px;
}
#menuContainer ul {
    width: 100%;
    list-style:none;
    padding-left: 0px;
    margin: 0px;
}
#menuContainer ul li img {
    vertical-align: middle;
    margin-right: 5px;
}
#menuContainer ul li {
    padding: 0px 0px 0px 0px;
    background: url(img/menuBg.png) repeat-x;
}
#menuContainer .active {
}
#menuContainer ul li a {
    color:#3366CC;
    line-height: 30px;
    text-decoration: none;
}
#menuContainer ul li a:hover {
    text-decoration: underline;
}

#menuContainer ul.sublist li {
    background: url(img/menuBg.png) repeat-x;
    padding: 0 0 0 20px;
    line-height: 15px;
    border-bottom: none;
}

#menuContainer ul.list {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

#menuContainer ul.list li {
    background: url(img/liBulletDot.png) bottom left  no-repeat;
    padding: 0 0 0 16px;
    line-height: 15px;
    height: 20px;
    border-bottom: none;
}

#menuContainer ul.list li a { color: #6699FF; }

#menuContainer table {
    width: 160px;
}

#menuContainer .buttons {
    height: 80px;
    margin-left: 4px;
}

#menuContainer input { float: left; }

#menuContainer hr { width: 100%; height: 1px; border: 1px solid #e0e0e0; }
#menuContainer .line {
    width: 100%;
    height: 1px;
    background-color:#e0e0e0;
    margin: 5px 0 5px 0;
}

#menuBottomIcons {
    background: url('img/menuBottomIcos.png') no-repeat;
    margin: 50px 15px 15px 15px;
    width: 172px;
    height: 51px;
}

#loginForm input { clear:both; margin-top:4px; }
div#regBtns{ clear:both; height:50px; }

/* <end> M E N U _ C O N T A I N E R */

/* <start> C O N T E N T _ C O N T A I N E R */

#contentContainer {
    background-color: #ffffff;
    width: 555px;
    float: left;
    text-align: left;
    padding: 0 10px 0px 10px;
    margin: 0px;
}

#contentContainer .content {
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    color: #333333;
    line-height: 15px;
    font-size: 10px;
    text-align: left;
    
    width: 544px;
    padding: 5px 5px 15px 5px;
}
.content hr { width: 100%; height: 1px; border: 1px solid #e0e0e0; margin-top: 15px; margin-bottom: 15px; }

#contentContainer .title1 {
    font-size: 12px;
    color: #333333;
    margin-top: 24px;
    margin-bottom: 14px;
    text-transform: uppercase;
    text-decoration:underline;
    font-weight: bold;
    clear:both;
}

#contentContainer .title2 {
    color: #333333;
    text-transform: uppercase;
    text-decoration:underline;
    font-weight: bold;
    clear:both;
}

#contentContainer .line {
    width: 100%;
    height: 1px;
    background-color:#e0e0e0;
    margin: 20px 0 20px 0;
}

#contentContainer .dotted {
    border: none;
    background: url(img/hrBg.png) repeat-x scroll center;
    height: 1px;
    margin: 15px 0 15px 0;
}

/* <end> C O N T E N T _ C O N T A I N E R */

/* <start> P R O D U C T S */
div .prodItem {
    height: 140px;
    width:115px;
    margin:7px;
    padding: 2px;
    float:left;
    text-align: center;
}
.prodItem div.prodImage {
    vertical-align: middle;
    text-align: center;
    margin: 15px 0 0 0;
    clear:both;
    height:95px;
}
.prodImage img { vertical-align:middle; }
.prodItem div.prodName {
    font-weight: bold;
    line-height: 14px;
    margin: 2px;
    clear:both;
}
.prodItem div.prodName a { color: #333333; }
.prodItem div.prodName a:hover { text-decoration: none; }
.prodItem div.prodPrice { color: #009900; }
/* <end> P R O D U C T S */

/* <start> F O O T E R _ C O N T A I N E R */
#footerContainer {
    color: #ffffff;
    margin: 0 auto;
    line-height: 20px;
    text-align: left;
    width: 968px;
    height: 70px;
}
/* <end> F O O T E R _ C O N T A I N E R */

.searchBtn {
    background: url('img/searchBtn.png') no-repeat;
    border: none;
    margin: 2px 0 0 6px;
    width: 22px;
    height: 22px;
    float: left;
    cursor: pointer;
}

.loginBtn {
    background: url('img/loginBtn.png') no-repeat;
    border: none;
    margin: 4px 0 0 10px;
    width: 34px;
    height: 22px;
    float: right;
    cursor: pointer;
}

.buybutton {
    color: #fff;
    border: 1px solid #3467CD;
    background-color: #0066CC;
}
.buybutton a:hover { color: #fff; text-decoration: underline; }

#paymentImg {margin-top:15px;}
/**<start>fading_image_container_Bildspel**/
#fading_image_container_Bildspel {
    background:url(img/bannerRotationBg.png) no-repeat;
    width:555px;
    height:126px;
    padding-top:4px;
    margin-bottom:7px;
}
/**<end>fading_image_container_Bildspel**/

