@import "forms.css";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #e4e4e4 url(../img/background.gif) top center repeat-y;
/*	font-size: 12px; */
	font-size: 0.75em; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

p#skip {
	display: none;
}

#container {
	width: 960px;
	padding: 20px;
	margin: 0 auto;
/*	HEIGHT: 1000px; /* NEED TO DELETE THIS AFTER PRODUCTION */
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	margin-top: 19px;
	padding-bottom: 7px;
}

h1 {
	font-size: 155%;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	font-size: 155%;
	font-weight: normal;
}

h3 {
	font-weight: bold;
	font-size: 100%;
	margin-top: 12px;
	margin-bottom: 8px;
}

p {
	line-height: 170%;
	margin-top: 14px;
}

a {
	color: #0066cc;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	margin-left: 30px;
	margin-bottom: 16px;
}

ul.no-bullet {
	list-style: none;
}

ul li {
	margin-top: 8px;
	line-height: 170%;
}


/* BRANDING AND SEARCH
---------------------------------*/
#branding {
	width: 960px;
	margin:0 0 0 0;
	padding:0;
	height:50px;
}

#branding #logo {
	float: left;
	border: none;
}

#search {
	display: inline;
	float: right;
	width: 230px;
	height: 40px;
	margin-top: -1px;
	margin-right: -1px;
}

#search fieldset {
	border: 0;
	margin:0;
	padding:0;
}

#search label {
	display: block;
	color:#036;
	font-size: 90%;
	font-weight:bold;
	line-height:0.9em;
}

#search p {
	display: inline;
}

#search #search-terms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 11px; */
	font-size: 95%;
	padding: 4px 4px 3px 4px;
	float: left;
	width: 190px;
	border: 1px solid #7f9db9;
	margin-top: 5px;
}

#search #search-submit {
	background: url(../img/search-button.gif) top left no-repeat;
	width: 22px;
	height: 22px;
	border: 0;
	overflow: hidden;
	padding: 29px 0 0 0;
	float: left;
	margin: 5px 0 0 5px;
}

/* = BANNER
---------------------------------------*/
#banner {
	width: 960px;
	height: 200px;
/*	background: url(../img/banners/fineart-banner.jpg) top left no-repeat; */
	margin: 5px 0 0 0;
}

#banner img {
	border: none;
}

/* = BREADCRUMB
---------------------------------------*/
body.homepage #cart-summary ul#breadcrumb {
	display: none;
	margin-bottom: 0;
}

#cart-summary ul#breadcrumb {
	list-style: none;
	float: left;
	font-size: 95%;
	margin-top: 12px;
	margin-left: 15px;	
	margin-bottom: 0;
	color: #fff;
	display: inline;
}

#cart-summary ul#breadcrumb li {
	float: left;
	background: url(../img/breadcrumb-divider.gif) 100% 60% no-repeat;
	padding-right: 13px;
	margin-right: 7px;
	margin-top: 0;
	line-height: 115%;
}

#cart-summary ul#breadcrumb li.last-item {
	background: none;
}

/* = CART SUMMARY
---------------------------------------*/
#cart-summary {
	float: left;
	width: 960px;
	height: 40px;
	background: #003366;
	margin-top: 1px;
	margin-bottom: 19px;
}

#cart-summary ul#cart {
	list-style: none;
	float: right;
	font-size: 95%;
	margin-top: 12px;
	margin-right: 15px;
	margin-bottom: 0;
	display: inline;
}

#cart-summary ul#cart li {
	float: left;
	color: #fff;
	font-weight: bold;
	background: url(../img/cart-summary-divider.gif) 0% 60% no-repeat;
	padding-left: 8px;
	margin-left: 7px;
	margin-top: 0;
	line-height: 115%;
}

#cart-summary ul#cart li#cart-items {
	background: none;
}

#cart-summary a {
	font-weight: normal;
	color: #66ccff;
}

#cart-summary a:hover {
	text-decoration: none;
}

/* = PRIMARY NAVIGATION
-----------------------------------*/
#primary-nav {
	float: left;
	width: 169px;
	font-size: 95%;
	margin-top: 23px;
}

