body {
    margin: 0;
    padding:0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 62.5%;
    background-repeat: repeat;
}

#contactUsDefault {
    font-size:12px;
}

#siteMap {
    font-size:12px;
}


#productListHeading, #accountDefaultHeading, #accountHistoryDefaultHeading,
#acctNewslettersDefaultHeading, #specialsListingHeading, #un h1, .authorbio,
#newProductsDefaultHeading, #allProductsDefaultHeading, #siteMapHeading,
#createAcctDefaultHeading, #advSearchDefaultHeading, #loginDefaultHeading, .fasaRed {
    height: 40px;
    width: 98%;
    padding: 0px 0 3px 10px;
    background-color: #fd1312;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: normal;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    overflow:hidden;
    line-height:40px;

}


#un {
    margin-left: 5px;
}

.authortype {
    font-size: 10px;
}

.eventsDay{
    color:#fd1312;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    position:relative;
    top:3px;
}

.BarproductSalePrice{
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
    padding-right:12px;
}

.BarproductSaleSPrice{
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    padding-right:8px;
}



.AuthTit {
    color:#8b8c8d;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}

.AuthTit2 {
    color:#8b8c8d;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}

.eventsInfo{
    color:#fd1312;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;
}



.eventsDate{
    color:#fd1312;
    font-size:18px;
    font-family:Arial, Helvetica, sans-serif;
}




#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-color: #FFF;
    min-height: 450px;
    padding: 0px;
    top: 0px;
    border: 0px;

}
#header {
    margin-left: auto;
    margin-right: auto;
    width: 984px;
    height:146px;
    margin-bottom: 0px;
    padding-bottom:0px;
    border-bottom:0px;

}

#search {
    height: 12px;

}

#footer {
    margin-left: auto;
    margin-right: auto;
    width: 982px;
    height: 52px;
    text-align:center;
    background-image: url(../../../../../images/footer.png);
}
#footer ul{
    list-style-type:none;
    display:inline;
    position:relative;
    top:3px;
    text-align:center;

}
#footer li{
    padding:0px 26px 0 0;
    display: inline;
    margin-left:auto;
    margin-right:auto;
    font-size:12px;
    font-family:Tahoma, Geneva, sans-serif;

}


#footer a{
    color:#8c8c8c;
}

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

/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
*/

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
    color:#fd1312;
    text-decoration: none;
}

a:visited {
    color: #fd1312;
    text-decoration: none;
}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    color: #fd1312;
}

a:active {
    color: #0000FF;
}

h1 {
    font-size: 1.5em;
    color: #9a9a9a;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.3em;
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
    font-size: 1.1em;
}

.biggerText {
    font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.3em 0;
}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 1em;
}



TEXTAREA {
    margin: auto;
    display: block;
    width: 95%;
}

input:focus, select:focus, textarea:focus {
    background: #E4FEF5;
}

FIELDSET {
    padding: 0.5em;
    margin: 0.5em 0em;
    border: 1px solid #cccccc;
}

LEGEND {
    font-weight: bold;
    padding: 0.3em;
    color: black;
}

LABEL, h4.optionName {
    line-height: 1.5em;
    padding: 0.2em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
    margin: 0.5em 0.3em;
}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
}

LABEL.inputLabel {
    width: 15em;
    float: left;
}

LABEL.inputLabelPayment {
    width: 14em;
    float: left;
    padding-left: 2.5em;
}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
    width: 11em;
    float: left;
}

#checkoutPayment LABEL.radioButtonLabel {
    font-weight: bold;
}

P, ADDRESS {
    padding: 0.5em;
}

ADDRESS {
    font-style: normal;
}

.clearBoth {
    clear: both;
}

HR {
    height: 1px;
    margin-top: 0.5em;
    border: none;
    border-bottom: 1px solid #9a9a9a;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
    line-height: 1.8em;
    padding: 0.2em;
    margin-left:150px;
    margin-right:150px;
    border: 1px solid #9a9a9a;
    text-align:center;
    font-weight:bold;
}

