/*
CSS - The Good Store
*/

* {
	padding: 0;
	margin: 0;}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font:12px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#3d4a51;}

.detail-text-box-right-detail
{
	color: #000;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 750px;}

p, h2 {
	margin:0 0 20px 0;}

.hidden {
	display:none;}

h2 {
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color:#000;}

h3 {
	font-size:11px;
	font-weight:normal;
	margin:0 0 10px 0;}



/* HEADER */

#header {
	width:750px;
	margin:0;}

#logo {
	width:189px;
	float:left;}

#useful-presents {
	width:215px;
	margin:18px 0 7px 214px;}
	

/* CONTENT AREA */

#content {
	width:750px;
	margin:29px 0 0 0;}	

#content a {
	text-decoration:none;
	color:#ea0009;}

#content a:hover {
	text-decoration:underline;}

#content-left {
	width:156px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:18px;
}
	
#content-right {
	width:488px;
	float:left;
	margin:0 0 0 26px;
	padding:0 20px 0 20px;
}

#content-right ul {
	margin: 0 20px;
	list-style-type: square;
}
	
.product-title {
	font-size:10px;
	color:#fff;
	background:#ea0009;
	font-weight:bold;
	height:18px;
	text-align:center;
	line-height:16px;}

.product-title a {
	color:#fff!important;}

#address {
	margin:15px 0 0 0;}



/* CONTACT AND ENQUIRY */
	
.contact-left {
	margin:0 15px 0 ;
	float:left;	
}

.contact-right {
	width:320px;
	padding:0 20px 0 10px;
	float:left;}
	
.contact-form-row {
	width:320px;
	margin:0 0 5px 0;}
	
.contact-form-left {
	width:100px;
	float:left;}

.contact-form-right {
	width:200px;
	float:left;
	padding:0 0 0 20px;}
	
.field {
	width:198px;
	border:1px solid #d4d5d8;
	background:#fdfdfd;
	height:20px;}

#enquiry-form {
	width:320px;
	padding:20px;
	margin:auto;}
	


/* PRODUCTS */

.product-row {
	width:750px;
	padding:0 0 30px 0;
	margin:0 0 30px 0;
	border-bottom:1px solid #d4d5d8;}

.product {
	width:165px;
	float:left;
	font-size:11px;
	text-align:center;}
	
.product-img {
	width:165px;
	margin:0 0 10px 0;}

.product-img-list {
	margin:0 0 10px 0;}
	
.product-gap {
	width:30px;
	float:left}

.image-roll {
	border:1px solid #d4d5d8;}

a img.image-roll {
	border:1px solid #d4d5d8;}
	
a:hover img.image-roll {
	border:1px solid #000;}
	
#breadcrumb {
	padding:0 0 20px 0;}

#breadcrumb a {
	color:#3d4a51;}

#breadcrumb a:hover {
	color:#ea0009;}

#breadcrumb-left {
	width:440px;
	float:left;}
	
#breadcrumb-right {
	width:290px;
	float:left;
	text-align:right;}

#product-detail {
	width:750px;}
	
#product-detail-left {
	width:300px;
	float:left;}

#product-img-lg {
	width:300px;
	margin:0 0 20px 0;}

#product-img-lg-detail {
width:300px;
text-align: center;
margin:0 0 20px 0;}
	
.product-img-sm {
	width:138px;
	float:left;}
	
#product-img-sm-gap {
	width:20px;
	float:left;}

#product-detail-right {
	width:400px;
	padding:0 20px 0 30px;
	float:left;}
	
#product-detail-right ul {
	list-style-type: square;
	margin: 20px;
}

.detail-text-box {
	width:400px;
	margin:0 0 20px 0;}

.detail-text-box-left {
	width:100px;
	float:left;}
	
.detail-text-box-right {
	width:280px;
	float:left;
	display: inline;
	padding:0 0 0 20px;}

/* NAVIGATION */
#viewcart { vertical-align: middle; margin-top: 10px; }
#viewcart p {text-align: right;}
#viewcart a{text-decoration:none; color:#ea0009;}
#viewcart a:hover{text-decoration:underline;}
#viewcart form {text-align: right; margin: 0 !important; padding: 0 !important; }
#viewcart form input, #viewcart form select  { margin: 0 2px; }
#viewcart form input.send {
	border: 0; 
	display: inline-block; 
	padding: 5px; 
	text-align: center; 
	text-decoration: none; 
	margin: 0 10px 0 0;
	width: 50px;
	border: 0;
	background: #ea0009;
	color: #fff;
	cursor: pointer;
 }

#viewcart form input.send:hover, 
#viewcart form input.send.sendhover { 
	background: #080405; 
	color: #fff; 
	text-decoration: none;
}

#viewcart2 { margin-bottom: 20px; }
#viewcart2 form { margin: 0 !important; padding: 0 !important; }
#viewcart2 form ol { list-style-type: none; }
#viewcart2 form ol li { margin: 0 0 5px; }
#viewcart2 form input, #viewcart form select  { }
#viewcart2 form input.send {
	border: 0; 
	display: inline-block; 
	padding: 5px; 
	text-align: center; 
	text-decoration: none; 
	margin: 0 10px 0 0;
	width: 50px;
	border: 0;
	background: #ea0009;
	color: #fff;
	cursor: pointer;
 }

