body {
    background: #000 url('/media/images/common/body-bg.jpg') 0 top repeat-x;
    font-size: 10pt;
    font-family: Genova, Verdana, Arial, sans serif;
}
a {
    color: black;
    }
#container {
    width: 900px;
    background-color: #fff;
    color: #555;
    margin: 0 auto;
}
/* ize:0.8em;eader */
#header {
    background: #fff url('/media/images/common/header.jpg') top center no-repeat;
    height: 95px;
    position: relative; /* topnav needs this as it is positioned absolutely */
}
#header h1.title {
    float: left;
    margin: 0;
    vertical-align: middle;
}
#header h1.title a {
    display: block;
    height: 95px;
    width: 240px;
    text-decoration: none;
}
#header h1.title a span{
    position: absolute;
    left: -5000px; /* hides text from view, but maintains readability for css disabled browsers/readers */
}
ul.topnav {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 25px;
    text-align: right;
    height: 20px;
}
ul.topnav li {
    display: inline;
    margin: 0;
    padding: 0;
}
#searchbox {
    position: absolute;
    top: 60px;
    right: 15px;
}
#searchbox input {
    margin: 0;
    vertical-align: middle;
}
#search_keywords {
    width: 140px;
    border: 1px solid #AAA;
    color: #999;
    height: 14px;
    padding: 3px 15px;
    line-height: 14px;
    font-size: 10px;
    /*height: 20px;*/
}
#search_submit {
    vertical-align: middle;
    margin: 0;
}
/* main menu */
div#menubar {
    margin: 0;
    padding: 0;
    clear: both;
    text-align: center;
    background: white;
}
ul.menu {
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.menu li {
    display: inline;
    margin: 0;
    padding: 0;
}
ul.menu li a {
    margin: 0;
    padding: 0;
    height: 45px;
}
/* content */
h2.content_title {
    padding: 31px 44px 14px;
    margin: 0;
    color: white;
    line-height: 20px;
    font-size: 18px;
    height: 20px;

}
div#news_list {
    margin: 0 10px;
}
#news_list .news_section {
    clear: left;
    border-top: 1px solid #999;
    padding: 0 0 20px 0;
}
#news_list .news_section.first {
    border-top: none;
}
#news_list .image {
    float: left;
    padding:20px 20px 20px;
    margin:10px 0 10px 0;
    width: 154px;
    height: 117px;
}
#news_list .image{
    background: url('/media/images/common/news-image-bg.png') bottom center no-repeat;
}
#news_list .title {
    margin:0 0 0 220px;
    padding: 30px 0 0 0;
    color: #162B62;
}
#news_list .subtitle {
    font-size: 0.8em;
    font-style: italic;
}
#news_list .date {
    margin:0 0 0 220px;
    font-style: italic;
} 
#news_list .text {
    margin:0 0 0 220px;
    font-size: 0.9em;
}

#news_list .images_container {
    margin:0 0 0 220px;
}
    

/* footer */
#footer {
    margin: 0;
    color: #333;
    background: url('/media/images/common/footer-bg.jpg') top left repeat-x #000;
    position: relative;
    height: 52px;
}
#footer a {
    color: #666;
    text-decoration: none;
    font-size: 0.8em;
}
div#footermenu {
    margin: 0;
    padding: 1px 0 0 10px;
}
ul.footermenu {
    margin: 15px 0 10px 0;
    padding: 0;
}
ul.footermenu li {
    display: inline;
    margin: 0;
    padding: 0;
}
ul.footermenu li a {
    margin: 0;
    padding: 0 15px;
    border-left: 1px solid #666;
}
ul.footermenu li.first a {
    border: none;
}
div#footermenu a:hover {
    text-decoration: underline;
}
#footer_siteby {
    color: #666;
    font-size: 0.8em;
    margin-left: 25px;
}
#footer_siteby a {
    text-decoration: none;
}
#footer_siteby a:hover {
    text-decoration: underline;
}
div#footer_misc {
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
}
#footer_misc img {
    vertical-align: middle;
}

