﻿*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #111111;
	background-color: #ccc;
}

#container
{
	position: relative;
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/contact-bg.jpg) repeat-y;
	/*background-color: #f4f1e1;  light sand */
}

#wrapper,
#header,
#footer
{
}

#wrapper
{
	border: 2px solid #e1dbc4;
	margin: 0 30px;
	background-color: #fff;
	padding: 10px;
	position: relative;
	zoom: 1;
	 /* #eae6d1; grey sand (headings) */
}

#header
{
	text-indent: -9999px;
	background: url(../images/ExpressionsTop.jpg) no-repeat 0 0;
	height: 175px;
	margin-bottom: 50px; /* Height of menu */
}

#header a.skip
{
	display: none;
}

#footer
{
	text-align: left;
	clear: both;
	border-bottom: 1px solid #ffffff;
	padding: 30px 5px;
	padding-left: 30px;
}

ul#menu
{
	position: absolute;
	top: 175px; /* Height of header */
	left: 0;
	height: 50px;
	font-size: 12px;
	list-style-type: none;
	 /* background-color: #f4f1e1;light sand */
}

#menu li
{ 
	display: block;
	float: left;
	width: 150px;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
}

#menu li a
{
	display: block;
	border-right: 1px dotted #ccc;
	text-decoration: none;
	color: #712d3d; /* dark burgundy */
}

#menu li.last a
{
	border: none;
}

#menu img
{
	float: left;
	padding-left: 3px;
}

#menu li.cart
{
	margin-top: -10px;
}

#menu li.cart a
{
	padding-top: 3px;
	float: none;
}

#menu li.cart a.items
{
	font-weight: normal;
	font-size: 10px;
}

#wrapper .left .box,
#wrapper .content .product,
#wrapper .content .product .image,
#wrapper .shoppingList
{
	border: 1px solid #e1dbc4;
}

#wrapper .left
{
	width: 200px;
	height: auto;
	float: left;
	margin-right: 10px;
	position: relative;
}

#wrapper .content
{
	width: 470px;
	margin-left: 212px;
	float: none;
}

#wrapper .secure
{
	margin-left: 112px;
}

#wrapper .left .box
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
}

#wrapper .left .box p
{
	margin: 10px 0 10px 0;
}

#wrapper .left h3
{
	background: url(../images/content-heading-bg.jpg) no-repeat 0 0;
	color: White;
	font-size: 12px;
	padding: 15px;
}

#wrapper .left ul
{
	list-style-type: none;
	padding: 20px 0 20px 20px;
}

#wrapper .left li
{
	padding-bottom: 5px;
}

#wrapper .left li a,
#wrapper .left .quicksearch a.advanced,
#footer a
{
	color: #323232;
	font-weight: bold;
}

#wrapper .left .quicksearch input
{
	width: 120px;
	float: left;
}

#wrapper .left .categories li
{
	background: url(../images/list.gif) no-repeat 0 5px;
}

#wrapper .left .categories li a
{
	margin-left: 20px;
}

#wrapper .left .categories li a.child
{
	margin-left: 40px;
}

#wrapper .content h2
{
	color: #712d3d;
	text-transform: uppercase;
	font-size: 12px;
	padding: 15px;
	background-color: #eae6d1; /* grey sand (headings) */
}

#wrapper .content h3,
#wrapper .content h4
{
	color: #333;
	font-size: 12px;
	padding: 10px 0 10px 0;
}

#wrapper .content h4
{
	font-size: 11px;
	padding: 6px 0 6px 0;
}

#wrapper .content .product
{
	padding: 10px;
	margin: 5px 0;
	height: 100px;
	height: auto;
	width: 449px;
	position: relative;
	float: none;
}

#wrapper .content .product h3
{
	color: #504343;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 12px;
	padding: 10px 0 10px 15px;
	border-bottom: 1px dotted #ccc;
}

#wrapper .content .product h3 a,
#wrapper .content .product .enlarge a,
#wrapper .content .product .imageLarge a
{
	color: #504343;
}

#wrapper .content .product .details
{
	width: 270px;
	margin-right: 20px;
	float: left;
}

#wrapper .content .product .image
{
	width: 151px;
	height: 151px;
	float: none;
	overflow: hidden;
	margin-left: 290px;
}

#wrapper .content .product .image img
{
	display:block;
	margin:auto;
}

#wrapper .content .product .enlarge
{
	float: right;
	margin-right:20px;
	width:100px;
	padding-bottom: 5px;
}

#wrapper .content .product .imageLarge
{
	position: absolute;
	overflow: hidden;
	top: -1px;
	left: -1px;
	width: 467px;
	height: 100px;
	height: auto;
	background-color: #eae6d1; 
	border: 2px solid #e1dbc4;
	float: none;
}

#wrapper .content .product .imageLarge img
{
	margin: 10px 5px 3px 5px;
	border: 1px solid #ccc;
}

#wrapper .content .product .imageLarge a
{
	float: right;
	display: block;
	height: 20px;
	margin-right: 10px;
	margin-top: 3px;
}

#wrapper .content .product .price,
#wrapper .shoppingList .price
{
	color: #504343;
}

#wrapper .content .product .price
{
	border-right: 1px dotted #fff;
	float: left;
	padding: 0 10px 0 10px;
	margin-top: 10px;
}