.messageStackWarning, .messageStackError {
    background-color: #ff0000;
    color: #ffffff;
}

.messageStackSuccess {
    background-color: #0E9038;
    color: #ffffff;
}

.messageStackCaution {
    background-color: #FFFF66;
    color: #000000;
}

/*wrappers - page or section containers*/

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    margin: 0em;
    padding: 0em;
}

#logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:75px;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
    margin: auto;
}
#navColumnOneWrapper, #navColumnTwoWrapper {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

#tagline {
    color:#000000;
    font-size: 2em;
    text-align : center;
    vertical-align: middle;
}

#sendSpendWrapper {
    border: 1px solid #cacaca;
    float: right;
    margin: 0em 0em 1em 1em;
}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
    margin: 0;
    /*	width: 47%;  */
}

.wrapperAttribsOptions {
    margin: 0.3em 0em;
}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
    margin: 0em;
    font-size: 0.9em;
}
.navNextPrevList {
    display: inline;
    white-space: nowrap;
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
}



#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    margin: 0em;


    padding: 0.5em 0.2em;
    font-weight: bold;
    height: 1%;
}

#navCatTabsWrapper {
    background-color: #ffffff;
    color: #9a9a9a;
    background-image:none;
}

#navMain {
    float:right;
    margin-right:20px;
    margin-top:0px;
    position:relative;
    top:-13px;
    z-index:1;
}

#countcart {
    position:relative;
    z-index:2;
    float:right;
    right:63px;
    top:5px;
    color:#1b8ab3;
    font-size:17px;
    font-weight:bold;
    text-align:right;
    width:23px;
}

#navMain a {
    color:#fd1312;
}
#navMain a:hover {
    text-decoration:underline;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
    text-align: center;
    line-height: 1.5em;
}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
    display: inline;
}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
    text-decoration: none;
    padding: 0em 0.5em;
    margin: 0;
    white-space: nowrap;
}

#navCatTabs ul li a {
    color: #9a9a9a;
}

#navEZPagesTOCWrapper {
    font-weight: bold;
    float: right;
    height: 1%;
    border: 1px solid #9a9a9a;
}

#navEZPagesTOC ul {
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
    line-height: 1.5em;
}


#navEZPagesTOC ul li {
    white-space: nowrap;
}

#navEZPagesTOC ul li a {
    padding: 0em 0.5em;
    margin: 0;
}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
    margin: 0.5em;
}

#navMainSearch {
    float: right;
}

#navBreadCrumb {
    padding: 0.5em 0.5em;
    background-color: #ffffff;
    font-size: 0.95em;
    font-weight: bold;
    margin: 0em;
}

#navEZPagesTop {
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    font-size: 0.95em;
    font-weight: bold;
    margin: 0em;
    padding: 0.5em;
}

#navColumnOne, #navColumnTwo {
    background-color: transparent;
}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
    vertical-align: top;
}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
    /*font-size: 1.2em;*/
    padding: 0.5em;
}

.alert {
    color: #FF0000;
    margin-left: 0.5em;
}
.advisory {}
.important {
    font-weight: bold;
}
.notice {}
.gvBal {
    float: right;
}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
    padding: 0.8em;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
    font-size: 0.9em;
}

/*Shopping Cart Display*/
#cartAdd {
    float: right;
    text-align: center;


    padding: 1em;
}

.tableHeading TH {
    border-bottom: 1px solid #9a9a9a;
}

.tableHeading, #cartSubTotal {
    background-color: #e9e9e9;
}

#cartSubTotal {
    border-top: 1px solid #cccccc;
    font-weight: bold;
    text-align: right;
    line-height: 2.2em;
    padding-right: 2.5em;
}

.tableRow, .tableHeading, #cartSubTotal {
    height: 2.2em;
}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
    padding: 0.5em 0em;
}

