/* CSS Document */

/*
Copyright &copy; 2011 Cherished of Otley Gift Shop. All rights reserved.
Created: 08/09/2010
*/

body {
	margin: 0 0 0 0;
	position: relative;
	background-color:#d4d4d4;
	/* background: #cecece url('/images/background.jpg') no-repeat center top;*/
	font-family: Arial, 'Helvetica Neue', Helvetica, 'Liberation Sans', FreeSans, sans-serif;
}

/* ----------------------------------------Divs */

/* ----------------------Header */



#page-colour-strip {
	/*background: url(/images/page-header-colour-strip.jpg) repeat-x;*/
	border-top: 1px #fff solid;
	height: 8px;
	overflow: hidden;
	margin-bottom: 20px;
}

#header {
	margin: 0px auto;
	width: 946px;
	height: 80px;
	overflow:hidden;
	margin-bottom: 20px;	
}

#facebookHomepage{
	width: 710px;
	padding: 4px 0 0 6px;
	float: left;
}

#header-logo {
	float:left;
	width: 246px;
}

#header-right {
	width: 206px;
	float:right;
	font-size:14px;
	padding-top: 10px;
	height: 40px;
	margin-right: 10px;
}

#header-right a {
	color: #03a8d6;
}

#header-right a:hover {
	color: #54d700;
}

#header-right-basket {
	float: right	;
	width: 166px;
	/*
	background-image:url(/images/nav/shopping-basket-empty.png);
	background-repeat:no-repeat;
	background-position:0px;
	*/
	padding-left: 10px;
	overflow: visible;
	height: 80px;
	text-align:center;
	margin-left: 20px;
	display: block;
}

#header-right-account {
	float: left;
	width: 120px;
	background-image:url(/images/nav/your-account.png);
	background-repeat:no-repeat;
	background-position:0px;
	padding-left: 2px;
	margin-left: 20px;
	overflow: visible;
	height: 20px;
	display: block;
}

/* ----------------------Nav */

#navContainer {
	margin: 0px auto;
	width: 946px;
	text-align:center;
	height: 160px;
	overflow:hidden;
	padding-bottom: 0px;
	margin-bottom: 20px;
	background-color: #FFF;
}

#navButton {
	float: left;
	width: 156px;
	border-right: #CCC solid 1px;
	margin-right: 1px;
	background-color:#fff; 
}

#navButtonEnd {
	float: left;
	width: 156px;
}

#navBottomContainer {
	width: 942px;
	float: left;
	text-align: right;
	padding: 6px;
	font-size: 12px;
	color: #666;
	margin-top: 20px;
}

#navBottomContainer ul {
	margin: 0px;
	padding: 0px;
}

#navBottomContainer li {
	background-image: url(/images/nav/heart-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	display: inline;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 20px;
	
}

#navBottomContainer a {
	text-decoration:none;
}

/* ----------------------Breadcrumbs and Search Bar Container*/

#basContainer {
	margin: 0px auto;
	width: 934px;
	text-align:left;
	height: 32px;
	overflow:hidden;
	padding: 6px;
	margin-bottom: 20px;
	background-color: #FFF;
	
}

#basBreadcrumbsHome {
	float: left;
	width: 30px;
	height: 24px;
	margin: 0px;
	padding-top: 2px;
}

#basBreadcrumbs {
	float: left;
	width: 690px;
	padding-top: 7px;
}

#basBreadcrumbs ul {
	margin: 0px;
	padding: 0px;
}

#basBreadcrumbs li {
	list-style-type:none;
	display: inline;
	background: url(/images/breadcrumbs/bullet.png) no-repeat 0px 0px;
	padding: 1px 6px 0px 16px;
	font-size: 12px;
	color: #555555;
	margin: 0px;
}

#basSearch {
	float: left;
	width: 210px;
}

/* search */
#search-form {float:right; margin-right:40px; margin-top:11px;}
#searchKeyword {width:156px; padding:6px; float:left;}
#search-button {background:url(/images/buttons/search.png) top no-repeat; width:32px; height:32px; border:0; cursor:pointer; float:left; margin-left:4px; text-indent:-9999px;}


.text-field {
	padding:4px;
	border:#eb1b73 solid 1px;
	color: #555555;
}

/* ----------------------Content */