#content_wrapper {
    margin: 0 9px;
}
body.full div#container {
    background: white url('/media/images/common/full-content-center.jpg') top center repeat-y;
}
body.full #content_wrapper {
    background: url('/media/images/common/full-content-top.jpg') top center no-repeat;
}
body.full #content {
    margin:0 17px;
    padding:10px;
}
body.full #bottom_cap {
    margin: 0;
    padding: 9px 23px 18px 0px;
    text-align: right;
    background: url('/media/images/common/full-content-bottom.jpg') bottom center no-repeat;
    height: 27px;
    clear: both;
}
body.rightbar div#container {
    background: white url('/media/images/common/right-content-center.jpg') top center repeat-y;
}
body.rightbar #content_wrapper {
    background: url('/media/images/common/right-content-top.jpg') top right no-repeat;
}
body.rightbar #sidebar {
    float:right;
    margin:30px 17px 10px 0px !important;
    margin:30px 8px 10px 0px;
    padding:10px;
    text-align:center;
    width:331px !important;
    /*height:220px;*/
    /*background: transparent url('/media/debug_grid.gif') top left repeat;*/
}
body.rightbar #content {
    margin:0pt 369px 0pt 17px !important;
    margin: 0 369px 0 17px;
    padding:10px;
}
body.rightbar #bottom_cap {
    margin: 0;
    padding: 9px 23px 18px 0px;
    text-align: right;
    background: url('/media/images/common/right-content-bottom.jpg') bottom center no-repeat;
    height: 27px;
    clear: both;
}
body.leftbar div#container {
    background: white url('/media/images/common/left-content-center.jpg') top center repeat-y;
}
body.leftbar #content_wrapper {
    background: url('/media/images/common/left-content-top.jpg') top center no-repeat;
}
body.leftbar #sidebar {
    float:left;
    width: 121px !important;
    margin: 10px 0 10px 17px !important;
    margin: 10px 0 10px 8px;
    padding: 10px;
}
body.leftbar #sidebar h5 {
    color: white;
    padding-bottom: 5px 0;
    margin-bottom: 5px 0;
    border-bottom: 1px solid #666;
    line-height: 20px;
}
body.leftbar #content {
    margin: 0 17px 0 165px !important;
    margin: 0 17px 0 162px;
    padding: 0;
}
body.leftbar #bottom_cap {
    margin: 0;
    padding: 9px 23px 18px 0px;
    text-align: right;
    background: url('/media/images/common/left-content-bottom.jpg') bottom center no-repeat;
    height: 27px;
    clear: both;
}
/*body.leftbar #sidebar ul {*/
ul.features_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.features_list li {
    border-top: 1px dashed #999;
    padding: 5px 0 10px;
}
ul.features_list li.first {
    border-top: none;
}
#sidebar ul.features_list h5{
    border: none;
    color: white;
    font-weight: normal;
}
ul.features_list .date{
    color: #999;
    font-style: italic;
    font-size: 0.8em;
}
a#features_list_link {
    display: block;
    color: #fff;
    font-style: italic;
    font-size: 0.8em;
    margin: 10px 0;
}
/* features pages */
#features_list {
}
.features_section {
    /*background: url('/media/debug_grid.gif') top left;*/
    margin:10px 25px 0pt 50px
}
#features_list .image{
    /*background:url('/media/debug_grid.gif') top right;*/
    background:url('/media/images/common/features-tn-bg.png') 0px 0px no-repeat; 
    float:left;
    padding:15px 17px;
    text-align:center;
}
#features_list .details {
    border-top:1px solid #999999;
    margin-left:134px;
    padding:0pt 7px;
}
#features_list .first .details{
    border-top: none;
}
#features_list .title{
    margin: 0;
    padding:15px 0pt 0pt;
    color: #222;
}
#features_list .date{
    font-size: 0.8em;
    font-style: italic;
}
#features_list .text{
    margin: 5px 0;
    font-size: 0.8em;
}
#features_list .text p{
    margin: 0;
}
#features_list a{
    color: #162B62;
    font-style: italic;
    font-size: 0.8em;
}