#primary-nav a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#primary-nav a:hover {
	background: #e5e5e5;
	color: #333;
}

body.about #primary-nav ul li#nav-about a,
body.shop #primary-nav ul li#nav-cards a,
body.personalised #primary-nav ul li#nav-personalised a,
body.image #primary-nav ul li#nav-image a,
body.bespoke #primary-nav ul li#nav-bespoke a,
body.galleries #primary-nav ul li#nav-galleries a,
body.trade #primary-nav ul li#nav-trade a,
body.contact #primary-nav ul li#nav-contact a {
	background: #003366;
	color: #fff;
}

#primary-nav ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

#primary-nav ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 1px 0;
	margin-top: 0;
	line-height: 115%;
}

#primary-nav ul li#nav-home {
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}

/* = SUB NAV
-----------------------------*/
#primary-nav ul li ul {
	border-top: 1px solid #e5e5e5;
	margin-top: 1px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 1px;
}

#primary-nav ul li ul li {
	border: 0;
/*	margin: 6px 0 0 0; */
	padding: 0;
	display: inline;
	margin-top: 0;
}

body.about #primary-nav ul li#nav-about ul li a,
body.shop #primary-nav ul li#nav-cards ul li a,
body.personalised #primary-nav ul li#nav-personalised ul li a,
body.image #primary-nav ul li#nav-image ul li a,
body.bespoke #primary-nav ul li#nav-bespoke ul li a,
body.galleries #primary-nav ul li#nav-galleries ul li a,
body.trade #primary-nav ul li#nav-trade ul li a,
body.contact #primary-nav ul li#nav-contact ul li a {
	margin: 0 0 5px 0;
	padding: 0 0 0 11px;
	background: url(../img/sub-nav-bullet.gif) 1px 5px no-repeat;
	color: #737a7d;
}

body.about #primary-nav ul li#nav-about ul li a:hover,
body.shop #primary-nav ul li#nav-cards ul li a:hover,
body.personalised #primary-nav ul li#nav-personalised ul li a:hover,
body.image #primary-nav ul li#nav-image ul li a:hover,
body.bespoke #primary-nav ul li#nav-bespoke ul li a:hover,
body.galleries #primary-nav ul li#nav-galleries ul li a:hover,
body.trade #primary-nav ul li#nav-trade ul li a:hover,
body.contact #primary-nav ul li#nav-contact ul li a:hover {
	background: url(../img/sub-nav-bullet.gif) 1px 5px no-repeat;
	color: #0066cc;
	text-decoration: underline;	
}


#primary-nav h3 {
	margin-top: 27px;
	border-bottom: 1px solid #ccc;	
	margin-bottom: 11px;
	padding-bottom: 8px;
	padding-top: 0;
}

#primary-nav fieldset {
	border: 0;
}

#primary-nav label {
	line-height: 155%;
}

#primary-nav p {
	display: inline;
}

#primary-nav #newsletter-email {
	border: 1px solid #7f9db9;
	margin: 11px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 11px; */
	font-size: 100%;
	padding: 4px 4px 3px 4px;
	float: left;
	width:129px;
}

#primary-nav #newsletter-submit {
	background: url(../img/newsletter-button.gif) top left no-repeat;
	width: 21px;
	height: 21px;
	border: 0;

	padding: 28px 0 0 0;
	margin: 11px 0 0 6px;	
	overflow: hidden;
	float: left;


}

/* = CONTENT
-----------------------------*/
#content {
	border-left: 1px solid #e5e5e5;
	float: left;
	width: 749px;
	margin-left: 20px;
	padding-left: 20px;
}

#content-primary {
	padding-right: 20px;
	float: left;
	margin-right: 15px;
	display: inline;
}
* html #content-primary {
	padding-right: 5px;
}

body.one-col #content-primary {
	width: 740px;
	margin-right: 0;
	padding-right: 0;
}
body.one-col #content-secondary {
	display: none;
}

body.two-col #content-primary {
	border-right: 1px solid #e5e5e5;
	width: 485px;
}

body.two-col #content-primary h1 {
	width: 491px;
}

#content-secondary {
	float: left;
	width: 228px;
}

