﻿/* general style resets and body setup */

body {
    /*overflow:-moz-scrollbars-vertical;*/
}
html {
    background-color:#000;
    margin:0px;
    font-family:Microsoft Sans Serif, Arial, Sans-Serif;
    font-size:12px;
    color:#646464;
    line-height:16px;
    overflow-y:scroll;
}
hr {
    height:1px;
    color:#ddd;
    margin-top:10px;
    margin-bottom:10px;
}
img {
    border:none;
}
p {
    margin:0px;
    margin-bottom:10px;
}
form {
    margin:0px;
    padding:0px;
}

h1 {
    color:#0cabd3;
    margin:0px;
    margin-bottom:20px;
    font-size:22px;
    font-weight:normal;
}

h2 {
    color:#0cabd3;
    margin:0px;
    margin-bottom:8px;
    font-size:16px;
    font-weight:normal;
}

a {
    color:#0cabd3;
}

.floatFix {
    clear:both;
    overflow:hidden;
    height:1px;
    width:1px;
}


/* overall page layout */

#masterPage {
    background-image:url(../gfx/topbar.png);
    background-position:left top;
    background-repeat:repeat-x;
    background-color:#fff;
    padding-bottom:40px;
    width:860px;
    margin-left:auto;
    margin-right:auto;
    position:relative;        
}

#header {
    width:900px;
    height:220px;
    position:relative;
}

.textBlock {
    width:520px;
}

.pageFooter {
    color:#666;
    font-size:11px;
    margin-top:25px;
    height:60px;
    border-top:solid 1px white;
}
.pageFooter .disclaimer {
    margin-top:40px;
    height:60px;
}
.pageFooter .address {
    float:left;
    background-image:url(../gfx/footerbg.png);
    background-position:right top;
    background-repeat:no-repeat;
    color:#fff;
    font-size:12px;
    width:230px;    
    height:60px;
    padding-right:10px;
    padding-top:4px;
    margin-right:40px;
    text-align:right;
}
.pageFooter .address a {
    color:#fff;
}

#logo {
    position:absolute;
    top:55px;
    left:40px;
    
}

#tabs {
    margin:0px;
    padding:0px;  
    position:absolute;
    top:146px;
    left:0px;
    font-size:13px;    
    color:#d4f0f7;
}
#tabs li {
    margin:0px;
    padding:0px;
    list-style-type:none;
    float:left;
    margin-right:2px;
    width:100px;
    height:28px;
}
#tabs a {
    display:block;
    width:100px;
    height:23px;
    padding-top:5px;
    font-weight:normal;
    text-decoration:none;
    text-align:center;
    /*text-transform:lowercase;*/
    color:#fff;
}
#tabs a:hover {
    background-image:url(../gfx/tabbg_h.gif);
    background-position:right top;
}

#tabs .selectedTab, #tabs .selectedTab:hover {
    background-image:url(../gfx/tabbg_s.gif);
    background-position:right top;
    color:#0cabd3;
}

.leftMenu {
    float:left;
    font-size:13px;
    /*text-transform:lowercase;*/
    color:#009ac1;
    margin:0px;
    padding:0px;
    margin-left:40px;
    width:240px;
}
.leftMenu li {
    margin:0px;
    padding:0px;
    list-style-type:none;
    margin-bottom:10px;
    margin-top:10px;
}    
.leftMenu a {
    text-decoration:none;
    color:#666;
}
.leftMenu a.level1 {
    display:block;
    float:left;
    height:17px;
    
    color:#fff;
    background-color:#0cabd3;
    padding-left:15px;
    padding-right:15px;
    background-image:none;
    width:120px;   
}
.leftMenu a.level1:hover, .leftMenu a.activeItem {
    background-image:url(/gfx/menupointer.gif);
    background-position:left center;
    background-repeat:no-repeat;
}

.leftMenu a.activeItem {
    text-decoration:none;
    /*
    color:#fff;
    background-color:#0cabd3;
    */
}
.leftMenu .activeMenuLeft {
    clear:left;
    display:block;
    float:left;
    vertical-align:middle;
    width:5px;
    height:17px;
}
.leftMenu .activeMenuRight {
    float:left;
    clear:right;
    display:block;    
    vertical-align:middle;
    margin-bottom:2px;
    width:5px;
    height:17px;
}


.leftMenuDecorImage {
    display:block;
    clear:both;
}

ul.leftMenuLevel2 {
    margin:0px;
    padding:0px;
    margin-top:0px;
    margin-bottom:1px;
}
ul.leftMenuLevel2 li {
    list-style-type:none;
    background-color:#eee;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:10px;
    width:150px;
    margin-bottom:1px;
    margin-top:0px;
}


#searchBox {
    background-image:url(../gfx/search_bg.png);
    background-repeat:no-repeat;
    background-position:left top;
    position:absolute;
    left:650px;
    top:145px;
    height:22px;
    width:194px;
}

.searchTextbox {
    border:none;
    padding:0px;
    font-size:12px;
    background-color:#d4f0f7;
    margin-left:5px;
    margin-top:2px;
    width:140px;
}


#minHeightSetter {
    overflow:hidden;  
    width:1px;
    height:400px;
    float:left;
}

#content {
    float:left;
    width:540px;
    line-height:16px;    
}
#content ul {
    margin:20px;
}

#content ul li {
    list-style-type:square;
    margin-left:20px;
    margin-bottom:3px;
}