#contentContainer {
	margin: 0px auto;
	width: 906px;
	padding: 20px;
	background-color:#FFF;
	overflow: hidden;
	position: relative;
}

#contentHeader {
	margin: 0px auto;
	width: 946px;
	border-bottom: dotted #CCC thin;
	margin-bottom: 20px;
}

#contentMain {
	float: left;
	width: 660px;
	padding-right: 20px;
}

#contentMainRight {
	float: right;
	width: 206px;
}

#contentMainRightBorder {
	border: #CCC 1px solid;
	padding: 8px;
}

/* ----------------------Product Viewer */

#productMainImage {
	float: right;
	width: 320px;
	margin-top: 20px;
}

#productMainContent {
	float: left;
	width: 566px;
	margin-top: 20px;
}

#relatedProductsHolder {
	float: left;
	width: 566px;
	margin-top: 20px;
}

.productPrice {
	position: absolute;
	bottom: 20px;
	left: 360px;
}

#relatedProducts{
	margin: 0px auto;
	padding: 20px;
	width: 906px;
	border-top: solid 1px #CCC;
	background-color: #fff;
	height: 180px;
}

#noProduct{
	margin: 0px auto;
	padding: 20px;
	width: 906px;
	border-top: solid 1px #CCC;
	background-color: #fff;
}

#relatedProducts h2 {
	padding-bottom: 20px;
}

#relatedProductImage a {
	float: left;
	width: 120px;
	text-align: center;
	border: solid 1px #CCC;
	margin-right: 20px;
	
}

#relatedProductImage a:hover {
	float: left;
	width: 120px;
	text-align: center;
	border: solid 1px #eb1f77;
	margin-right: 20px;
}

#multiProductImage a {
	float: left;
	width: 50px;
	text-align: center;
	border: solid 1px #CCC;
	margin-bottom: 10px;
	
}

#multiProductImage a:hover {
	float: left;
	width: 50px;
	text-align: center;
	border: solid 1px #eb1f77;
	margin-bottom: 10px;
}

p.stockLevels {
	color: #999;
	font-size: 12px;
}


#prodCol1 {
	float: left;
	width: 200px;
	bottom: 20px;
	position: absolute;
}

#prodCol2 {
	float: right;
	z-index: 99999;
	width: 50px;
	bottom: 20px;
	right: 60px;
	position:absolute;
	text-align: right;
}

/* Product Home Page - which shows the random images */

#productCatWrapper {
	width: 640px;
	overflow:hidden;
	margin: 20px 0 0px 0;
}

#productImage {
	width: 160px;
	float: left;
}

#productHeading {
	width: 460px;
	float: left;
}

/* Individual Product Viewer */

#productImagesContainer{
	width: 180px;
	background-color: #666;
}

	
/* ----------------------Footer */

#pageFooter {
	margin: 0px auto;
	width: 906px;
	padding: 20px;
	background-color: #FFF;
	border:#CCC solid 1px;
	height: 120px;
	margin-bottom: 10px;
	margin-top: 20px;

}

#pageFooter ul {
	margin: 0px;
	padding: 0px;
}

#pageFooter li {
	list-style-type:none;
	display: inline;
	height: 120px;
	width: 153px;
	padding: 0px;
	margin: 0px;
}

#pageFooter a {
	text-decoration:none;
}

/* ----------------------------------------Copyright Footer */

#copyrightFooter {
	margin: 0px auto;
	width: 946px;
	padding: 0px;
	height: 20px;
	margin-top: 20px;
	margin-bottom: 60px;
}

#copyrightText{
	float: left;
	width: 400px;
	padding-left: 10px;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
	color: #666;
}

#copyrightText ul {
	margin: 0px;
	padding: 0px;
}

#copyrightText li {
	list-style-type:none;
	display: inline;
	padding: 0px;
	margin: 0px;
	margin-right: 20px;
}

#copyrightText a {
	text-decoration:none;
	color: #666;
	font-weight: normal;
}

#copyrightSocialMedia{
	float: right;
	
	width: 202px;
	text-align: right;
}

#copyrightSocialMediaWhite{
	float: right;	
	width: 212px;
	text-align: right;
	background-color: #ffffff;
	
}

#copyrightSocialMedia ul {
	margin: 0px;
	padding: 0px;
}

#copyrightSocialMedia li {
	list-style-type:none;
	display: inline;
	padding: 0px;
	margin-left: 2px;
}