.cartUnitDisplay, .cartTotalDisplay {
    text-align: right;
    padding-right: 0.2em;
}

#scUpdateQuantity {
    width: 2em;
}

.cartQuantity {
    width: 4.7em;
}

.cartNewItem {
    color: #33CC33;
    position: relative;  /*do not remove-fixes stupid IEbug*/
}

.cartOldItem {
    color: #660099;
    position: relative;  /*do not remove-fixes stupid IEbug*/
}

.cartBoxTotal {
    text-align: right;
    font-weight: bold;
}

.cartRemoveItemDisplay {
    width: 3.5em;
}

.cartAttribsList {
    margin-left: 1em;
}

#mediaManager {
    width: 50%;
    margin: 0.2em;
    padding: 0.5em;
    background-color: #E4FEf5;
    border: 1px solid #003D00;
}
.mediaTitle {
    float: left;
}
.mediaTypeLink {
    float: right;
}

.normalprice, .productSpecialPriceSale {
    color:#000;
    font-size:10px;
    font-family:"Myriad Pro", "MS Serif", "New York", serif;
    *font-family: Arial, Helvetica, sans-serif;
    *font-weight:bold;
}

.eurofix {
    font-family: Arial, Helvetica, sans-serif;
}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
    color: #ff0000;
}

.orderHistList {
    margin: 1em;
    padding: 0.2em 0em;
    list-style-type: none;
}

#cartBoxListWrapper ul, #ezPageBoxList ul {
    list-style-type: none;
}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
    margin: 0;
    padding: 0.2em 0em;
}

#cartBoxEmpty, #cartBoxVoucherBalance {
    font-weight: bold;
}

.totalBox {
    width: 5.5em;
    text-align: right;
    padding: 0.2em;
}

.lineTitle, .amount {
    text-align: right;
    padding: 0.2em;
}

.amount {
    width: 5.5em;
}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
    margin: 0em 1em 1em 0em ;
}

.categoryIcon {}

#cartImage {
    margin: 0.5em 1em;
}

/*Attributes*/
.attribImg {
    width: 20%;
    margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
    margin: 1em 0em;
}


.listBookTitle, .listBookTitle a, .listBookTitle a:visited, .listBookTitle a:hover {
    font-weight:bold;
    color:#000;
    text-transform:uppercase;
    font-size:14px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, "Tahoma", "MS Serif", "New York", serif;
}


.BigBookTitle, .BigBookTitle a, .BigBookTitle a:visited, .BigBookTitle a:hover {
    font-weight:bold;
    color:#000;

    font-size:22px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, "Tahoma", "MS Serif", "New York", serif;
}


.listAuth {
    color:#e11110;
    font-weight:bold;
    font-size:12px;
    font-family:"Myriad Pro", "MS Serif", "New York", serif;
}


.listBookPrice {
    color:#e11110;
    font-weight:bold;
    font-size:14px;
    font-family:"Myriad Pro", "MS Serif", "New York", serif;
    *font-family: "Arial Black", Gadget, sans-serif;
}

.centerBoxCont {
    padding-left:25px;
    padding-right:15px;
}

.centerBoxCont img {
    margin-right:6px;
    margin-left:3px;
}

.bubble {
    width:313px;
    height:200px;
    margin-left:50px;
    background-image:url(../../../../../images/template/bubble.jpg);
    background-repeat:no-repeat;
    padding:10px;
}

.bubble2 {
    width:313px;
    height:200px;
    margin-left:50px;
    background-image:url(../../../../../images/bubble2.jpg);
    background-repeat:no-repeat;
    padding:15px;
}


.bubble3 {
    width:550px;
    height:200px;
    margin-left:50px;
    background-image:url(../../../../../images/bubble2.jpg);
    background-repeat:no-repeat;
    padding:15px;
}

.centerBoxWrapper {
    border: 0px;
    height: 1%;
    width:743px;
    background-image:url(../../../../../images/template/box_content.jpg);
    margin-top:0px;
}

