/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {
    color: blue;
}

a:visited {
    color: purple;
}

a:hover {
    color: red;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

html {
    overflow-y: scroll;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body, p, h1, h2, h3, h4, h5, h6, h7 {
    padding: 0px;
    margin: 0px;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
    font: 0.75em/1.3 arial, verdana, sans-serif;
    color: #000000;
    background: url('../images/background.png') top center no-repeat;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a img {
    border: none;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
    color: #7adaf6;
    font-size: 36px;
    font-weight: normal;
}

h2 {
    color: #58b5d0;
    font-size: 22px;
    font-weight: normal;
}

h3 {
    color: #58b5d0;
    font-size: 16px;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
    padding: 0px 0px 0px 15px;
}

ul li {}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/* Website Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hidden {
    display: none;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.left {
    float: left;
}

.right {
    float: right;
}

.justify {
    text-align: justify;
}

.block {
    display: block;
}

.clear {
    clear: both;
    height: 1px;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.marginTop5 {
    margin-top: 5px;
}

.marginRight5 {
    margin-right: 5px;
}

.marginBottom5 {
    margin-bottom: 5px;
}

.marginLeft5 {
    margin-left: 5px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginTop15 {
    margin-top: 15px;
}

.marginRight15 {
    margin-right: 15px;
}

.marginBottom15 {
    margin-bottom: 15px;
}

.marginLeft15 {
    margin-left: 15px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginRight20 {
    margin-right: 20px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginLeft20 {
    margin-left: 20px;
}

.marginTop30 {
    margin-top: 30px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingRight10 {
    padding-right: 10px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.paddingLeft10 {
    padding-left: 10px;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.minHeight117 {
    min-height: 117px;
    height: auto !important;
    height: 117px;
}

.minHeight200 {
    min-height: 200px;
    height: auto !important;
    height: 200px;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.alertError {
    display: block;
    color: red;
    border: 3px double red;
    padding: 10px;
    margin: 0px 0px 20px 0px;
}

.alertSuccess {
    display: block;
    color: green;
    border: 3px double green;
    padding: 10px;
    margin: 0px 0px 20px 0px;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.colorText {
    color: red;
}

.firstParagraph {
    font-size: 14px;
    color: #484848;
    line-height: 22px;
    font-weight: bold;
}

.price {
    color: #d06958;
    font-size: 16px;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.smallFont {
    font-size: 0.8em;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.formattedList {
    list-style-type: none;
}

.formattedList li {
    padding: 0px 0px 3px 18px;
    background: transparent url(/common/images/framework/bullet.gif) no-repeat left 0.2em;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.formattedTable {}

.formattedTable th, .formattedTable td {
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

.formattedTable th {
    background-color: #3d6ca6;
    font: bold 13px arial, verdana, sans-serif;
    color: #ffffff;
    vertical-align: top;
}

.formattedTable .colorRow {
    background-color: #EEEEEE;
}

.shopTable {
    width: 100%;
}

.shopTable td {
    padding: 5px 5px 20px 5px;
    text-align: left;
    border-bottom: solid 1px #CCCCCC;
    vertical-align: top;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.borderedTable {
    width: 100%;
    background-color: #0062A1;
}

.borderedTable th, .borderedTable td {
    padding: 5px;
    background-color: White;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.featuredHolderDouble {
    background-color: #eeeeee;
    border: 3px double #aeaeae;
    padding: 15px;
}

.featuredHolderDashed {
    background-color: #eeeeee;
    border: 1px dashed #aeaeae;
    padding: 15px;
}

.featuredHolder {
    padding: 10px;
    border: 1px solid #CCCCCC;
    background: #EEEEEE;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pagerLink, .pagerLink:visited, .pagerLink:hover {
    display: inline-block;
    color: #0b5369;
    text-decoration: none;
    padding: 1px 5px 1px 5px;
    margin: 0px 2px 0px 2px;
}

.prevNextLink, .prevNextLink:visited {
    border: 1px solid #dee9ec;
}

.prevNextLink:hover {
    border: 1px solid #0b5369;
    background-color: #dee9ec;
}

.prevNextLinkDisabled, .prevNextLinkDisabled:visited, .prevNextLinkDisabled:hover {
    color: #dee9ec;
    border: 1px solid #dee9ec;
}

.pagerNumberLink, .pagerNumberLink:visited {
    border: 1px solid #dee9ec;
}

.pagerNumberLink:hover {
    border: 1px solid #0b5369;
    background-color: #dee9ec;
}

.pagerNumberLinkSelected {
    color: White;
    border: 1px solid white;
    background-color: #0b5369;
}

.pagerNumberLinkSelected:visited, .pagerNumberLinkSelected:hover {
    color: White;
    background-color: #0b5369;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.loginHolder {
    margin-left: -220px;
}

.loginHolder .loginArea {
    width: 247px;
    height: 130px;
    padding: 30px 10px 0px 10px;
    margin: 100px auto 0px auto;
    color: white;
    background: transparent url(images/framework/background_loginarea.jpg) no-repeat left top;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.lister {}

.lister .image {
    float: left;
    width: 25%;
}

.lister .description {
    float: left;
    width: 75%
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.breakRule {
    clear: both;
    height: 1px;
    margin: 20px 0px 20px 0px;
    border-bottom: 1px dotted black;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pictureFrame {
    background-color: white;
    padding: 9px;
    border: 1px solid #adadad !Important;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
    width: 960px;
    margin: 0 auto;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#bar {
    margin-left: 10px;
    margin-top: 10px;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
    margin-top: 20px;
}

#topArea #logo {
    width: 300px;
    height: 150px;
    background: url('../images/logo.jpg') no-repeat;
    display: block;
    text-indent: -10000px;
    margin-left: 10px;
    float: left;
}

#topArea #banner {
    float: left;
    margin-left: 20px;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
    margin-top: 10px;
    margin-bottom: 30px;
}

#menuArea ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menuArea ul li {
    padding: 0px;
    margin: 0px;
    margin-bottom: 3px;
}

#menuArea ul li a {
    line-height: 32px;
    padding-left: 25px;
    text-decoration: none;
    font-weight: bold;
    background: url('../images/background-navitem.png') no-repeat 0 0;
    display: block;
    color: #707070;
}

#menuArea ul li a:hover {
    background-position: 0 -32px;
    color: #FFFFFF;
}

#menuArea ul li a.selected {
    background-position: 0 -32px;
    color: #FFFFFF;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.oneColumn {
    width: 60px;
    float: left;
}

.twoColumn {
    width: 140px;
    float: left;
}

.threeColumn {
    width: 220px;
    float: left;
}

.threeColumn img {
    max-width: 220px
}

.fourColumn {
    width: 300px;
    float: left;
}

.fiveColumn {
    width: 380px;
    float: left;
}

.sixColumn {
    width: 460px;
    float: left;
}

.sevenColumn {
    width: 540px;
    float: left;
}

.eightColumn {
    width: 620px;
    float: left;
}

.nineColumn {
    width: 700px;
    float: left;
}

.tenColumn {
    width: 780px;
    float: left;
}

.elevenColumn {
    width: 860px;
    float: left;
}

.twelveColumn {
    width: 940px;
    float: left;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contentArea {}

#contentArea .box {
    background: #effafe url('../images/background-box.png') no-repeat bottom;
    padding: 5px 10px 10px 10px;
    margin-bottom: 20px;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footerArea {
    background: url('../images/background-footer.png') no-repeat;
    margin: 0 auto;
    width: 940px;
    height: 133px;
    line-height: 123px;
    padding: 0 30px 0 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