#content-secondary p {
	font-size: 95%;
}

#content-secondary ul {
	font-size: 95%;
	margin-left: 10px;
}
#content-secondary ul li {
	line-height: 115%;
}

/* = SITE INFO
-------------------------------*/
#site-info {
	float: left;
	width: 932px;
	background: #e5e5e5;
	font-size: 95%;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left: 13px;
	padding-right: 15px;
	padding-top: 12px;
	padding-bottom: 8px;
}

#site-info ul {
	list-style: none;
	float: left;
	margin-bottom: 0;
	margin-left: 0;
}

#site-info ul li {
	float: left;
	background: url(../img/site-info-divider.gif) 100% 60% no-repeat;
	padding-right: 8px;
	margin-right: 7px;
	margin-top: 0;
}

#site-info ul li#info-medici {
	font-weight: bold;
}

#site-info ul li#info-sitemap {
	background: none;
}

#site-info p {
	float: right;
	margin: 0;
	margin-top: -3px;
	margin-bottom: 3px;
}

#site-info a {
	color: #333;
	text-decoration: underline;
}

#site-info a:hover {
	color: #0066cc;
	text-decoration: underline;	
}

/* = CONTENT ELEMENTS
-------------------------------*/
dl {
/*	margin-right: 15px; */
	padding-right: 15px;
	margin-bottom: 10px;
	
/*	border-right: 1px solid #e5e5e5; */
}

dl.thin {
	width: 243px;
	float:left;
}

dl.wide {
	width: 502px;
	float:left;	
}

dl.thin dt, dl.thin dd,
dl.wide dt, dl.wide dd {
	border-right: 1px solid #e5e5e5;
}

#content-secondary dl dt, #content-secondary dl dd {
	border-right: none;
}

dl dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 155%;
/*	border-bottom: 1px solid #ccc; */
/*	margin-bottom: 5px; */
	padding-top: 19px;
	padding-bottom: 7px;
	font-weight: normal;
	letter-spacing: -1px;
}

dl dd.intro {
/*	margin-top: 7px; */
	padding-top: 7px;
	line-height: 170%;
	padding-right: 20px;
}

dl dd.image img {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

dl dd.link {
	text-align: right;
	background: url(../img/link-bullet.gif) 93% 12px no-repeat;
	height: 21px;
/*	margin-right: 13px; */
	padding-right: 15px;
/*	margin-top: 11px; */
	padding-top: 11px;
	padding-bottom: 11px;
	margin-bottom: 10px;
}

dl dd a {
	font-size: 95%;
	padding-right: 31px;
	display: block;
	height: 21px;
	line-height: 21px;
}

dl dd p a {
	display: inline;
	font-size: 100%;
	padding-right: 0;
}


/* = HOMEPAGE
---------------------------------*/
/* PRODUCTS */
dl#products {
	width: 246px;
	border-bottom: 1px solid #e5e5e5;
}

/* LICENSING */
dl#licensing {
	width: 245px;
	border-bottom: 1px solid #e5e5e5;
}

* html dl#licensing {
	padding-right: 14px;
}

/* BESPOKE */
dl#bespoke {
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
	width: 228px;
	border-bottom: 1px solid #e5e5e5;
}

dl#bespoke dd.link {
	background: url(../img/link-bullet.gif) 100% 12px no-repeat;
	padding-right: 0;
	position: relative;
	left: 2px;
}
dl#bespoke dt, dl#bespoke dd {
	border-right: 0;
}

img#wallace-logo {
	margin: 20px 0 0 0;
}
img#past-times-logo {
	margin: 41px 0 0 0;
}
* html img#past-times-logo {
	margin-top: 40px;
}


/* SOCIETY */
dl#society {
	width: 505px;
	border-right: 1px solid #e5e5e5;
	padding-right: 0;
	margin-right: 15px;
}

dl#society dt {
	border-bottom: 1px solid #ccc;;
	border-right: 0;
	padding-bottom: 5px;
	width: 491px;
}

dl#society dd {
	border: 0;
}

dl#society dd.intro {
	padding-top: 14px;
}

dl#society dd.link {
	background-position: 97% 50%;
}


