
#shop {
    font-size: 1em;
	color: #213656;
}

#shop h1 {
    font-size: 1.8em;
    margin: 0;
    padding: 0 0 10px 0;
}


#shop h2 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px 0;
}

#shop h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
}

.note {
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
    color: #208060
}

.error {
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
    color: #802020;
}

#shop .categories {
	width: 100%;
	padding-left: 5px;
	padding-top: 20px;
}

#shop .categories td {
	padding-top: 20px;
	text-align: center;
	vertical-align: top;
}

#shop .categories img {
	border: 0;
}

#shop .categories a {
	color: #213656;
	text-decoration: none;
}

#shop .categories a h3{
	color: #213656;
}

#shop .categories a h3:hover {
	color: #304080;
	text-decoration: underline;
}

#shop .products {
	width: 100%;
	padding-left: 5px;
	padding-top: 20px;
}

#shop .products table {
	width: 100%;
	padding-bottom: 5px;
}

#shop .products td {
	vertical-align: top;
	text-align: left;
}

#shop .products .preview {
	width: 150px;
}

#shop .products .preview img {
	border: 0;
}

#shop .products .description {
	vertical-align: top;
	padding-left: 10px;	
}

#shop .products .view {
	vertical-align: bottom;
	text-align: right;
}

#shop .products .view img {
	border: 0;
	padding: 5px;
}

#shop .topProducts {
	width: 100%;
	padding-left: 5px;
	padding-top: 20px;
}

#shop .topProducts table {
	width: 100%;
	padding-bottom: 5px;
}

#shop .topProducts td {
	vertical-align: top;
	text-align: left;
}

#shop .topProducts .preview {
	width: 100px;
}

#shop .topProducts .preview img {
	border: 0;
}

#shop .topProducts .description {
	vertical-align: top;
	padding-left: 10px;	
}

#shop .topProducts .view {
	vertical-align: bottom;
	text-align: right;
}

#shop .topProducts .view img {
	border: 0;
	padding: 5px;
}


#shop .product {
	width: 100%;	
}

#shop .product img {
	border: 0;
	padding: 5;
}

#shop .product td.view {
	padding-top: 20px;
	text-align: center;
}

#shop .product td.name {
	width: 100%;
	padding-top: 20px;
	text-align: left;
	vertical-align: top;
}

#shop .product td.buttons {
	padding-top: 20px;
	text-align: right;
	vertical-align: top;
}

#shop .product td.description {
	text-align: left;
	vertical-align: top;
}

#shop .product td.content {
	padding-top: 20px;
	text-align: left;
	vertical-align: top;
}

#shop .favourites .items {
	width: 100%;
	padding-left: 5px;
	padding-top: 20px;
}

#shop .favourites .items .item {
	width: 100%;
}

#shop .favourites .preview {
	width: 150px;
	vertical-align: top;
	text-align: left;
}

#shop .favourites .preview img {
	border: 0;
}

#shop .favourites .description {
	vertical-align: top;
	text-align: left;
	padding-left: 10px;	
}

#shop .favourites .remove {
	vertical-align: bottom;
	text-align: right;
}

#shop .favourites .remove img {
	border: 0;
	padding: 5px;
}

#shop .favourites .enquiry {
	width: 100%;
	font-size: 1em;
	font-weight: normal;
	color: black;	
}

#shop .favourites .enquiry .enquiryTD {
	padding: 40px;
}

#shop .favourites .enquiry table {
	width: 100%;
	padding-top: 5px;
}

#shop .favourites .enquiry h3 {
	color: #5090a0;
	padding-bottom: 10px;
}

#shop .favourites .enquiry div {
	height: 20px;
	padding: 5px;
}

#shop .favourites .enquiry input {
	font-size: 1.1em;
	font-weight: normal;
	color: black;
	
	border: 2px solid #5090a0;
	background: white;
	padding: 0;
}

#shop .favourites .enquiry textarea {
	height:200px;
	
	border: 2px solid #5090a0;
	
}

#shop .favourites .enquiry td.send {
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
}

#shop .favourites .enquiry td.send input {
	border: 0;
}


#enquiryTitle input {
	width: 40px;	
}

#enquiryFirstName input {
	width: 154px;
}

#enquiryLastName input {
	width: 157px;
}

#enquiryTelephone input{
	width: 220px;
}

#enquiryEmail input {
	width: 220px;
}

.price {
	font-weight: bold;
	color: #613b78; 	
}