#content ul.terms {
    margin:20px;
    margin-left:40px;
}

#content ul.terms li {
    list-style-type:decimal;
    margin-bottom:10px;
}
#content ul.terms li ul {
    margin:20px;
}
#content ul.terms li ul li {
    list-style-type:square;   
}


.productBox {
    position:relative;
}
.productBox .content {
    padding:10px;
}
.productBox .icons {
    position:absolute;
    bottom:0px;
    left:0px;
}

.productBox h2 {
    font-size:16px;
    color:#505050;
    margin:0px;
    margin-bottom:5px;
}


/* Product listing - medium sized */

.prodListItem {
    position:relative;
    margin-bottom:20px;
    color:#666;
}
.medium {
    width:540px;
    height:130px;
    background-image:url(../gfx/prodbg_medium.png);
}
.small {
    width:540px;
    height:85px;
    background-image:url(../gfx/prodbg_small.png);
}
.prodListItem h2 {
    font-size:19px;
    font-weight:normal;
    color:#666;
    margin:0px;
    margin-bottom:3px;    
}
.prodListItem .moreLink {
    display:block;
    position:absolute;
    background-image:url(../gfx/prodlist_more.png);
    background-position:left top;
    background-repeat:no-repeat;
    width:50px;
    height:15px;
    padding-left:20px;
    padding-top:2px;
    line-height:12px;
    left:0px;
    bottom:0px;
    color:#fff;
    text-decoration:none;
    font-size:9px;
    text-transform:uppercase;
}
.prodListItem .padding {
    padding-left:10px;
    padding-top:10px;
    width:310px;
}
.prodListItem .image {
    position:absolute;
    left:338px;
    top:10px;
}



/* Product detail view */

.prodView {
    position:relative;
    width:540px;
    background-color:#d7d7d7;
}
.prodView .prodImage {
    width:410px;
    height:230px;
    position:relative;
    float:left;
    margin-right:10px;
}
.prodView .prodImage img, .prodView .newsImage img {
    position:absolute;
    left:0px;
    top:0px;
}

.prodView .newsImage {
    width:250px;
    height:250px;
    position:relative;
    float:right;
    margin-left:10px;
    margin-bottom:10px;
}

.prodView .padding {
    padding-left:10px;
    padding-right:10px;
    width:520px;
}
.prodView h1 {
    font-size:24px;
    line-height:24px;
    font-weight:normal;
    color:#444;
    margin:0px;
    margin-bottom:10px;    
    margin-top:10px;
}
.prodView ol.linkList, .content ol.linkList {
    margin:0px;
    padding:0px;
    list-style-type:none;
    margin-bottom:10px;
    float:left;    
    display:block;
}
.prodView ol.linkList li, .content ol.linkList li {
    list-style-type:none;
    display:block;    
    margin-right:3px;
    margin-bottom:5px;
}
.prodView .linkList a {
    display:block;
    background-image:url(../gfx/prodview_link.png);
    background-position:left top;
    background-repeat:no-repeat;
    width:80px;
    height:15px;
    padding-left:20px;
    padding-top:2px;
    line-height:12px;
    color:#fff;
    text-decoration:none;
    font-size:9px;
    text-transform:uppercase;
}
.prodView .prodPrice a {
    background-image:url(../gfx/prodview_price.png);
    background-position:left top;
    background-repeat:no-repeat;
    width:100px;
    height:35px;
    color:#fff;
    text-decoration:none;
    font-size:9px;
    line-height:14px;
    text-transform:uppercase;
    text-align:center;
    margin:0px;
    padding:0px;
    padding-top:5px;
    float:left;    
}
.prodView .prodPrice .priceTag em {
    font-size:12px;
    font-weight:bold;
}


/* FORMS */

.formTable {
    margin-top:20px;
}
.formTable td {
    padding-right:20px;
    padding-bottom:3px;
}
.formTable .textField {
    border:solid 1px #ccc;
    background-color:#fcfcfc;
    padding:2px;
    padding-left:4px;
    padding-right:4px;
    font-family:Microsoft Sans Serif, Arial, Sans-Serif;
    font-size:11px;
    width:250px;
}
.formTable .textField.langtude {
    position:absolute;
    left:0px;
    top:-100px;
}
.formTable .textField.zip {
    width:37px;
}
.formTable .textField.city {
    width:200px;
}
.formTable textarea {
    height:150px;
}

.blueButton {
    width:100px;
    height:25px;
}

.validationError {
    xcolor:#ffaf04;
    color:#04c1ff;
}



/* ADMIN */

#admin_content {
    padding:30px;
    padding-top:0px;
}
.subsonicTable td, .subsonicTable th {
    padding:3px;
    padding-right:20px;
}

.newUserTable td, .newUserTable th {
    padding:3px;
    padding-right:30px;
    border-bottom:solid 1px #ccc;
}
.newUserTable th {
    font-weight:bold;
}
.newUserTable td input {
    width:100px;
}
.ScaffoldButton {
    margin-bottom:10px;
    width:80px;
}



.admNewsList {
    width:180px;
    padding-right:20px;
    float:left;
}

.admNewsList h3 {
    font-size:12px;
    font-weight:bold;
    margin-bottom:3px;
    text-decoration:underline;
}

.admNewsList a {
    display:block;
    margin-bottom:12px;
    font-size:10px;
    text-decoration:none;
}

.admTable td {
    padding-bottom:10px;
    padding-right:20px;
}

.admTable .calender td {
    padding:2px;
}