/* NEWS */
dl#news {
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
	width: 228px;
}
dl#news dt {
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 5px;
	margin-bottom: 12px;
	border-right: 0;
}
dd.news {
	font-size: 95%;
	background: url(../img/news-bullet.gif) 0% 7px no-repeat;
	padding-left: 15px;
	margin-bottom: 0px;
	color: #666;
	line-height: 170%;
	border-right: 0;
}
dd.news a {
	font-size: 100%;
	display: inline;
	padding-right: 10px;
}

dd.news-article {
	font-size: 95%;
	padding-left: 15px;
	line-height: 170%;
	border-right: 0;
	color: #666;
}

/* = ABOUT
--------------------------------*/
/* AWARDS */
dl#awards {
	width: 222px;
	margin-right: 0;
	border-right: 0;
	display: inline;
}

dd.awards {
	font-size: 95%;
	background: url(../img/news-bullet.gif) 0% 7px no-repeat;
	padding-left: 15px;
	margin-bottom: 0px;
	color: #0066cc;
	line-height: 170%;
	border-right: 0;
	text-decoration: underline;
}

dd.awards a {
	font-size: 100%;
	display: inline;
}

dd.awards-intro {
	font-size: 95%;
	color: #666;
	padding-left: 15px;
	margin-bottom: 8px;
	line-height: 170%;
}

/* = IMAGE LICENSING
------------------------------------------*/
/* MARGARET */
dl#margaret {
	width: 246px;
	border-bottom: 1px solid #e5e5e5;
}

/* MOLLY */
dl#molly {
	width: 245px;
	border-bottom: 1px solid #e5e5e5;
}

* html dl#molly {
	padding-right: 14px;
}

/* RACEY */
dl#racey {
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
	width: 228px;
	border-bottom: 1px solid #e5e5e5;
}

dl#racey dt, dl#racey dd {
	border-right: 0;
}

dl#racey dd.intro {
	padding-right: 0;
}

dl#racey dd.link {
	background: url(../img/link-bullet.gif) 100% 12px no-repeat;
	padding-right: 0;
	position: relative;
	left: 2px;
}

/* OVERVIEW */
dl#overview {
	width: 505px;
	border-right: 1px solid #e5e5e5;
	padding-right: 0;
	margin-right: 15px;
}

dl#overview dt {
	border-bottom: 1px solid #ccc;;
	border-right: 0;
	padding-bottom: 5px;
	width: 491px;
}

dl#overview dd {
	border: 0;
}

dl#overview dd.intro {
	padding-top: 14px;
}

dl#overview dd.link {
	background-position: 97% 50%;
}

/* CASE STUDY */
dl#case-study {
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
	width: 228px;
}

dl#case-study dt, dl#case-study dd {
	border-right: 0;
}

dl#case-study dt {
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 5px;
	margin-bottom: 7px;
	border-right: 0;
}
dl#case-study dd.link {
	background: url(../img/link-bullet.gif) 100% 12px no-repeat;
	padding-right: 0;
	position: relative;
	left: 2px;
}

/* = GALLERIES
-----------------------------------------------*/
body.galleries #content-primary {
	padding-right: 0;
	width: 505px;
}

body.galleries dl#overview {
	border-right: 0;
	margin-right: 0;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 10px;
	width: 490px;
}

body.galleries dl#overview dd.intro {
	padding-top: 0;
	margin-top: 0;
}

#contact-info {
	margin-left: 15px;
	border-left: 1px solid #e5e5e5;
	padding-left: 15px;
}

/* THURLOE */
dl#thurloe {
	width: 246px;
}

/* CORK */
dl#cork {
	width: 230px;
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
	display: inline;
}
dl#cork dt, dl#cork dd {
	border-right: 0;
}

dl#cork dd.link {
	margin-right: 0;
	position: relative;
	left: 14px;
}

/* = BESPOKE
--------------------------------*/
/* WALLACE */
dl#wallace {
	width: 246px;
	border-bottom: 1px solid #e5e5e5;
}

/* PAST TIMES */
dl#past-times {
	width: 245px;
	border-bottom: 1px solid #e5e5e5;
}

* html dl#past-times {
	padding-right: 14px;
}

