body {
   margin: 0px;
   padding: 0px;
   font-family: sans-serif;
   font-size: 12px;
   line-height: 1.5em;
   /*background: url(/images/bg.png);*/
}

a {
   color: #09A5E3;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
   color: #999;
}

h1,h2,h3 {
   margin: 0px 0px 15px 0px;
   padding: 0px;
   color: #333;
}

form {
   margin: 0px;
   padding: 0px;
}

h1 {
   font-size: 24px;
}

h2 {
   font-size: 18px;
}

h3 {
   font-size: 16px;
}

#wrapper {
   width: 940px;
   /*overflow: auto;*/
   margin: 0px auto;
   padding-top: 5px;
   background-color: #fff;
}

#menu-top {
   height: 18px;
}

#header {
   height: 60px;
   margin-bottom: 15px;
}

#logo {
   padding: 0px;
   float: left;
}

#header-banner {
   width: 234px;
   height: 60px;
   float: right;
   line-height: 60px;
   text-align: center;
   overlow: hidden;
}

#footer {
   padding: 10px 0px;
   clear: both;
   border-top: 1px solid #ccc;
   height: 50px;
   margin-top: 40px;
}

#content {
   width: 728px;
   float: right;
   margin-bottom: 40px;
}

.img-right {
   margin: 0px 0px 20px 20px;
}

#search-results {
   float: right;
   width: 741px;
   margin-bottom: 20px;
}

#search-results h1 {
   margin: 4px 0px 17px 13px;
}

#search-description {
   margin: 7px 0px 15px 13px;
}

.search-result {
   float: left;
   width: 230px;
   height: 275px;
   margin: 0px 0px 13px 13px;
   border: 2px solid #D4EDED;
   background-color: #fcfcfc;
}

.search-result-img {
   width: 230px;
   height: 230px;
   line-height: 228px; /* use height - 2px (I guess due to the border) to remove top 1px gap on vertical-align: middle */
   border-bottom: 2px solid #D4EDED;
   background-color: #fff;
   text-align: center;
   white-space: nowrap;
   overflow: hidden;
}

.search-result-details {
   padding: 5px;
   font-size: 11px;
   color: #666;
}

.search-result .title {
   height: 16px;
   overflow: hidden;
   line-height: 14px;
}

.search-result .title a {
   color: #333;
   font-size: 13px;
   font-weight: bold;
}

.search-result img {
   max-width: 230px;
   max-height: 230px;
   vertical-align: middle;
}

#search-options {
   width: 199px;
   overflow: auto;
}
#search-options .bar {
   background-color: #D4EDED;
   color: #333;
   text-align: center;
   font-size: 14px;
}

#menu {
   margin: 0px;
   padding: 0px;
   height: 25px;
   margin-bottom: 15px;
   clear: both;
   background-color: #FE87C4;
}
#menu ul {
   margin: 0px;
   padding: 0px;
}
#menu li {
   float: left;
   list-style: none;
   border-right: 2px solid #fff;
   height: 25px;
   line-height: 25px;
   font-size: 13px;
   font-weight: normal;
}
#menu li a {
   padding: 0px 20px;
   display: block;
   text-decoration: none;
   background-color: #FE87C4;
   color: #fff;
}
#menu li .selected {
   color: #fff;
}
#menu li a:hover {
   text-decoration: underline;
   background-color: #e0e0e0;
}

#doc-options {
   float: right;
   width: 290px;
}

#make-logos {
   overflow: auto;
}

.make-logo {
   margin: 0px 5px 5px 0px;
   width: 90px;
   height: 90px;
   line-height: 90px;
   text-align: center;
   float: left;
   background-color: #f3f3f3;
}

#login-form label {
   display: block;
}

#login-form input {
   display: block;
}

#login-form {
   
}

#slogan {
   font-weight: bold;
   color: #333;
}

#footer ul {
   margin: 0px;
   padding: 3px 18px;
}

#footer li {
   list-style: square;
}

#left-column {
   width: 230px;
   float: left;
   border-right: 1px solid #D4EDED;
}

#admin-content {
   float: left;
   padding: 30px;
}