#feature_details {
    margin:15px 10px 0pt 30px;
}
#feature_details .imagelist{
    float:right;
    padding: 0px;
}
#feature_details .image{
    /*background:url('/media/debug_grid.gif') top right;*/
    background:url('/media/images/common/features-image-bg.png') 0px 0px no-repeat; 
    /*float:right;*/
    width: 265px; height: 200px; 
    padding: 19px 16px;
    text-align:center;
    margin-left:10px;
}
#feature_details .title {
    margin: 0;
    padding:17px 0pt 0pt;
}
#feature_details .date {
    font-size: 0.8em;
    font-style: italic;
}
/* product menu */
ul.product_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.product_menu li a{
    display: block;
    line-height: 20px;
    vertical-align: middle;
    /*height: 20px;*/
}
ul.product_menu a{
    color: #999;
    text-decoration: none;
    font-size: 0.8em;
}
ul.product_menu a:hover {
    text-decoration: underline;
}
ul.product_menu li.active a, ul.product_menu li.active_parent a {
    color: #C40202;
}
ul.product_menu li.active li a, ul.product_menu li.active_parent li a {
    color: #999;
}
ul.product_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.product_menu ul li {
    padding-left: 20px;
}
ul.product_menu ul li.active {
    background: url('/media/images/shop/menu-arrow.gif') 5px top no-repeat;
}
ul.product_menu ul li.active a {
    color: white;
}
#home_bottomcta, #bottomcta {
    padding-bottom: 10px;
    background: white;
}

/* flat pages */
#contact_us ul{
    margin:10px 20px;
    padding:20px 0pt 0pt;
    width:330px;
}
#contact_us ul li{
    list-style-type: none;	
    text-decoration: none;
    border-top: 1px solid #999;
    line-height: 20px;
    color: #666;
}
#contact_us ul li.first{
    border: none;
}
#contact_us ul li label{
    display:block;
    float:left;
    font-weight:bold;
    width:110px;
    color: #333;
}
#contact_us ul li a{
    color: #666;
    text-decoration: none;
}
#contact_us ul li a:hover {
    text-decoration: underline;
}

/* product pages */
div.breadcrumbs {
    color: #999;
    padding: 7px 15px;
    margin: 0 7px;
    height: 21px;
    background: url('/media/images/shop/breadcrumbs-bg.gif') bottom center no-repeat;
}
.breadcrumbs a {
    color: white;
    text-decoration: none;
}
.breadcrumbs a.first {
    font-size: 1.2em;
}
.product_filters {
    float: right;
    color: white;
    font-size: 0.7em;
}
.product_filters form {
    margin: 0; padding: 0;
}
.product_pagination {
    text-align: right;
    margin: 5px 10px;
    font-size: 0.9em;
}
.product_pagination a {
    color: #333;
}
#product_category {
    padding-left: 3px;
}
.product_cat_item {
    margin: 10px 5px 2px;
    width: 164px !important;
    width: 160px;
    height: 175px;
    float: left;
}
.product_cat_item p {
    text-align: center;
    font-size: 9pt;
    color: #000;
    margin: 0px;
    width: 164px !important;
    width: 160px;
}
.product_cat_item a{
    color: black;
}
.product_cat_image {
    text-align: center;
    border:solid 1px silver;
    float: left;
    margin: 10px 5px 2px !important;
    margin: 10px 2px 2px;
}

div.error_msg {
    margin: 10px 7px;
    border: 1px solid #C40202;
    color: #C40202;
    text-align: center;
}
.content {
    padding: 10px 15px 10px 7px;
}
#product_details .product_mainimage {
    float: left;
    display: block;
    margin: 0 30px 10px 0;
    /*border: 1px solid silver;*/
    color:#777777;
    font-size:0.8em;
    text-align:right;
    text-decoration:none;
}
#product_details .product_mainimage img {
    border: 1px solid silver;
}
#product_details h4.product_price {
    margin: 0;
}
div#product_option_container {
    margin-top: 0px;
}

