body {
    text-align: center;
    font-family: arial, helvetica;
    font-size: 9pt;
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(../images/backgrounds/background-main.png) repeat-x;
}

#page_container {
    background: url(../images/backgrounds/background-content.png) repeat-y;
    width: 1024px;
    text-align: left;
    margin: auto;
}

#page_content {
    margin-left: 10px;
    margin-top: 0px;
}

#page_body {
    height: 100%;
    width: 100%;
}

#page-top-border {
    margin-left: 9px;
    background: url(../images/backgrounds/background-content-top-border.png) no-repeat;
    width: 100%;
    height: 8px;
}

#page_body h1 {
    margin: 0px;
}

#site_logo {
    position: absolute;
    width: 162px;
    height: 53px;
    float: left;
    margin-left: 30px;
    margin-right: 20px;
    margin-top: 6px;
}

#site_logo img {
    border: 0;
}

#page_header {
    background: url(../images/backgrounds/background-header-footer.png) no-repeat;
    width: 100%;
}

#mainmenu2 {
    height: 79px;
    font-size: 9pt;
    text-transform: lowercase;
    float: right;
    margin-right: 35px;
}

#mainmenu2 ul {
    margin: 0px;
    padding: 0px;
}

#mainmenu2 .rows {
    padding: 0px;
    margin: 0px;
    margin-left: 215px;
    height: 100%;
}

#mainmenu2 ul.top {
    padding-left: 60px;
    padding-top: 11px;
}

#mainmenu2 ul.bottom {
    margin: 0px;
    padding: 0px;
    position: relative;
    margin-top: 26px;
    top: -25px;
}

#mainmenu2 li {
    list-style: none;
    background-position: left top;
    float: left;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    padding: 0px;
}

#mainmenu2 a, #mainmenu2 li.selected {
    padding-right: 3px;
}

#mainmenu2 li.selected {
    background: url(../images/backgrounds/background-menu-active.png) no-repeat;
    color: #fff;
    display: block;
    width: 126px;
    height: 26px;
    text-decoration: none;
}

#mainmenu2 .top li.selected {
    height: 51px;
}

#mainmenu2 a:hover {
    background: url(../images/backgrounds/background-menu-active.png) no-repeat;
    color: #fff;
}

#mainmenu2 ul.top a {
    height: 51px;
}

#mainmenu2 a {
    display: block;
    width: 126px;
    height: 26px;
    color: #909090;
    text-decoration: none;
    background: url(../images/backgrounds/background-menu.png) no-repeat;
}

#mainmenu { 
    background: url(../images/backgrounds/background-header.png) no-repeat;
    height: 116px;
    width: 100%;
}

#mainmenu ul {
    padding-left: 0px;
    padding-top: 10px;
}

#mainmenu li {
    background: url(../images/backgrounds/background-menu.png) no-repeat;
    width: 126px;
    height: 26px;
    font-family: arial;
    font-weight: normal;
    font-size: 10pt;
    color: #2a3990;
    display: block;
    margin-left: 0px;
    float: left;
    text-align: center;
}

#mainmenu li.selected span {
    text-decoration: underline;
}

#mainmenu li a {
    color: #2a3990;
    text-decoration: none;
}

#mainmenu li a:hover {
    text-decoration: underline;
}

#column_left {
    width: 200px;
    margin-right: 3px;
    margin-left: 3px;
    min-height: 400px;
    float: left;
}

#column_middle {
    padding-left: 2px;
    float: left;
    width: 654px;
    margin-right: 2px;
    background: url(../images/backgrounds/background-content-column2.png) repeat-y;
    background-position: 0px 1px;
    background-color: #f9f9f9;
}

#column_middle .top-border {
    margin-left: -2px;
    background: url(../images/backgrounds/background-content-column2-border.png) no-repeat;
    width: 100%;
    height: 3px;
}

#column_middle .bottom-border {
    margin-left: -2px;
    padding-bottom: 5px;
    background: url(../images/backgrounds/background-content-column2-footer.png) no-repeat;
    background-color: #fff;
    width: 100%;
    height: 3px;
}

#column_right {
    margin-right: 10px;
    width: 140px;
    float: right;
}

#bread_crumb {
    display: block;
    padding-top: 3px;
    padding-left: 10px;
    color: #707070;
    float: left;
    width: 758px;
    height: 20px;
    text-transform: lowercase;
}

#bread_crumb a {
    color: #74b74a;
    text-decoration: none;
}

#bread_crumb a:hover {
    text-decoration: underline;
}

#column_left .block, #column_right .block {
    margin-bottom: 10px;
}

form {
    margin: 0;
}