#wrapper .content .product .price span
{
	font-size: 15px;
	font-weight: bold;
}

#wrapper .content .product .price .crossed
{
	text-decoration: line-through;
	margin-left: 10px;
}

#wrapper .content .product .price span.listPrice
{
	font-size: 10px;
	font-weight: normal;
	text-decoration: line-through;
	margin-top: 1px;
	margin-left: 10px;
}

#wrapper .content .product .panel,
#wrapper .panel,
#wrapper .panelAlt
{
	background-color: #eae6d1; /* grey sand (headings) */
	height: 45px;
	width: 275px;
}

#wrapper .content .product .panel
{
	position: absolute;
	top: 117px;
	left: 10px;
}

#wrapper .content .product .buttons,
#wrapper .content .product .buttonsAlt a,
#wrapper .panel .buttons
{
	margin-top: 11px;
}

#wrapper .content .product .buttons a,
#wrapper .content .product .buttonsAlt a,
#wrapper .buttons a
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #712d3d;
	height: 16px;
	display: -moz-inline-block; display: -moz-inline-box; display: inline-block;
	padding: 3px 10px 3px 10px;
	margin-left: 10px;
}


#wrapper .content .product .buttonsAlt a,
#wrapper .buttons a.alt
{
	background: #504343 !important;
}

#wrapper .content .product h4
{
	font-size: 11px;
	margin-bottom: 10px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
	margin-top: 10px;	
}

#wrapper .content .product .options
{
	margin-bottom: 15px;
}

#wrapper .content .product .options div
{
	margin-bottom: 3px;
}

#wrapper .content .product .options span
{
	width: 100px;
	display: block;
	float: left;
}

#wrapper .content .product .options select,
#wrapper .content .product .options textarea.text
{
	float: none;
	width: 175px;
}

#wrapper .content .product .options textarea.text
{
	font-size: 12px;
}

#wrapper .content .product .madeToOrder
{
	float: right;
}

#wrapper p
{
	padding-bottom: 10px;
	padding-top: 5px;
}

#wrapper .content .product p
{
	font-size: 11px;
	color: #353434;
	padding: 10px 0 10px 0;
}

#wrapper .shoppingList
{
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0 20px 0;
}

#wrapper .shoppingList tr
{
	height: 40px;
}

#wrapper .shoppingList .infoListHeader
{
	color: #504343;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding: 10px 0 10px 15px;
}

#wrapper .shoppingList .quantity
{
	width: 20px;
}

#wrapper .shoppingList span.product
{
	border: none;
	font-weight: bold;
	float: none;
	width: 160px;
	display: block;
	padding-left: 0px;
	padding-bottom: 3px;
}

#wrapper .shoppingList span.product a
{
	color: #353434;
}

#wrapper .shoppingList .price
{
	font-weight: bold;
	padding: 0 20px 0 0px;
}

#wrapper table.shoppingList .infoListFooter
{
	vertical-align: top;
	font-weight: bold;
	font-size: 13px;
}

#wrapper table.shoppingList .delete
{
	height: 12px;
	width: 12px;
	border: 1px solid #ccc;
}

#wrapper table.shoppingList .delete a
{
	text-decoration: none;
	margin-left: 3px;
	margin-top: 3px;
	color: #000;
}

#wrapper fieldset
{
	border: 1px solid #ccc;
	padding: 3px;
}

#wrapper fieldset label
{
	display: block;
	width: 120px;
	float: left;
	margin-left: 5px;
}

#wrapper fieldset div.entry
{
	padding-bottom: 5px;
}

#wrapper fieldset textarea
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

#wrapper fieldset textarea,
#wrapper fieldset input,
#wrapper fieldset select
{
	width: 200px;
}

.shipment .buttons,
.payment .buttons
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.paymentMethod
{
	margin-top: 10px;
	float: left;
	width: 130px;
	height: 80px;
	margin-right: 20px;
	border: 1px solid #eae6d1;
}

.paymentMethod div
{
	height: 80px;
}

.paymentMethod a
{
	display: block;
	width: 130px;
	height: 80px;
	padding-top: 65px;
	text-align: center;
}

.paymentMethod .creditCard
{
	background: url(../images/credit-cards.jpg) no-repeat center 30%;
}

.paymentMethod .cheque
{
	background: url(../images/cheque.jpg) no-repeat center 30%;
}

.paymentMethod .telNo
{
	background: url(../images/telephone.jpg) no-repeat center 30%;
}

.paymentMethod span
{
	clear: both;
}

table.checkoutList td.number,
table.shoppingList td.number,
table.checkoutInfo td.number
{
	text-align: right;
}

table.infoListHeader,
div.infoListHeader
{
	text-align: center;
}

.checkoutTotals
{
	margin: 5px 0 5px 0;
	font-weight: bold;
	text-align: right;
}

.termsAndConditions
{
	border: 1px solid #bbb;
	overflow: scroll;
	height: 200px;
	width: 450px;
	padding: 10px;
	background-color: #ffffdd;
}

.buttonClose
{
	display: block;
	height: 25px;
	line-height: 25px;
	width: 450px;
	padding-right: 10px;
	background-color: #ffffdd;
	text-align: right;
}

.terms
{
	margin-left: 30px;
}