#copyrightSocialMedia a {
	text-decoration:none;
}


/* ----------------------------------------Home Page Specifics */

#homepageContentContainer {
	margin: 0px auto;
	width: 946px;
	height: 302px;
	padding: 0px;
	margin-bottom: 20px;
}

#homePageContent {
	width: 600px;
	float: left;
	border:#CCC solid 1px;
	height: 302px;
	background-color: #fff;
}

#homePageContentRight {
	width: 320px;
	float: right;
	overflow: hidden;
	border:#CCC solid 1px;
}

#productBox1{
	width: 320px;
	height: 100px;
	border-bottom:#CCC solid 1px;
	background-color: #fff;
}

#productBox2{
	width: 320px;
	height: 100px;
	border-bottom:#CCC solid 1px;
	background-color: #fff;
}

#productBox3{
	width: 320px;
	height: 100px;
	background-color: #fff;
}




/* ----------------------------------------Links, Image & Anchor */

a {
	color: #eb1f77;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #d81167;
	font-weight:bold;
}

a img { 
	border: none; 
}

.anchor { 
	font-size: 1px;
	padding: 0 0 8px 0;
	color: #fff;
	font-weight:normal;
}

.highlight {
	color: #ff00cc;
}




/* ----------------------------------------Paragraph */

p {
	line-height: 1.6em;
	color: #555555;
	font-size: 13px;
}




/* ----------------------------------------Headings */

h1, h2, h3, h4, h5, h6 {
	
	font-weight:normal;
	margin:0pt;
	padding:0pt;
	line-height: 1.2em;
}
h1 {
	font-family: myriad;
	font-size: 3em;
	padding: 0 0 10px 0;
	letter-spacing: -2px;
	color: #666666;
}
h2 {
	font-family: Arial;
	font-size: 22px;
	padding: 0 0 2px 0;
	color: #6abf18;	
}
h3 {
	font-family: Arial;
	font-size: 22px;
	padding: 0 0 0px 0;
	color: #ff6600;
}
h4 {
	font-family: Arial;
	font-size: 18px;
	padding: 0 0 0px 0;
	color: #ff0000;
}
h5 {
	color: #03a8d6;
	font-size: 18px;
}




/* ----------------------------------------Shaded Button */

#content-main a.button {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 19px;
	height: 43px;
	text-decoration: none;
	background: transparent url('/images/button-background.png') no-repeat left 0;
}
#content-main a.button span {
	display: block;
	float: left;
	margin: 0;
	padding: 11px 19px 0 0;
	height: 32px;
	font-size: 17px;
	line-height: 17px;
	font-weight: 900;
	text-align: center;
	color: #646464;
	background: transparent url('/images/button-background.png') no-repeat right -43px;
	cursor: pointer;
}
#content-main a.button:hover {
	background-position: left -86px;
}
#content-main a.button:hover span {
	background-position: right -129px;
	color: #333333;
}

/* ------------------------------- Nav Bar */

/* ------------------------------- Button */

.signin_submit{
	background:#39d url("/images/bg-btn-blue.png") repeat-x 0 0;
	width:auto;
	overflow:visible;
	margin:20px 5px 0 0;
	padding:4px 10px 5px;
	border:1px solid #39d;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font:bold 11px "Lucida Grande",Arial,Sans-serif;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	}
	
.signin_submit::-moz-focus-inner{padding:0;border:0;}
.signin_submit:hover,#signin_submit:focus{background-position:0 -5px;cursor:pointer;}
a.signin:hover,a.signin:focus{background:#6faac8;}
a.menu-open:hover{background:#ccc;}
.signin_submit:active{background-image:none;}
.signin .forgot{margin-bottom:4px;}
.signin .forgot a,#signin .complete a{margin-right:5px;}
.signin_submit{-moz-border-radius:4px;-webkit-border-radius:4px;background:#39d url('/images/bg-btn-blue.png') repeat-x scroll 0 0;border:1px solid #39D;color:#fff;text-shadow:0 -1px 0 #39d;padding:4px 10px 5px;font-size:11px;margin:20px 5px 0 0;font-weight:bold;}


#content-carousel {
	background: #f3f3f3;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}

#content-carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#content-carousel li {
	margin: 0;
	padding: 10px 30px 10px 30px;
	
}


#content-carousel li div {
	width: 630px;
	position: relative;
	padding-bottom: 10px;
}


#content-carousel li div label {
	width: 600px;
	display: block;
	padding: 6px 0;
	font-size: 1.1em;
	color: #555555;
}

#content-carousel li div label.error {
	color: #0098d4;
	width: auto;
}