#viewcart2 form input.send:hover, 
#viewcart2 form input.send.sendhover { 
	background: #080405; 
	color: #fff; 
	text-decoration: none;
}



#nav { width:443px; float:left; margin:0 0 38px 118px;}	
#nav ul { list-style-type:none; }
#nav ul li { float:left;}
#nav ul li a {	height:27px; display:block; text-decoration:none;} 
#nav li:hover, #nav li.hover {position: static;}  /* Fix for IE7 */
#nav ul li a:hover { background-position:0 -27px !important; } 
#nav ul li.active a { background-position:0 -27px !important; }

#nav ul li#home a {	background:url(../images/nav/home.gif);	width:101px; }
#nav ul li#our-story a { background:url(../images/nav/our-story.gif); width:105px; }
#nav ul li#useful-gifts a {	background:url(../images/nav/useful-gifts.gif); width:139px; }
#nav ul li#contact-us a {	background:url(../images/nav/contact-us.gif); width:98px; }

.hidden {display:none;}

#department-nav, #department-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#department-nav li {
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px; 
	margin-right: -1px;
	position : relative;
	width: 149px;
}

#department-nav li.top {  
	background-color: #EA0009;
	border : 1px solid #FFF;
	color : #FFF;
	display : block;
	font-size: 10px;
	font-weight: bold;
	text-decoration : none;
	text-align: center;
	width: 145px;
	height: 1.25em;
	padding: 2px;
	cursor: pointer;
}

#department-nav li ul {
	left: -9999em;
	position : absolute;
	top: 1.7em;
}

#department-nav li ul li a {
	background-color : #EEEEEE;
	border : 1px solid #FFF;
	color : #3D4A52;
	display : block;
	font-size: 10px;
	font-weight: bold;
	text-decoration : none;
	text-align: center;
	width: 133px; 
	padding: 2px 8px;
	text-align: left;
}	

#department-nav li ul li a:hover {
	background: #E1E1E1;
}	

#department-nav li:hover ul, #department-nav li.sfhover ul {
	left: -9999em;
}

#department-nav li:hover ul, #department-nav li.sfhover ul { 
	left: 0;
}

/* FOOTER */

#footer {
	width:750px;
	margin:40px 0 20px 0;
	font-size:11px;}
	
#footer-nav {
	width:317px;
	padding:5px 0 0 5px;
	float:left;}
	
#footer-nav a {
	color:#3d4a51;
	text-decoration:none;}
	
#footer-nav a:hover {
	color:#ea0009;}

#footer-logo {
	width:106px;
	float:left;}
	
#wf-logo {
	width:63px;
	float:right;
	margin:0 0 0 168px;
}
	
a.terms-conditions-link { color:#3d4a51; font-size: .8em; text-decoration:none; }
	
a.terms-conditions-link:hover{ color:#ea0009; }

/*---------------------------------------------   
    cart
----------------------------------------------*/

#cart { float: left; width: 620px; display: block; }
#animation { width: 100px; float: right; margin:-20px 15px 15px 0; }
#cart th {
	text-align: left;
	background: #ddd;
	color: #000;
	padding: 2px 5px;
}

#cart table table td {
	padding: 2px 5px;
	background: #fff;
	border-bottom: 1px dashed #DCD2DB;
}

#cart .right { text-align: right; }

#cart table table table td { border-bottom: 0; }

#cart td.totalprice {
	text-align: right;
	font-weight: bold;
	padding: 8px 0;
}

#cart td.buttons {
	padding-top: 10px;
	text-align: right;
}


/*---------------------------------------------   
    forms
----------------------------------------------*/
form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0;
	padding: 0;
}

form.form fieldset { border: 0; }

form.form ol { list-style: none; }

form.form li { margin-bottom: 5px; }
form.form li.button { margin-top: 15px; }

form.form label {
	display: inline-block;
	width: 150px;
}

form.form input, form.form select, form.form textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	font: normal 13px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

form.form .radio-buttons{
	width:20px;
}

form.form label.wrap-label{
	width:90px;
	padding: 0 0 10px 0;
}

form.form input.small {
	width: 30px;
}

p.wrap-text{
	margin:0;
}

form.form select {
	padding: 0;
	width: auto;
}

form.form input.postcode,
form.form input.cc { width: 50px; }

form.form input.ccexpiry { width: 30px; }

form.form li.button input {
	width: auto;
	border: 0;
	background: #fff;
	color: #fff;
	cursor: pointer;
}

form.form fieldset legend {
	padding: 20px 0;
	font-weight: bold;
	font-size: 18px;
	color: #444;
	_margin: 0 -7px; /* IE Win fix */
}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}


/* CLEARFIX */


.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide from IE-mac */
 
 
/* additional stuff added by cale */
select#SizeSelect {
  width: auto !important;
}

select#qty {
  width: 40px !important;
  margin: 0 0 0 0;
}

input#button-buynow {
  display: block;
  margin:21px 0 0 0!important;
}

.small {font-size: 11px;}
 
 
 /*---------------------------------------------   
    misc
----------------------------------------------*/