.block {
    width: 100%;
    margin-bottom: 0px;
}

.block p {
    margin: 0;
}

.block h4 {
    background: url("../images/various/block-caption-1.png") no-repeat;
    font-size: 12px;
    height: 19px;
    margin: 0px;
    padding-left: 10px;
    padding-top: 5px;
    color: #fff;
}

.block div.body {
    background-color: #fff;
    border-left: 1px solid #c9c9c7;
    border-right: 1px solid #c9c9c7;
    padding: 10px;
    font-size: 9pt;
    color: #909090;
}

.block div.body a {
    color: #909090;	
}


.block div.body label {
    font-weight: bold;
}

.block div.footer {
    background: url("../images/various/block-footer-1.png") no-repeat;
    width: 100%;
    height: 6px;
    clear: both;
}

.block_search label {
    color: #707070;
    font-size: 10pt;
}

#column_right .block_search h4 {
	width: 120px;
	background: url("../images/backgrounds/block-caption-1s.png") no-repeat;
}

#column_right .block_search .footer {
	width: 120px;
	background: url("../images/backgrounds/block-footer-1s.png") no-repeat;
}

#column_right .block_search .body {
	width: 108px;
	padding-right: 0px;
}

#column_right .block_search .input_field {
	width: 78px;
}

.block .submit {
	border: 0;
	margin-right: 0;
	padding: 0px;
    background-color: #fff;
    background-image: url("../images/buttons/search.png");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
    float: left;
}

.block label {
    display: block;
    padding-bottom: 2px;
}

.block div.body span {
    padding-bottom: 4px;
    display: block;
}

.block .input_field {
    float: left;
    margin-top: 2px;
}

input.input_field {
    background-color: #fff;
    border-top: 1px solid #8d8d8d;
    border-left: 1px solid #8d8d8d;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
}

#login_form {
    width: 157px;
    margin: 0 auto;
    padding-top: 70px;
}

#login_form label {
    display: inline;
    text-align: left;
    float: left;
}

#login_form .error {
    background: #ee0000;
    color: #fff;
    padding: 3px;
}

#login_form input {
    margin-bottom: 10px;
    display: block;
    clear: both;
}

#login_form .submit {
    clear: both;
    float: left;
    margin-top: 10px;
    margin-left: 50px;
}

.spacer {
    clear: both;
}

#page_footer {
    background: url(../images/backgrounds/background-header-footer.png) no-repeat;
    background-color: #fff;
    background-position: left bottom;
    height: 55px;
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 10px;
    line-height: 17px;
}

#page_footer A {
    color: #999;
    text-decoration: none;
}

#page_footer A:hover {
    text-decoration: underline;
}

.block_pagesmenu h4 {
    background: url("../images/various/block-caption-2.png") no-repeat;
    font-size: 12px;
    height: 19px;
    margin: 0px;
    padding-left: 10px;
    padding-top: 5px;
    color: #fff;
    text-align: center;
}

.block_pagesmenu div.footer {
    background: url("../images/various/block-footer-2.png") no-repeat;
    height: 4px;
}

.block_pagesmenu div.body {
    padding: 0;
}