#last-orders {
   margin-bottom: 15px;
   overflow: auto;
   text-align: center;
}

.last-order {
   width: 155px;
   margin-right: 5px;
   float: left;
   background-color: #D4EDED;
   padding: 5px;
}

#login {
   float: right;
}

#login form {
   float: right;
   text-align: right;
}

#login form small {
   line-height: 12px;
   font-size: 9px;
   display: block;
   float: right;
   text-align: left;
   margin-left: 7px;
}

.input-text-small {
   width: 100px;
}

.input-text-medium {
   width: 200px;
}

#navigation {
   float: left;
   margin-left: 12px;
}

#main-menu {
   list-style: none;
   margin: 0px;
   padding: 0px;
}

#main-menu li {
   float: left;
   margin-right: 20px;
}

#main-menu li a {
   display: block;
   color: #000;
   font-size: 14px;
   text-decoration: none;
}

#search {
   clear: both;
   margin-top: 18px;
}
#search input[type=text] {
   height: 22px;
   font-size: 18px;
   font-family: arial;
   padding: 3px 5px;
   margin: 0px;
   border: 1px solid #999;
}
#search input[type=submit] {
   border: 1px solid #ccc;
   background-color: #F3F3F3;
   font-size: 15px;
   color: #000;
   vertical-align: top !important;
   padding: 4px 5px;
   width: 80px;
   height: 30px;
}

#search input[type=text] {
   width: 380px;
}

.advanced-search {
   display: none;
}

#dashboard-navigation {
   list-style: none;
   margin: 0px;
   padding: 0px;
}

#dashboard-navigation li a {
   display: block;
   background-color: #999;
   color: #fff;
   padding: 8px 10px;
   text-align: right;
   margin-top: 10px;
   font-size: 14px;
   text-decoration: none;
}

#dashboard-navigation .selected {
   background-color: #fff;
   color: #333;
   font-weight: bold;
}

#dashboard-navigation li ul li {
   list-style: none;
}

#dashboard-navigation li ul li a {
   background-color: transparent;
   color: #333;
   padding: 1px 10px;
   font-size: 12px;
   font-weight: normal;
}

.errors {
   list-style: none;
   color: #f00;
   margin: 0px;
   padding: 0px;
}

.error-message,.success-message {
   margin: 10px 0px;
   padding: 8px;
}

.error-message {
   background-color: #FFCECE;
   border: 1px solid #DF8F8F;
   color: #665252;
}

.success-message {
   background-color: #D5FFCE;
   border: 1px solid #9ADF8F;
   color: #556652;
}

#search-info {
   text-align: left;
   margin: 0px 0px 10px 13px;
   background-color: #D4EDED;
   color: #333;
}

#search-sort {
   font-size: 14px;
}
#search-sort .sep {
   border-right: 1px solid #ccc;
   padding-left: 3px;
   margin-right: 6px;
}
#search-sort a.selected {
   color: #333;
   font-weight: bold;
}

#search-pagination {
   float: right;
}

#search-pagination a {
   margin-left: 2px;
   padding: 1px 4px;
}
#search-pagination a:hover {
   background-color: #f0f0f0;
}

#search-pagination .selected {
   color: #333;
   text-decoration: none;
   font-weight: bold;
   background-color: #f0f0f0;
}

#doc-details {
   clear: both;
   overflow: auto;
   border: 2px solid #D4EDED;
   margin-left: 13px;
}

#doc-img {
   float: left;
   text-align: center;
   background-color: #fff;
   width: 320px;
   height: 320px;
   border-right: 2px solid #D4EDED;
   line-height: 318px; /* for some reason this adds 1px around the image */
   overflow: hidden; /* to stop FF from producing scroll bars when pic is clicked */
}

#doc-img img {
   vertical-align: middle;
   max-width: 320px;
   max-height: 320px;
}

#doc-info {
   float: right;
   padding: 5px 15px;
   background-color: #fff;
   width: 370px;
}

#doc-info h1 {
   font-size: 24px;
   line-height: 28px;
   color: #555;
   margin-bottom: 0px;
   margin-top: 0px;
}