div#product_option_container span.absproduct {
    font-style: italic;
}

div.product_option_value {
    border-top:1px solid #CCCCCC;
    margin:0pt 0pt 5px 0;
    padding:5px 0pt;
    font-size:0.8em;
}
div.product_option_value.first{
    border-top: none;
}
form#options {
    display: block;
    margin-left: 396px;
    }
form#options #quantity {
    margin-top: 20px;
    border: 1px solid #999;
    text-align: center;
}
form#options #add_to_cart {
    display: block;
    margin: 20px 0;
}
h4.product_section_title {
    clear: left;
    padding: 15px 0 0 0;
    margin: 0;
}
#cart_content.content {
    border-bottom:1px solid #AAAAAA;
    font-size:14pt;
    margin:0pt 10px 15px;
}
#cart_contents h4 {
    border-bottom:1px solid #AAAAAA;
    font-size:14pt;
    margin:0pt 5px 15px;
}
#cart_contents h5 {
    margin:0pt 5px 15px;
    }
#cart_contents div.cart_table table{
    margin: 0 auto;
    border-collapse: collapse;
    width: 678px;
}
#cart_contents div.cart_table th{
    font-size: 9pt;
    background: #DFDFDF;
    width: 33%;
    padding: 5px 15px;
}
#cart_contents div.cart_table td {
    padding:5px 5px 10px;
}
.cart_table a {
    color: #333;
}
#cart_contents .cart_footer {
    background: #DFDFDF;
    padding: 5px 15px;
    font-size: 9pt;
    text-align: right;
    height: 32px;
    margin: 10px 0 0 0;
}
#cart_contents .cart_footer table{
    float: right;
    display: inline;
}
#cart_contents .cart_footer table td{
    padding: 0 0 0 10px;
}
#cart_contents form input, #cart_contents form select {
    vertical-align: middle;
}
#cart_contents h3 {
    color: #D61C29;
    margin: 0 0 5px;
    padding: 5px;
    font-size: 13pt;
    }
#cart_contents .small {
    font-size: 0.8em;
    }
#checkout_login {
    float: right;
    width: 295px;
    }
#checkout_login input{
    border: 1px solid #999;
}
#checkout_basicinfo {
    width: 355px;
    padding:0pt 10px 0pt 0pt;
    border-right: 2px solid #B2B2B2;
    }
#checkout_basicinfo td {
    padding: 3px;
}
#checkout_basicinfo input, #checkout_basicinfo select {
    width: 180px;
    border: 1px solid #999;
    margin-right: 10px;
    }
#checkout_basicinfo select {
    width: 182px;
}
input#id_copy_address {
    width: auto;
    border: none !important;
}
input.submit {
    border: none !important;
}
#checkout_basicinfo label, #checkout_payship label{
    padding-left: 25px;
}
#checkout_basicinfo h4, #checkout_payship h4, #checkout_ordersummary h4{
    background: #EFEFEF;
    border:  none;
    font-size: 10pt;
    margin: 0;
    padding: 5px 0 5px 25px;
    }
#checkout_payship table {
    width: 99%;
    }
#checkout_payship input {
    border: 1px solid #999;
    }
#checkout_payship #shipping li input {
    border: none;
    /* do not add border for radio boxes in IE */
    }
#checkout_ordersummary {
    width: 99%;
    }
.checkout_fullcol {
    margin-bottom: 10px;
    }
.checkout_halfcol {
    width: 325px;
    margin-bottom: 10px;
    }
.checkout_halfcol div, .checkout_fullcol div{
    padding-left: 25px;
}
#checkout_rightcol {
    float: right;
    }
#ordersuccess {
    margin: 10px;
    }