/* BOOTS */
dl#boots {
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
	width: 228px;
	border-bottom: 1px solid #e5e5e5;
}

dl#boots dt, dl#boots dd {
	border-right: 0;
}

dl#boots dd.intro {
	padding-right: 0;
}

dl#boots dd.link {
	background: url(../img/link-bullet.gif) 100% 12px no-repeat;
	padding-right: 0;
	position: relative;
	left: 2px;
}

/* OVERVIEW */
dl#overview {
	width: 505px;
	border-right: 1px solid #e5e5e5;
	padding-right: 0;
	margin-right: 15px;
}

dl#overview dt {
	border-bottom: 1px solid #ccc;;
	border-right: 0;
	padding-bottom: 5px;
	width: 491px;
}

dl#overview dd {
	border: 0;
}

dl#overview dd.intro {
	padding-top: 14px;
}

dl#overview dd.link {
	background-position: 97% 50%;
}

/* CHARITY */
dl#charity {
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
	width: 228px;
}

dl#charity dt, dl#charity dd {
	border-right: 0;
}

dl#charity dt {
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 5px;
	margin-bottom: 7px;
	border-right: 0;
}
dl#charity dd.link {
	background: url(../img/link-bullet.gif) 100% 12px no-repeat;
	padding-right: 0;
	position: relative;
	left: 2px;
}

/* = ABOUT CONTENT
--------------------------------*/
ul#links {
	list-style: none;
	font-size: 95%;
	margin-left: 15px;
	margin-bottom: 0;
}

ul#links li {
	margin-top: 10px;
}

/* = CONTACT FORM
---------------------------------*/
form#contact-form {
	margin-top: 20px;
	position: relative;
	width: 500px;
	margin: 20px auto 0 auto;
}

form#contact-form fieldset {
	border: 0;
}

form#contact-form label {
	display: block;
	padding: 4px 0;
}

form#contact-form span {
	color: #ff0000;
}

form#contact-form input {
	width: 250px;
}

form#contact-form input#name {
	margin-left: 100px;
	margin-right: 10px;
}
form#contact-form input#business {
	margin-left: 40px;
}
form#contact-form input#town {
	margin-left: 61px;
}
form#contact-form input#country {
	margin-left: 88px;
}
form#contact-form input#email {
	margin-left: 47px;
	margin-right: 10px;
}
form#contact-form input#telephone {
	margin-left: 15px;
}
form#contact-form textarea#message {
	margin-left: 172px;
	margin-top: -16px;
	width: 250px;
	height: 100px;
}

form#contact-form input#button {
	width: auto;
	padding: 4px;
	margin-left: 318px;
	margin-top: 8px;
}

form#contact-form p {
	margin-top: 10px;
}

.errormessage {
	width: 380px;
	font-size: 85%; 
	padding: 10px;
	margin: 30px auto 0 auto;
    border: 1px solid #F00;
    background: #FFCCCC url(../img/error.gif) 10px 10px no-repeat;
}

.errormessage p {
	font-size: 100%;
	padding: 0;
	margin: 0 0 0 30px;
}

.errormessage a {
    color: #00F;
}

.errormessage ul {
	padding: 0;
	margin: 10px 0 0 50px;
}

#contact-confirm {
	text-align: center;
	border: 1px solid green;
	background: #d7ffcf;
	padding: 10px;
	margin-top: 20px;
}
#contact-confirm p {
	margin: 0;
}

/*SHOP*/

body.shop table.shopping-cart,
body.shop table.controls,
body.shop table.form,
body.shop table.vcard {
	background: white;
	width: 100%;
	border-collapse:collapse;
}

body.shop table.shopping-cart tr.alt, 
body.shop table.form tr.alt  {
/*body.shop table.shopping-cart td*/ 
	background: #edf3fe;	
}

body.shop table.shopping-cart tr,
body.shop table.shopping-cart td,
body.shop table.form th,
body.shop table.form td,
body.shop table.vcard td,
body.shop table.vcard th
{
	text-align: left;
	padding: 10px;
}

body.shop table.form th,
body.shop table.form td {
	padding: 5px;
	font-size: 90%;
}

