/*-----------------------------------------------------------------------------
Style Sheet for zarawood.com shop

version:   1.0
author:    Stephen Elford
email:     steve@trafficwebsites.co.uk
website:   http://www.trafficwebsites.co.uk/
-----------------------------------------------------------------------------*/

/* =Public
-----------------------------------------------------------------------------*/
#shop h1.shopLogo {
	padding: 100px 0 0 0;
	overflow: hidden;
	background-image: url(../images/shop/the-woody-shop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 0px !important;
	height /**/: 100px;
}
#mainContent #left {
	float: left;
	width: 388px;		/*Correct size when border is removed*/
	/*width: 386px;*/
}
#mainContent #left img {
	width: 388px;
	height: 388px;
	/*border: 1px dashed #999999;*/
}
#mainContent #right {
	position: relative;
	padding-left: 12px;
	width: 376px;
	float: right;
	height: 388px;
	overflow-x: hidden;
	overflow-y: auto;
	
}
#mainContent #right .title  {
	display: block;
	border-bottom: 1px solid #999999;
}
#mainContent  .galleryThumb {
	float: left;
	height: 240px;
	width: 190px;
	border: 1px solid #FFFFFF;
	margin: 0 0 2px 2px;
	text-align: center;
	overflow: hidden;
}
#mainContent  .galleryThumb:hover {
	border: 1px solid #00AAE2;
	color: #000000;
}
#mainContent  .galleryThumb  img {
	height: 170px;
	width: 170px;		/*Correct size when border is removed*/
	/*height: 168px;
	width: 168px;
	border: 1px dashed #999999;*/
	display: block;
	margin: 10px auto;
	background-color: #FFFFFF;
}
.galleryPages {
	float: right;
	margin-right: 3px;
}
#productNav {
	padding-left: 12px;
	width: 376px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#shop #extraContent #shopPreview {
	width: 804px;
}
#shop #thumbnails {
	overflow:visible;
}

#shop #thumbnails h1{
	margin-top: -12px;
	*margin-top:0;
}
#shop #thumbnails .thumbnail{
	height: 68px;
	width: 68px;
	border: 1px dashed #FFFFFF; /*If no border, make it white*/
	margin-bottom: 4px;
}

#thumbnails #thisProduct {
	float: left;
	width: 395px;
}
#thumbnails #thisProduct .thumbnail:hover{
	border: 1px solid #00AAE2;
}
#thumbnails #relatedProducts {
	float: left;
}
#thumbnails #relatedProducts .thumbnail:hover{
	border: 1px solid #FF3399;
}
#shop #productDetails {
	width: 375px;
	height: 320px;
	float: left;
	overflow: auto;
}
#shop #productDetails form.addToCart {
	border: none;
	padding: 0;
}
#shop #productDetails p {
	font-size: 10px;
	line-height: 12px;
}
#shop #productDetails p.price {
	font-size: 14px;
	color: #00AAE2;
	padding-top: 10px;
	clear: both;
}
#shop #productDetails .colourSizeSingle {
	font-size: 12px;
	color: #000000;
	margin-top: 3px;
}
#shop #productDetails .outofstock {
	clear: both;
	font-size: 12px;
	padding-top: 10px;
	color: #000000;
}
#shop #productDetails .outofstock a{
	color: #999999;
	font-size: 10px;
}
caption {
	text-align: left;
}
#addToCart {
	display: block;
	width: 376px;
	border: 0px;
	padding: 0px;
	position:absolute;
	bottom: 28px;
}
#cart {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#cartDisclaimer {
	font-size: 9px;
	padding-top: 5px;
	width: 220px;
}
#cart table {
	width: 376px;
	border: none;
}
#cart table td {
	border: none;
}
#cartRows {
	height: 220px;
	overflow: hidden;
}
#cartRows table {
	border: none;
}
#postageCalc {
	position: absolute;
	bottom: 30px;
	left: 10px;
}
#rangeMenu {
	position: relative;
	top: -20px;
	list-style-type:none;
	clear: left;
	margin-bottom: 0px;
}
#rangeMenu li {
	display: inline;
	margin-right: 23px;
}
.centerImage {
	display:block;
	margin: 0 auto;
}
#termsText {
	margin-left: 11px;
}
/* =Admin
-----------------------------------------------------------------------------*/
#shopNav {
	margin-top: -28px;
	margin-bottom: 34px;
	list-style-type:none;
	float: left;
}
#shopNav li {
	display: inline;
	margin-right: 30px;
}
#config #shopMenuConfig a {
	color: #00AAE2;
}
#slideshow #shopMenuSlideshow a {
	color: #00AAE2;
}
#terms #shopMenuTerms a {
	color: #00AAE2;
}
#shopCats #shopMenuCats a {
	color: #00AAE2;
}
#ranges #shopMenuRanges a {
	color: #00AAE2;
}
#products #shopMenuProducts a {
	color: #00AAE2;
}
#shopPostage #shopMenuPostage a {
	color: #00AAE2;
}
#shopOrders #shopMenuOrders a {
	color: #00AAE2;
}
ul.ranges {
	padding: 4px;
	border: 1px solid #999999;
}
#colours, #sizes {
	padding: 4px;
	border: 1px solid #999999;
}
#homeProds {
	width: 200px;
	padding: 4px;
	border: 1px solid #999999;
}
#homeProds .scroll {
	width: 200px;
	height: 200px;
	overflow: auto;
}
#homeProds table {
	width: 180px;
	border: none;
}
.postage_table input {
	border: none;
}
.hoverRows tr:hover {
	background-color: #B7F6FF;
	cursor: pointer;
}
/* Tables
------------------------------------------------ */
.priceTable td {
	padding: 2px;
}
.inputTable {
	border-top: 0.1em solid #666666;
	border-right: 0.1em solid #666666;
	border-collapse: collapse;
}
.inputTable tr.odd {
	background: #FFFFFF;
}
.inputTable tr.even {
	background: #E6E6E6;
} 
.inputTable th, 
.inputTable td {
	border-bottom: 0.1em solid #666666;
	border-left: 0.1em solid #666666;
	padding: 1px;
	text-align: left;
	color: #666666;
}
.inputTable th[scope=col] {
	background-color: #CCCCCC;
}
.inputTable th[scope=row] {
	background-color: #CCCCCC;
	vertical-align: top;
}