#content-carousel li div input, select, file {
	width: 320px;
	background: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #555555;
	font-size:16px;
	border: 1px solid #c3c3c3;
	padding: 4px;
}


#content-carousel li div input.file  {
	width: 320px;
	background: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #555555;
	font-size:16px;
	border: 1px solid #c3c3c3;
	padding: 4px;
}


#content-carousel li div textarea {
	width: 580px;
	height: 100px;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #555555;
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	border: 1px solid #c3c3c3;
	padding: 4px;
}


.formResultsError {
	background: #fafafa;
	border: 1px solid #ff6600;
	width: 97%;
	overflow: hidden;
	margin: 10px 0 20px 0;
	padding: 10px;
		position: relative;
}

.formResultsError h2 {
	color:#ff6600;
}


.formResultsSuccess {
	background: #fafafa;
	border: 1px solid #6abf18;
	width: 97%;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 20px;
	
}

.formResultsSuccess h2 {
	color:#6abf18;
}

.closeButton {
	float: right;
	width: 35px;
	text-align:right;
}

/* ------------------------------------ button on form */
.button {
	background:#d20f63 url(/images/buttons/overlay-button.png) repeat-x 0 0;
	display:inline-block;
	padding: 5px 15px 6px;
	border:0;
	
	
	color:#fff !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:1;
	text-decoration:none;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom:1px solid rgba(0, 0, 0, 0.25);
	position:relative;
	cursor:pointer;
	overflow:visible;
	width:auto
}
button::-moz-focus-inner {
	border:0;
	padding:0
}
.button:hover {
	background-color:#111;
	color:#fff
}
.button:active {
	-webkit-transform:translateY(1px);
	-moz-transform:translateY(1px)
}

/* Shopping Bag */

.shoppingBagWrapper {
	margin: 0px auto;
	width: auto;
	overflow: hidden;
	border-bottom: 1px dashed #cbcbcb;
}

.shoppingBagImage {
	float: left;
	width: 80px;
}

.shoppingBagContent {
	float: left;
	width: 240px;
	padding: 10px 0 5px 0;
}

.shoppingBagPrice {
	float: left;
	width: 100px;
	text-align:right;
	margin-right: 20px;
	padding: 10px 0 5px 0;
}

.shoppingBagQuantity {
	float: left;
	width: 80px;
	text-align: center;
	padding: 10px 0 5px 0;
}

.shoppingBagTotalPrice {
	float:left;
	width: 80px;
	margin-right: 20px;
	text-align: right;
	padding: 10px 0 5px 0;
}

.shoppingBagRemove {
	float: left;
	width: 20px;
	text-align:center;
	padding: 12px 0 5px 0;
}

.shoppingBagGrandTotal {
	float: left;
	width: 600px;
	text-align:right;

}

.recordWrapper{
	color: #555555;
	background-color:#f3f3f3;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0px 0px 20px 0px;
}

.record {
	padding: 6px;
	background:#fff;
	border-top:1px solid #f3f3f3;
	overflow: hidden;
}

/* Product Breadcrumbs */


#productBreadcrumbs ul {
	margin: 0px;
	padding: 0px;
}

#productBreadcrumbs li {
	list-style-type:none;
	display: inline;
	background: url(/images/breadcrumbs/bullet.png) no-repeat 0px 0px;
	padding: 1px 6px 0px 16px;
	font-size: 12px;
	color: #555555;
	margin: 0px;
}

#productDivider {
	width: 90%;
	border-bottom: 1px dashed #cbcbcb;
	padding-top: 20px;
}

#productOptions ul {
	display: inline-block;
	float: left;
	margin: 0px;
	padding: 0px;
}

#productOptions li {
	list-style-type:none;
	display: inline;
}

#payNowButton {
	width:172px;
	float: right;
}

/* Voucher Codes */

#voucherCodeForm{
	width: 100%;
	margin-top: 20px;
	float: left;
	border: #CCC 1px solid;
}

/* Facebook Like */

#facebookProductLike{
	float: left;
	margin-top: 40px;
}