.block_pagesmenu ul {
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

.block_pagesmenu li {
    padding-left: 8px;
    padding-top: 6px;
    padding-bottom: 4px;
    display: block;
    border-top: #b2b2b2 1px solid;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
    cursor: pointer;
    text-transform: lowercase;
}

.block_pagesmenu li img {
    border: 0;
    margin-right: 5px;
}

.block_pagesmenu li:hover {
    background: #e0e0e0;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
}

.block_pagesmenu li.active {
    background: #2A3990;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
}

.block_pagesmenu li.active a {
    color: #fff;
}

.block_pagesmenu li:hover a, .block_pagesmenu a:hover {
}

.block_pagesmenu a {
    font-family: arial;
    text-decoration: none;
    color: #555;
}

.product_container .product h1 {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    padding: 0px;
    padding-top: 8px;
    width: 100%;
    height: 40px;
    margin: 0px;
    overflow: hidden;
}

.product_container .product .image {
    height: 215px;
}

.product_container .columns4 .product h1 {
    background: #fff url(../images/backgrounds/background-products-header-4col.png) no-repeat;
}

.product_container .columns3 .product h1 {
    background: #fff url(../images/backgrounds/background-products-header-3col.png) no-repeat;
}

.product_container .columns4 .product {
    margin-top: 3px;
    margin-right: 2px;
    width: 160px;
    float: left;
}

.product_container .columns3 .product {
    margin-top: 3px;
    margin-right: 0px;
    width: 216px;
    float: left;
}

.product_container .columns4 .product .body {
    width: 100%;
    background: #fff url(../images/backgrounds/background-products-body-4col.png) repeat-y;
    text-align: center;
}

.product_container .columns3 .product .body {
    width: 100%;
    background: #fff url(../images/backgrounds/background-products-body-3col.png) repeat-y;
    text-align: center;
}

.product_container .columns4 .product .footer {
    display: block;
    background: #fff url(../images/backgrounds/background-products-footer-4col.png) no-repeat;
    text-align: center;
    height: 6px;
}

.product_container .columns3 .product .footer {
    display: block;
    background: #fff url(../images/backgrounds/background-products-footer-3col.png) no-repeat;
    text-align: center;
    height: 6px;
}

.product_container .product h1 a {
    text-decoration: none;
    color: #fff;
}

.product_container .product h1 a:hover {
    color: #d4ffbd;
    text-decoration: none;
}

.product_container .product .body img {
    border: 0px;
}

.product_container .product .body .image img {
    margin-top: 10px;
    width: 130px;
}

.product_container .product .body span.text {
    text-align: left;
    padding: 0px 10px 5px 10px;
    display: block;
    color: #1D275F;
    font-family: arial;
    font-size: 8pt;
    height: 60px;
    line-height: 10pt;
    overflow: hidden;
}

.product_container .product a.price {
    color: #2a3990;
    font-weight: bold;
    display: block;
    font-size: 12pt;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-right: 12px;
    text-align: right;
}

.product_container .product a.price:hover {
    text-decoration: none;
    color: #2640CF;
}

.product_container .product span.rank {
    padding-bottom: 10px;
    height: 20px;
}

.product_container .product .logo img {
    margin-top: 5px;
}

.product_container .product .logo {
    height: 70px;
}

.product_container .product span.text a {
    color: #000;
}

.product_container .product a:hover {
    text-decoration: underline;
}

.product_container .product a {
    text-decoration: none;
}

.product_container .product .action_codes {
	height: 40px;
}

.content {
    text-align: left;
    padding: 20px;
}

.content h1 {
    padding-bottom: 20px;
    color: #999;
}

.content input.input_field {
    width: 200px;
}

.block_text_container div.inner {
    display: block;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    clear: both;
    text-align: left;
}

.block_text_container div.inner h1 {
    padding-bottom: 5px;
    font-size: 12pt;
    color: #2A3990;
}


.block_text_container div.inner h2 {
    margin-bottom: 0px;
    padding-bottom: 5px;
    font-size: 11pt;
    color: #2A3990;
}

.block_text_container div.inner h3 {
    margin-bottom: 0px;
    padding-bottom: 5px;
    font-size: 10pt;
    color: #2A3990;
}

.block_text_container div.inner {
    color: #1D275F;
    line-height: 16px;
}

#contact_form {
    margin: 20px;
}

#contact_form label, #contact_form input  {
    display: block;
}

#contact_form .inputfield, #contact_form textarea {
    margin-bottom: 5px;
    width: 400px;
}

.block_list ul {
    padding: 0;
    margin: 0;
    margin-left: 10px;
}

.block_list li {
    list-style-image: url(../images/arrow_right.png);
    padding: 0;
    margin-left: 10px;
    list-style-position: outside;
    margin-top: 8px;
}

.block_list li a {
    color: #909090;
}

.block_list li a:hover {
    color: #505050;
}

ul.edit_list {
    padding: 0;
    margin: 0;
    margin-left: 10px;
}

.edit_list li {
    list-style-image: url(../images/arrow_right.png);
    margin-left: 10px;
    cursor: pointer;
}

.block_banner h4 {
    background: none;
}

.block_banner div.body {
    border: 0;
    background-color: transparent;
}

.block_banner div.footer {
    background: none;
}

#column_right .block_banner {
    width: 120px;
}

#column_middle .adsense_block {
    width: 650px;
    margin-top: 10px;
}

#column_left .adsense_block {
    width: 200px;
}

.product_container.block div.body {
    border: 0;
    padding: 0;
}

.search_results li {
    list-style-image: url(../images/arrow_right.png);
}

.search_results a {
    color: #2A3990;
}

.searchpage {
    padding-bottom: 0;
}

.searchpage h3 {
    padding-top: 10px;
}

.searchpage .loading img {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.searchpage .loading  {
    line-height: 30px;
}

.searchpage .product_container {
    margin-left: -20px;
    width: 650px;
}

.searchpage .error {
    padding-top: 10px;
    color: #aa0000;
}

.loader {
	padding-top: 180px;
	color: #666;
	font-size: 18px;	
}