.centerBoxWrapper2 {
    border: 0px;
    height: 1%;
    width:743px;
    background-image:url(../../../../../images/template/box_content2.jpg);
    margin-top:0px;
}

h2.centerBoxHeading {
    font-size: 10px;
    color: #000000;
    width:743px;
    height:119px;
    background-image:url(../../../../../images/template/box_top.jpg);
    margin-bottom:0px;
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
    font-size: 1em;
    color: #ffffff;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
    font-size: 0.9em;
    color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    margin: 0em;
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    padding: 0.5em 0.2em;
}

.leftBoxContainer, .rightBoxContainer {
    margin: 0em;
    border: 0px;
    padding-bottom:15px;
    border-bottom: 5px solid #e4e9e9;
    margin-top: 1.5em;
}

.sideBoxContent {
    background-color: #ffffff;
    padding-left:10px;
}

.bestsellers {
    color:#000;
}
.bestsellers a {
    color:#000;
    text-transform:uppercase;
}
.bestsellers a:hover {
    text-decoration:underline;
}

.sideBoxContent ol ul li {
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: square;
    line-height: 1.5em;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
    color: #FFFF33;
    text-decoration: none;
}

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
    color: #FFFFFF;
}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    text-align: left;
}

#bestsellers .wrapper {
    margin: 0em 0em 0em 1.5em;
}

#bestsellers ol {
    padding: 0;
    margin-left: 1.1em;
}

#bestsellers li {
    padding: 0;
    margin: 0.3em 0em 0.3em 0em;
}

#bannerboxHeading {
    background-color: #0000CC;
}

#upProductsHeading {
    text-align: left;
}

#upDateHeading {
    text-align: right;
}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
    color: #000000;
    text-decoration: none;
}
A.category-links, A.category-links:visited {
    color: #fd1312;
    text-decoration: none;
    font-weight:bold;
}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
    color: #FF0000;
    text-decoration: none;
}
SPAN.category-subs-parent {
    font-weight: bold;
}
SPAN.category-subs-selected {
    font-weight: bold;
}
/* end categories box links */

/*misc*/
.back {
    float: left;
}

.forward, #shoppingCartDefault #PPECbutton {
    float: right;
}

.bold {
    font-weight: bold;
}

.rowOdd {
    background-color: #E8E8E8;
    height: 1.5em;
    vertical-align: top;
}

.rowEven {
    background-color: #F0F0F0;
    height: 1.5em;
    vertical-align: top;
}

.hiddenField {
    display: none;
}
.visibleField {
    display: inline;
}

CAPTION {
    /*display: none;*/
}

#myAccountGen li, #myAccountNotify li {
    margin: 0;
}

.accountTotalDisplay, .accountTaxDisplay {
    width: 20%;
    text-align: right;
    /*vertical-align: top*/
}

.accountQuantityDisplay {
    width: 10%;
    vertical-align: top
}

TR.tableHeading {
    background-color: #cacaca;
    height: 2em;
}

.productListing-rowheading {
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    height: 2em;
    color: #FFFFFF;
}

#siteMapList {
    width: 90%;
    float: right;
}

.ratingRow {
    margin: 1em 0em 1.5em 0em;
}

LABEL#textAreaReviews {
    font-weight: normal;
    margin: 1em 0em;
}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
    background-color: #ffffff;
}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
    clear: both;
}

.seDisplayedAddressLabel {
    background-color:#85C285;
    text-align: center;
}
.seDisplayedAddressInfo {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
#seShipTo {
    padding: 0.2em;
}
/*
Theme Name: WOZ Default
Theme URI: http://wordpress.org/
Description: WordPress On  ZenCart Default Theme / based by <a href="http://binarybonsai.com/kubrick/">Kubrick</a>
Version: 1.0
Author: hira
Author URI: http://www.s-page.net/
Tags: zen-cart
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Typography & Colors */