body.shop table.vcard td,
body.shop table.vcard th {
	padding: 2px 0 2px 0;
}

body.shop table.vcard th {
	width: 25%;
}

body.shop table.form td {
 	color: red;
}

body.shop table.form td input {
 	width: 303px;
}

body.shop table.shopping-cart th {
	padding: 5px 5px 5px 10px;
}

body.shop table.shopping-cart td {
	border: 1px solid #EEE;
	vertical-align: middle;
}
body.shop table.shopping-cart td.quantity {
	width: 30%;
}
body.shop table.shopping-cart td.item {
	width: 40%;
}
body.shop table.shopping-cart td.actions {
	width: 15%;
}
body.shop table.shopping-cart td.price {
	width: 15%;
}

body.shop table.shopping-cart td.quantity #quantity {
	width: 99px;
}

body.shop table.shopping-cart td.price {
	text-align: right;
}

body.shop table.shopping-cart tr.postage-price th,
body.shop table.shopping-cart tr.total-price th {
	text-align: right;
}

body.shop table.shopping-cart tr.postage-price td,
body.shop table.shopping-cart tr.total-price td {
	border: 1px solid #EEE;
	background: white;
	text-align: right;
}

body.shop table.shopping-cart tr.total-price td {
	font-weight: bold;
}

body.shop fieldset {
	border: none;
	margin-top: 20px;
}

body.shop legend {
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}

/* Form controls */

body.shop table.controls {

}

body.shop table.controls td {
	width: 50%;
	padding: 5px;
}

body.shop table.controls td button {
	float: right;
	font-size: 150%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 3px 2px 2px;
}

/* Error messages */

ul.errors {
	border: 1px solid red;
	background: #FFCCCC url(../img/error.gif) no-repeat 10px 10px;
	font-size: 90%;
	padding: 5px 10px 15px 63px;
	margin: 0 0 10px 0;
}

/* = CATALOGUE AND ITEM PAGES
---------------------------------*/


ul.categories,
ul.products {
    list-style: none;
    margin:20px auto 0 auto;
    padding:0 0 0 0 ;
}

ul.categories li,
ul.products li  {
    height:200px;
    width:185px;
    margin:0 0 25px 0;
    padding:0 0 0 0 ;
    float: left;
    overflow:hidden;
    /*border:1px solid red;*/
    border-bottom: 1px solid #ccc;
    border-right:1px solid #ccc;
    text-align:center;

}
ul.categories li a,
ul.products li a {
    display:block;
    /*border:1px solid red;*/
    padding:10px 0 0 0 ;
    text-decoration: none;
    width:185px;
    height:190px;
    background-color: #FFF;
}

ul.categories li a:hover,
ul.products li a:hover {
    background-color: #EEE;
}


ul.categories li a img,
ul.products li a img {
    border:none;
    text-decoration: none;
    display: block;
    margin:auto;
}

ul.categories li a span,
ul.products li a span {
    display:block;
    line-height:1em;
    /*border: 1px solid #999;*/
    color:#333;
    font-size:100%;
    font-weight:600;
    width:185px;
    margin:auto;
    height:30px;
    text-align: center;
}

ul.categories li a  strong,
ul.products li a  strong{
    display:block;
    font-size:90%;
    font-weight:600;
    /*border: 1px solid #999;*/
    color:#036;
}


p.byline {
    
    margin: 0px 0 8px 5px;
}

div.product-image {
    float: left;    
    width:435px;
    margin: 0 15px 0 0;
    overflow:hidden;
    padding:5px 0 5px 0;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    text-align:center;
}   

img.item-image {
    margin:auto;
    padding: 0 0 0 0;
}

dl.item-info {
    display:inline;
    width:255px;
    margin: -20px 0px 0 0px;
    float:left;
}
dl.item-info dd, 
dl.item-info dt{
    border: none;
}
dl.item-info dd p {
    margin:0;
    padding:0;
}
ol.pagination {
    clear:both;
    margin:0 10px 0 0;
    float:right;
    list-style: none;
}
ol.pagination li {
    float:left;
    margin: 0 0 0 3px;
}
ol.pagination li a {
    color:#666;
}