#doc-brand a {
   font-size: 14px;
   color: #555;
}

#doc-description {
   padding: 20px 0px 10px 0px;
   max-height: 96px;
   overflow: hidden;
}

.price {
   float: left;
   color: #666;
   font-weight: normal;
   font-size: 11px;
}

.buy-now {
   float: right;
}

#doc,
#doc-mlt,
#doc-category,
#doc-facebook {
   clear: both;
   width: 741px;
   float: right;
}

#doc-mlt-nav,
#doc-category-nav {
   height: 25px;
   line-height: 25px;
   padding: 0px 7px;
   background-color: #D4EDED;
   margin: 5px 0px 5px 13px;
   color: #333;
}
#doc-category-nav {
   color: #333;
}

#doc-category-nav a {
   /*color: #069;*/
}
#doc-mlt-nav a {
   margin-left: 10px;
   padding-left: 12px;
   border-left: 1px solid #ccc;
}
#doc-category-adjacent {
   height: 82px;
   margin-left: 13px;
}
#doc-facebook {
   width: 728px;
   margin: 60px 0px;
}
#doc-facebook-like {
   margin: 20px 0px 5px 0px;
}

#right {
   width: 200px;
   float: right;
   margin: 0px 0px 0px 10px;
}

.mlt-doc {
   width: 232px;
   height: 300px;
   margin-right: 10px;
   padding: 0px;
   float: left;
   border: 2px solid #D4EDED;
   text-align: center;
}

.mlt-doc img {
   max-height: 220px;
   max-width: 220px;
   margin: 6px;
}
.mlt-doc h2 {
   font-size: 14px;
}

input[type=text] {
   border: 1px solid #D4EDED;
}

#breadcrumbs {
   height: 25px;
   line-height: 25px;
   margin-bottom: 10px;
   margin-left: 14px;
   font-size: 13px;
   overflow: hidden;
   ;
}
#breadcrumbs a {
   color: #69f;
   ;
}
.adjacent-doc {
   border: 2px solid #D4EDED;
   width:75px;
   height: 75px;
   line-height: 73px;
   text-align: center;
   margin-right: 2px;
   float: left;
   background-color: #fff;
   overflow: hidden;
}
.adjacent-doc.selected{
   border: 2px solid #09A5E3;
}
.adjacent-doc img {
   vertical-align: middle;
   max-width:75px;
   max-height:75px;
   vertical-align:middle;
}

.last {
   margin-right: 0px;
}
#menu li.last {
   border-right: 0px;
}

.next-page {
   width: 234px;
   margin-left: 13px;
   text-align: center;
   line-height: 234px;
   float: left;
}

.next-page img {
   vertical-align: middle;
}
.next-page a {
   font-size: 30px;
   text-decoration: underline;
   display: block;
   width: 232px;
   height: 232px;
   text-align: center;
}
.bar {
   background-color: #f0f0f0; /*#D4EDED #FFF1A8*/
   height: 25px;
   line-height: 25px;
   padding: 0px 8px;
   color: #666;
}
.facet-list {
   margin: 0px 0px 20px 0px;
   padding: 0px;
   list-style: none;
   color: #999;
   font-size: 13px;
   margin-top: 10px;
}
.facet-list-scrollable {
   max-height: 150px;
   overflow: auto;
   overflow-y: auto;
   overflow-x: hidden;
   margin-top: 1px;
}

.facet-list li {
   margin: 3px 0px;
   padding-left: 7px;
}

.facet-list .selected {
   background: url(/images/facet-selected.png) no-repeat left top;
}

.facet-list .top a {
   font-weight: bold;
}

.facet-list .selected a {
   color: #1e1e1e !important;
   font-weight: bold;
}

.facet-list li ul {
   margin: 0px;
   padding: 0px;
   list-style: none;
   color: #999;
   font-size: 11px;
}

.facet-list .sub {
   padding-left: 20px;
}
.facet-list .subsub {
   padding-left: 40px;
}