#tblback1 {
    background-image: url(https://www.captainbook.gr/images/afieromata/afieromata_05.jpg);
    background-repeat: repeat-y;
    padding-right: 30px;
    padding-left: 30px;
}
.bgrsmltbl {
    background-image: url(/images/afieromata/afieromata_13.jpg);
    padding-right: 25px;
    padding-left: 25px;
}
.bgrbigtbl {
    background-image: url(/images/afieromata/afieromata_14.jpg);
    padding-right: 25px;
    padding-left: 25px;
}
.bgrsmltb2 {
    background-image: url(/images/afieromata/afieromata_22.jpg);
    padding-right: 25px;
    padding-left: 25px;
}
.bgrbigtb2 {
    background-image: url(/images/afieromata/afieromata_23.jpg);
    padding-right: 25px;
    padding-left: 25px;
}
.bgrsmltb3 {
    background-image: url(/images/afieromata/afieromata_30.jpg);
    padding-right: 25px;
    padding-left: 25px;
}
.bgrbigtb3 {
    background-image: url(/images/afieromata/afieromata_31.jpg);
    padding-right: 25px;
    padding-left: 25px;
}

.logonewsTitle, .logonewsTitle a, .logonewsTitle a:visited, .logonewsTitle a:hover {
    font-weight:bold;
    color:#000;
    font-size:26px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, "Tahoma", "MS Serif", "New York", serif;
}

.AuthnewsTitle, .AuthnewsTitle a, .AuthnewsTitle a:visited, .AuthnewsTitle a:hover {
    font-weight:bold;
    color:#000;
    font-size:22px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, "Tahoma", "MS Serif", "New York", serif;
}


.AuthnewssubTitle, .AuthnewssubTitle a, .AuthnewssubTitle a:visited, .AuthnewssubTitle a:hover {
    font-weight:bold;
    color:#000;
    font-size:16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, "Tahoma", "MS Serif", "New York", serif;
}
.BookSubTitle{
    font-weight:bold;
    color:#000;
    font-size:12px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, "Tahoma", "MS Serif", "New York", serif;
}

.logonewsContent {
    color:#000;
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif, "Tahoma", "MS Serif", "New York", serif;
}


#wordpressDefault #footer, #wordpressDefault #footer a{
    color:gray;
    font-size:10px;
    text-align: center;
}

#wordpressDefault #header {
    background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
}

#wordpressDefault #headerimg 	{
}

#wordpressDefault #content {
    font-size:12px;
}

#wordpressDefault .widecolumn .entry p {
}

#wordpressDefault .narrowcolumn .entry, #wordpressDefault .widecolumn .entry {
}

#wordpressDefault .widecolumn {
}

#wordpressDefault .narrowcolumn .postmetadata {
    text-align: center;
}

#wordpressDefault .thread-alt {
    background-color: #f8f8f8;
}
#wordpressDefault .thread-even {
    background-color: white;
}
#wordpressDefault .depth-1 {
    border: 1px solid #ddd;
}

#wordpressDefault .even, #wordpressDefault .alt {
    border-left: 1px solid #ddd;
}

#wordpressDefault #footer {
    background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
    border: none;
}

#wordpressDefault small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
}

#wordpressDefault h1, #wordpressDefault h2, #wordpressDefault h3 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
}

#wordpressDefault h1 {
    font-size: 2em;
    text-align: center;
}

#headerimg .description {
    font-size: 1.2em;
    text-align: center;
}

#wordpressDefault h2 {
    font-size: 1.6em;
}

#wordpressDefault h2.pagetitle {
    font-size: 1.6em;
}

#sidebar h2 {
    font-family: 'Lucida Grande', Verdana, Sans-Serif;
    font-size: 1.2em;
}

#wordpressDefault h3 {
    font-size: 1.3em;
}

#wordpressDefault h1, #wordpressDefault h1 a, #wordpressDefault h1 a:hover, #wordpressDefault h1 a:visited, #headerimg .description {
    text-decoration: none;
    color: white;
}