#ordersuccess h3 {
    border-bottom:1px solid #AAAAAA;
    font-size:14pt;
    margin: 10px 0px 5px;
}
#ordersuccess p {
    font-size: 0.9em;
    }
#ordersuccess p.notes {
    color: #666;
    }
#ordersuccess h4 {
    background: #DFDFDF;
    border:  none;
    font-size: 10pt;
    margin: 10px 0 ;
    padding: 5px 0 5px 25px;
    }
#ordersuccess .orderdetails p {
    padding: 0 0 0 25px;
    margin: 0;
    }
#ordersuccess .orderdetails em {
    color: #666;
    }
#ordersuccess .cart_footer {
    background: #DFDFDF;
    padding: 5px 15px;
    font-size: 9pt;
    text-align: right;
    height: 32px;
    margin: 10px 0 0 0;
}

/*#navbar {
width: 900px;
background-color: #fff;
color: #333;
border: 1px solid silver;
line-height: 90%;	
}*/



#top h1 {
padding: 0;
margin: 0;
}

h5 {
margin: 0;
padding: 0;
}

#leftnav {
float: left;
width: 160px;
margin: 0;
padding: 1em;
}

#rightnav {
float: right;
width: 160px;
margin: 0;
padding: 1em;
}


#pagination {
clear:both;
display: block;
width:100%;
float: none;
padding: 1em;
}

#pagination ul {
margin: 0;
padding: 0;
text-align: left; 
font-size: 12px;
}

#pagination li {
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

#pagination a, #pagination a:visited {
padding: 0 5px;
text-decoration: none; 
}

#pagination li.currentpage {
font-weight: bold;
padding: 0 5px;
}

#content div.productreviews {
padding-top: 10px;
padding-bottom: 10px;
font-size: 12px;
}


#content div.productreviews h2 {
    font-size: 14px;
}


#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }


#shipping ul li {
list-style-type: none;	
text-decoration: none;
padding-left: 1em;
text-indent: -1em;
}

#checkoutprogress {
border-style: solid;
border-width: 1px;
padding: 3px;
margin-bottom: 25px;	
}

#checkoutprogress ul {
display: inline;
margin-left: 0;
padding-left: 0;
border: none;
}

#checkoutprogress ul li {
margin-left: 0;
padding-left: 2px;
display: inline;
list-style: none;
}

#checkoutprogress ul li:before {
content: "\0020 \0020 \0020 \00BB \0020";
display: inline;
list-style: none;
}

#checkoutprogress ul li.first:before {
content: " ";
}

#checkoutprogress li.active {
background-color: #ccc;
}

#product_category ul li {
list-style: none;
}

#menu_container a {
display: block;
color: #FFF;
background-color: #7F7F7F;
width: 9em;
padding: 3px 17px 3px 8px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: bold;
}

#menu_container a:hover {
background-color: #B6B6B6;
color: #FFF;
}

#menu_container li li a {
display: block;
color: #FFF;
background-color: #C0C0C0;
width: 9em;
padding: 3px 8px 3px 17px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: normal;
}

#menu_container li li li a {
display: block;
color: #FFF;
width: 9em;
background-color: #C0C0C0;
padding: 3px 1px 3px 24px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: normal;
}

.addressblock {
padding-top: .5em;
padding-bottom: .5em;
}

.profile li {
list-style-type: none;
}

table.ordertable {
width:  100%;
font-weight: normal;
font-size: 13px;
}

table.ordertable thead {
	background-color: #EEE;
}

table.ordertable span.orderitemqty {
	font-style: italic;
}


.error {
    color: #C40202;
}
.clear {
    clear: both;
    font-size: 1px;
}
a img {
    border: none;
}
#sidebar h5 a {
    color: white;
    text-decoration: none;
    display: block;
    }
/*(filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/media/images/site-top.png');*/

body.leftbar #content {
    /*background:transparent url(/media/comp_features.jpg) no-repeat scroll -317px -214px;*/
}
#wideflatpagecontent { padding: 50px; }