.zend_form {
   background-color: #f9f9f9;
   border: 1px solid #eee;
   padding: 15px;
   margin: 0px;
}
.zend_form .errors {
   list-style: none;
   color: #f00;
   margin: 0px;
   padding: 0px;
}
.zend_form .required  {
   background-image:url(/images/required.gif);
   background-position:top right;
   background-repeat:no-repeat;
   padding-right:7px;
}
.zend_form .description {
   font-size: 11px;
   color: #999;
   margin: 0px;
}
.zend_form dd {
   padding: 0px;
   margin: 3px 0px 7px 0px;
}
.zend_form label {
   font-weight: bold;
}
.zend_form dd label {
   font-weight: normal;
}
.zend_form textarea,
.zend_form input[type=text],
.zend_form input[type=password],
.zend_form select {
   border: 1px solid #ccc;
   padding: 3px;
}
.zend_form input[type=text] {
   width: 50%;
}

.zend_form select {
   max-width: 50%;
}

.zend_form textarea {
   width: 50%;
   height: 120px;
}

.message-error,
.message-success,
.message-info {
   margin: 0px 0px 20px 0px;
   padding: 8px;
}

.message-error {
   background-color: #FFCECE;
   border: 1px solid #DF8F8F;
   color: #665252;
}

.message-success {
   background-color: #D5FFCE;
   border: 1px solid #9ADF8F;
   color: #556652;
}

.message-info {
   background-color: #FFFADF;
   border: 1px solid #ECCB17;
   color: #333;
}

.table {
   border-spacing: 0px;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}

.table td,
.table th {
   padding: 5px;
   border: 1px solid #ccc;
   border-right: 0px;
   border-bottom: 0px;
}
.table th {
   text-align: left;
   background-color: #f0f0f0;
}
.table tr:hover {
   background-color: #e0e0e0;
}

#menu-left {
   margin: 0px;
   padding: 0px;
   list-style: none;
}

#menu-left li a {
   display: block;
   background-color: #f0f0f0;
   color: #000;
   padding: 8px 10px;
   margin-bottom: 10px;
   font-size: 16px;
   text-decoration: none;
}

#menu-left .selected {
   background-color: #000;
   color: #333;
   font-weight: bold;
}

#menu-left li ul {
   margin: 0px;
   padding: 0px;
   list-style: none;
}

#menu-left li ul li {
   list-style: none;
}

#menu-left li ul li a {
   background-color: transparent;
   color: #333;
   padding: 1px 10px;
   font-size: 14px;
   font-weight: normal;
   display: inline-block;
}

#left {
   width: 200px;
   float: left;
}

#wrapper-fluid {
   margin: 10px;
}

#content-fluid {
   margin-left: 220px;
}

#search-refine-form {
   margin-top: 15px;
   margin-bottom: 20px;
}
#search-refine-form input[type=submit] {
   background-color: #fff;
   border: 1px solid #D4EDED;
   font-size: 13px;
   /*color: #000;
   vertical-align: top !important;
   padding: 4px 5px;*/
   width: 43px;
   height: 20px;
}

#doc-price {
   margin: 20px 0px 25px 2px;
   font-size: 14px;
   font-weight: bold;
   color: #000;
}

.gray {
   color: #808080;
}

.red {
   color: #f00;
}

#related-searches {
   margin-top: -10px;
   margin-bottom: 15px;
}

#footer-column-left {
   width: 200px;
   margin-top: 10px;
}
#footer-column-center {
   width: 481px;
}
#footer-column-center-one,
#footer-column-center-two {
   width: 234px;
   margin-top: 10px;
}
#footer-column-center-one {
   float: left;
}
#footer-column-center-two {
   float: right;
}
#footer-column-right {
   width: 234px;
}
#footer-column-left,
#footer-column-center,
#footer-column-right {
   float: left;
   line-height: 20px;
   color: #999;
}
#footer-column-left h3,
#footer-column-center h3,
#footer-column-right h3 {
   font-size: 14px;
   color: #999;
   margin: 0px;
   margin-top: 10px;
}

#footer-column-center {
   margin-left: 12px;
   float: left;
}

#footer-column-right {
   width: 234px;
   float: right;
}