#wordpressDefault h2, #wordpressDefault h2 a, #wordpressDefault h2 a:visited, #wordpressDefault h3, #wordpressDefault h3 a, #wordpressDefault h3 a:visited {
    color: #333;
}

#wordpressDefault h2, #wordpressDefault h2 a, #wordpressDefault h2 a:hover, #wordpressDefault h2 a:visited, #wordpressDefault h3, #wordpressDefault h3 a, #wordpressDefault h3 a:hover, #wordpressDefault h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
    text-decoration: none;
}

#wordpressDefault .entry p a:visited {
    color: #b85b5a;
}

#wordpressDefault .sticky {
    background: #f7f7f7;
    padding: 0 10px 10px;
}
#wordpressDefault .sticky h2 {
    padding-top: 10px;
}

#wordpressDefault .commentlist li, #wordpressDefault #commentform input, #wordpressDefault #commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#wordpressDefault .commentlist li ul li {
    font-size: 1em;
}

#wordpressDefault .commentlist li {
    font-weight: bold;
}

#wordpressDefault .commentlist li .avatar {
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
}

#wordpressDefault .commentlist cite, #wordpressDefault .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

#wordpressDefault .commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

#wordpressDefault #commentform p {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#wordpressDefault .commentmetadata {
    font-weight: normal;
}

#sidebar {
}

#wordpressDefault .nocomments, #wordpressDefault .postmetadata, blockquote, strike {
    color: #777;
}

#wordpressDefault code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

#wordpressDefault acronym, #wordpressDefault abbr, #wordpressDefault span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
}

#wordpressDefault a, #wordpressDefault h2 a:hover, #wordpressDefault h3 a:hover {
    /*	color: #06c;*/
    /*	text-decoration: none;*/
}

#wordpressDefault a:hover {
    /* color: #147;*/
    /*	text-decoration: underline;*/
}

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar a {
    text-decoration: none;
}

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */

#wordpressDefault #page {
    /*	background-color: white;*/
    /*	margin: 20px auto;*/
    /*	padding: 0;*/
    /*	width: 760px;*/
    /*	border: 1px solid #959596;*/
}

#wordpressDefault #header {
    background-color: #73a0c5;
    margin: 0 0 0 1px;
    padding: 0;
    /*	height: 200px;*/
    /*	width: 758px;*/
}

#wordpressDefault #headerimg {
    margin: 0;
    /*	height: 200px;*/
    /*	width: 100%;*/
}

#wordpressDefault .narrowcolumn {
    float: left;
    /*	padding: 0 0 20px 45px;*/
    margin: 0px 0 0;
    /*	width: 450px;*/
}

#wordpressDefault .widecolumn {
    /*	padding: 10px 0 20px 0;*/
    /*	margin: 5px 0 0 150px;*/
    /*	width: 450px;*/
}

#wordpressDefault .post {
    margin: 0 0 40px;
    /*	text-align: justify; */
}

#wordpressDefault .post hr {
    display: block;
}

#wordpressDefault .widecolumn .post {
    margin: 0;
}

#wordpressDefault .narrowcolumn .postmetadata {
    padding-top: 5px;
}

#wordpressDefault .widecolumn .postmetadata {
    margin: 30px 0;
}

#wordpressDefault .widecolumn .smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}

#wordpressDefault .widecolumn .attachment {
    text-align: center;
    margin: 5px 0px;
}

#wordpressDefault .postmetadata {
    clear: both;
}

#wordpressDefault .clear {
    clear: both;
}

#wordpressDefault #footer {
    padding: 0;
    margin: 0 auto;
    /*width: 760px;*/
    clear: both;
}

#wordpressDefault #footer p {
    margin: 0;
    padding: 20px 0;
    text-align: center;
}
/* End Structure */



/*	Begin Headers */
#wordpressDefault h1 {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
}

#wordpressDefault h2 {
    margin: 30px 0 0;
}

