
    * {
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
        font-weight: normal;
    }
    
    a {
        color: #052e70;
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    a.tag {
        text-transform: lowercase;
        padding: 0 0.1em;
    }
    
    a.tag:hover {
        color: #ffffff;
        background-color: #052e70;
        text-decoration: none;
    }
    
    b {
        font-weight: bold;
    }
    
    img {
        border: none;
    }
    
    ul {
        list-style: none;
    }
    
    .clear {
        clear: both;
    }
    
    .invis {
        display: none;
    }
    
    body {
        font-size: 14px;
        color: #333333;
    }
    
    body {
        background: #e7e7e7 url(../images/body.gif) repeat-x;
    }
    
    .box {
        background-color: #e7e7e7;
    }
    
    .box {
        padding: 1em;
    }
    
    .box.darker {
        background-color: #e0e0e0;
    }
    
    .box.white {
        background-color: #ffffff;
    }
    
    .box.margin-bottom {
        margin-bottom: 1em;
    }
    
    .box.margin-right {
        margin-right: 1em;
    }
	
	.float-left {
	    float: left;
	}
	
	.float-right {
	    float: right;
	}
	
	.width-20 {
	    width: 140px;
	}
	
	.width-30 {
	    width: 230px;
	}
	
	.width-40 {
	    width: 320px;
	}
	
	.width-50 {
	    width: 410px;
	}
	
	.width-60 {
	    width: 500px;
	}
	
	.width-70 {
	    width: 590px;
	}
	
	.width-80 {
	    width: 680px;
	}
	
	.tag-cloud {
	    background-color: #fafafa;
	    padding: 0.5em 1em;
	    margin: 0.5em 0;
	    border: solid 1px #e7e7e7;
	}
	
	h3 {
	    color: #052e70;
	    text-transform: uppercase;
	    letter-spacing: 0.1em;
	}
	
	p {
	    line-height: 1.4em;
	}
	
	ul.arrows {
	    list-style: square outside;
	    margin: 0 0 0 2em;
	}
	
	ul.arrows li {
	    color: #052e70;
	    margin: 0 0 0.4em 0;
	}
	
	ul.arrows li .title a {
	    color: #333333;
	    font-weight: bold;
	}
	
	a.paginate,
	span.paginate {
	    padding: 5px;
	}
	
	a.paginate.page-link {
	    background-color: #ffffff;
	}
	
	a.paginate.first-link,
	a.paginate.prev-link,
	a.paginate.next-link,
	a.paginate.last-link {
	    background-color: #052e70;
	    color: #ffffff;
	}
	
	span.paginate.current-page {
	    font-weight: bold;
	}
	
    #container #main #content h1,
    #container #main #content h2,
    #container #main #content h3 {
        margin: 0 0 0.5em 0;
    }
    
    #container #header,
    #container #sub-header,
    #container #main,
    #container #footer {
        text-align: center;
    }

    #container #header #title,
    #container #sub-header #nav,
    #container #main #content,
    #container #footer #end {
	    position: relative;
        margin: 0 auto;
        text-align: left;
        width: 900px;
    }
    
    #container #header {
        background: #052e70 url(../images/bg.gif) repeat-x;
        height: 100px;
        border-top: solid 2em #ffffff;
    }
    
    #container #header #title {
        padding: 3em 0 1em 0;
        background: url(../images/bg.logo.gif) no-repeat;
    }

    #container #header #title a h1 {
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: -2px;
        font-weight: bold;
        line-height: 36px;
    }
    
    #container #header #title a h1 b {
        color: #ffb513;
    }
    
    #container #header #title h2 {
        color: #ffffff;
        font-size: 10px;
        font-weight: normal;
        font-style: italic;
        text-transform: lowercase;
        letter-spacing: 0.1em;
    }
    
    #container #sub-header {
        margin: 1px 0 0;
        background-color: #ffb513;
    }
    
    #container #sub-header #nav {
        padding: 0.25em 0;
    }
    
    #container #sub-header #nav ul li {
        float: left;
    }
    
    #container #sub-header #nav ul li a {
        float: left;
        padding: 0.25em 1em;
    }
    
    #container #sub-header #nav ul li a:hover {
        background-color: #ffffff;
        text-decoration: none;
    }
    
    #container #search {
        float: right;
    }
    
    #container #main {
        background-color: #ffffff;
    }

    #container #main #content {
        padding: 1.5em 0 3em 0;
    }
    
    #container #footer #end {
        padding: 1em 0;
        color: #666666;
    }
    
    #dotd {
        position: absolute;
        top: -15px;
        right: 40px;
        width: 300px;
        padding: 10px;
        background-color: #ffffff;
        border: solid 1px #000099;
    }
    
    #dotd h3 {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        margin: 0 0 5px 0;
        font-weight: bold;
    }
    
    #dotd a:hover {
        text-decoration: none;
    }
    
    #dotd a {
        font-size: 12px;
    }
    
    #dotd a .img-price {
        text-align: center;
    }

    #dotd a img {
        border: solid 3px #ffffff;
        display: block;
        margin: 0 10px 0 0;
    }
    
    #dotd a:hover img {
        border: solid 3px #c7c7c7;
    }
    
    #dotd b {
        font-size: 200%;
        color: #1267ae;
        display: block;
    }
    
    #dotd-see-more {
        padding: 1em 0 0 0;
        text-align: right;
        font-style: italic;
    }

    a.marquee-link img {
        padding: 25px 52px;
        float: left;
        border: solid 3px #ffffff;
    }
    
    a.marquee-link:hover img {
        border: solid 3px #e7e7e7;
    }
    
    #products .product-box {
        float: left;
        text-align: center;
        margin: 0 1em 1em 0;
        width: 165px;
    }
    
    #products .product-box a {
        display: block;
    }
    
    #products .product-box a:hover {
        text-decoration: none;
    }

    #products .product-box img a {
        margin: 0 auto 0.5em auto;
    }
    
    #products .product-box div a {
        text-align: left;
        font-size: 12px;
        margin: 0 0 0.5em 0;
    }
    
    #products .product-box .price a {
        font-weight: bold;
        color: #AA0000;
    }

    #product-attr-display .deleter a {
        color: #666666;
        font-weight: bold;
        vertical-align: super;
    }
    
    .attr-set {
        width: 120px;
        margin: 0 1em 1em 0;
    }
    
    .attr-set .title {
        font-weight: bold;
        line-height: 1.4em;
        font-size: 10px;
        text-transform: uppercase;
    }
    
    .attr-set ul li {
        font-size: 12px;
    }
    
    .attr-set a span.count {
        color: #666666;
    }
    
    table h4 {
        margin: 15px 0 5px 0;
        padding: 5px;
        text-transform: uppercase;
        font-size: 80%;
        background: #f1f1f1;
    }
    
    table ul.squares {
        list-style-type: square;
        margin: 0 0 15px 5px;
        padding: 0 0 0 20px;
        line-height: 1.4em;
    }