#search-results #related-searches {
   margin-left: 12px;
}

#doc-inactive {
   margin-left: 12px;
}

.adjacent-nav {
   float: right;
   color: #999;
}

.small-menu {
   margin: 0px;
   padding: 0px;
}
.small-menu li {
   float: left;
   list-style: none;
   padding: 0px 8px;
   border-right: 1px solid #f0f0f0;
   font-size: 11px;
   height: 11px;
   line-height: 11px;
}
.small-menu li.last {
   border-right: 0px;
   padding-right: 0px;

}
#search-details {
   margin-left: 13px;
   margin-bottom: 15px;
   font-size: 16px;
}
.filter-query {
   float: right;
   margin-left: 15px;
   max-width: 360px;
}
#search-options h2 {
   border-bottom: 1px solid #ccc;
   font-size: 18px;
   font-weight: normal;
}
#search-options h3 {
   font-size: 16px;
   font-weight: normal;
   margin-bottom: 7px;
}
#search-options h3 sup {
   color: #ddd;
   font-size: 9px;
}
.infobox {
   float: right;
   position: relative;
   height: 12px;
   margin-top: -4px;
}
.infobox .more {
   display: none;
}
.infobox:hover .more {
   display: block;
   position: absolute;
   z-index: 1;
   right: 4px;
   bottom: 4px;
   width: 400px;
   padding: 7px;
   border: 1px solid #ccc;
   background-color: #fff;
}
#search-current {
   list-style-type: none;
   margin-left: 0px;
   padding-left: 5px;
   margin-right: 5px;
}
#search-current a {
   color: #000;
}
#search-current a:hover {
   text-decoration: underline;
}
.remove,
#search-current .remove {
   float: right;
   font-size: 10px;
   width: 11px;
   height: 12px;
   line-height: 12px;
   text-align: center;
   font-weight: bold;
   color: #fff;
   background-color: #999;
   display: block;
   margin-top: 3px;

}
#search-current .remove:hover {
   background-color: #f00;
   text-decoration: none;
}
#search-current h3 {
   margin: 10px 0px 0px 0px;
   font-weight: bold;
   font-size: 13px;
}
#welcome {
   height: 125px;
   background-color: #EEEEEE;
   line-height: 40px;
   color: #555555;
   font-size: 24px;
}
#welcome a {
   color: #09A5E3;
}
#welcome-wrapper {
   margin: 0px auto;
   width: 940px;
}
.related-doc {
   height: 75px;
   width: 75px;
   background-color: #fff;
   float: left;
   line-height: 75px;
   overflow: hidden;
   margin-right: 10px;
}
.related-doc img {
   vertical-align: middle;
}

.box {
   width: 160px;
   height: 80px;
   text-align: center;
   margin: 0px 22px 22px 0px;
   float: left;
   font-size: 15px;
   overflow: hidden;
   color: #999;
   }

#filter-links {
   margin-left: 12px;
   overflow: auto;
   margin-bottom: 15px;
   }

.breadcrumb-nav {
   height: 25px;
   line-height: 25px;
   font-size: 13px;
   float: right;
   color: #ccc;
}
.fb-like {
   margin-left: 2px;
   height: 20px;
}
.fb-like iframe {
   border: none;
   overflow: hidden;
   width: 72px;
   height: 20px;
}
#top-message {
   }
.pagination a {
   padding: 0px 4px;
}
.pagination a.selected {
   color: #000;
   font-weight: bold;
}
.level-2 {
   margin-left: 10px;
}
.level-3 {
   margin-left: 20px;
}
#menu-message {
   font-size: 14px;
   height: 40px;
   line-height: 40px;
   margin: -10px 0px 15px 0px;
   padding: 0px 10px;
   background-color: #000;
   text-align: center;
   color: #fff;
   }
#menu-message img {
   vertical-align: top;
}
#menu-message .close {
   float: right;
   margin-top: 13px;
   margin-right: 25px;
}
.white {
   color: #fff;
}
.gray {
   color: #ccc;
}
.right {
   float: right;
}
.bold {
   font-weight: bold;
}