#wordpressDefault h2.pagetitle {
    margin-top: 30px;
    text-align: center;
}

#sidebar h2 {
    margin: 5px 0 0;
    padding: 0;
}

#wordpressDefault h3 {
    padding: 0;
    margin: 30px 0 0;
}

#wordpressDefault h3.comments {
    padding: 0;
    margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
#wordpressDefault p img {
    padding: 0;
    max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

#wordpressDefault img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#wordpressDefault img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

#wordpressDefault img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    float: left;
}

#wordpressDefault .alignright {
    float: right;
}


/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body #wordpressDefault .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
}

html>body #wordpressDefault .entry li {
    margin: 7px 0 8px 10px;
}

#wordpressDefault .entry ul li:before {
    content: "\00BB \0020";
}

#wordpressDefault .entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}

#wordpressDefault .entry ol li {
    margin: 0;
    padding: 0;
}

#wordpressDefault .postmetadata ul, #wordpressDefault .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 10px;
}

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
}

#sidebar ul ol li {
    list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#wordpressDefault #searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: center;
}

#sidebar #searchform #s {
    width: 100px;
    padding: 2px;
}

#sidebar #searchsubmit {
    padding: 1px;
}





#wordpressDefault .entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
}

#wordpressDefault select {
    width: 130px;
}

#wordpressDefault #commentform input {
    /*width: 170px;*/
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#wordpressDefault #commentform {
    margin: 5px 10px 0 0;
}
#wordpressDefault #commentform textarea {
    width: 100%;
    padding: 2px;
}
#wordpressDefault #respond:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#wordpressDefault #commentform #submit {
    margin: 0 0 5px auto;
    float: right;
}
/* End Form Elements */



/* Begin Comments*/
#wordpressDefault .alt {
    margin: 0;
    padding: 10px;
}

#wordpressDefault .commentlist {
    padding: 0;
    /*	text-align: justify; */
}

#wordpressDefault .commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;

}
#wordpressDefault .commentlist li ul li {
    margin-right: -5px;
    margin-left: 10px;
}

#wordpressDefault .commentlist p {
    margin: 10px 5px 10px 0;
}
#wordpressDefault .children { padding: 0; }

#wordpressDefault #commentform p {
    margin: 5px 0;
}

#wordpressDefault .nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

#wordpressDefault .commentmetadata {
    margin: 0;
    display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
}

#sidebar form {
    margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 100%;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
}

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
#wordpressDefault acronym, #wordpressDefault abbr, #wordpressDefault span.caps {
    cursor: help;
}

#wordpressDefault acronym, #wordpressDefault abbr {
    border-bottom: 1px dashed #999;
}

#wordpressDefault blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

#wordpressDefault blockquote cite {
    margin: 5px 0 0;
    display: block;
}

#wordpressDefault .center {
    text-align: center;
}

#wordpressDefault .hidden {
    display: none;
}

#wordpressDefault .screen-reader-text {
    position: absolute;
    left: -1000em;
}

#wordpressDefault hr {
    display: none;
}

#wordpressDefault a img {
    border: none;
}

#wordpressDefault .navigation {
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
/* End Various Tags & Classes*/



/* Captions */
#wordpressDefault .aligncenter,
#wordpressDefault div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#wordpressDefault .wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#wordpressDefault .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

#wordpressDefault .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
h3.itemTitle {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}
.new_products {
    float: left;
    width: 32.5%;
    text-align: center;
    padding: 3px 1px;
}

#powered, #powered a {
    color: #cccccc;
    text-decoration: none;
    margin: 0 auto 0 auto;
    text-align: center;
}
#powered a:hover {
    text-decoration: underline;
}


#podForm {
    padding: 8px;
}

#podForm fieldset {
    width: 45%;
    display: inline-block;

}

#podForm label {
    width: 135px;
    display: inline-block;
}

#podForm select {
    width: 130px;
}

#podForm input {
    width: 120px;
}
