/* CSS file for the chocolates.ie website */
/* (c) by Outsource Graphix - http://www.ogx.ie/ */

* {
	margin: 0;
	padding: 0;
}

body, html {
	width: 100%;
	height: 100%;
	color: #d8d1c8;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Tahoma, Verdana, sans-serif;
	background: #161412 url(gfx/bgmain.jpg) top center repeat;
}

.cb {
	clear: both;
}

.access {
	display: none;
}

#top {
	width: 750px;
	height: 219px;
	background: url(gfx/top.jpg) no-repeat;
	position: relative;
}

h1 {
	position: absolute;
	top: 24px;
	left: 300px;
	display: block;
	width: 140px;
	height: 130px;
	overflow: hidden;
}

h1 a {
	display: block;
	width: 140px;
	height: 130px;
	text-indent: -999em;
	background: url(gfx/logo.jpg) no-repeat;
}

#tagline {
	display: none;
}

#contactDetails {
	display: none;
}

/************************************/
/* layout wrappers */

#wideWrapper {
	width: 100%;
	min-height: 409px;
	background: url(gfx/bgtop.jpg) top center repeat-x;	
}

#wrapper {
	width: 750px;
	margin: 0 auto;
}


/************************************/
/* top menu */

#siteMenuTitle {
	display: none;
}

#navi-main {
	list-style: none;
	height: 58px;
	width: 750px;
	background: url(gfx/menu.jpg) no-repeat;
}

#navi-main li {
	display: block;
	float: left;
	height: 58px;

}

#navi-main li a {
	text-decoration: none;
	float: left;
	height: 58px;
	display: block;
	text-indent: -999em;
}

#navi-main li a:hover {
	color: #fff419;

}

#navi-main li.active a { 
	color: #f3693b;
}

ul#navi-main li.active a span {
	background: transparent url(gfx/topmenuright.gif) right 0 no-repeat;
}

ul#navi-main li.active a:hover { 
  color: #fff419;
}

#navi-main li#nm1, #navi-main li#nm1 a { width: 72px; }
#navi-main li#nm1 a:hover { width: 72px; background: transparent url(gfx/menu.jpg) 0 -58px no-repeat; }

#navi-main li#nm2, #navi-main li#nm2 a { width: 116px; }
#navi-main li#nm2 a:hover { width: 116px; background: transparent url(gfx/menu.jpg) -72px -58px no-repeat; }

#navi-main li#nm3, #navi-main li#nm3 a { width: 104px; }
#navi-main li#nm3 a:hover { width: 104px; background: transparent url(gfx/menu.jpg) -188px -58px no-repeat; }

#navi-main li#nm4, #navi-main li#nm4 a { width: 148px; }
#navi-main li#nm4 a:hover { width: 148px; background: transparent url(gfx/menu.jpg) -292px -58px no-repeat; }

#navi-main li#nm5, #navi-main li#nm5 a { width: 194px; }
#navi-main li#nm5 a:hover { width: 194px; background: transparent url(gfx/menu.jpg) -440px -58px no-repeat; }

#navi-main li#nm6, #navi-main li#nm6 a { width: 116px; }
#navi-main li#nm6 a:hover { width: 116px; background: transparent url(gfx/menu.jpg) -634px -58px no-repeat; }

/************************************/
/* div below the top menu */

#menuBelow {
	width: 750px;
	height: 22px;
	background: url(gfx/menubelow.jpg) no-repeat;
}

#contentWrapper {
	width: 750px;
	background: url(gfx/contentWrapperBg.gif) right repeat-y;
}

#left {
	float: left;
	width: 216px;
	min-height: 500px;
}

.menubottom {
	margin: 0 0 20px 0;
	width: 216px;
	height: 4px;
	background: url(gfx/menuBottom.gif) no-repeat;
}

#productsMenuTitle {
	display: block;
	width: 216px;
	height: 30px;
	text-indent: -999em;
	background: url(gfx/menuTop.gif) 0 0 no-repeat;
}

#productsMenu {
	display: block;
	width: 216px;
	background: #33302f;
}

#productsMenu li {
	display: block;
	width: 216px;
	height: 37px;
	font-weight: bold;
}

#productsMenu li a {
	color: #bea598;
	text-decoration: none;
	font-size: 80%;
	display: block;
	width: 202px;
	height: 22px;
	padding: 12px 0 3px 14px;
	background: url(gfx/leftmenu.gif) 0 0 repeat-x;
}

#productsMenu li a:hover {
	color: #000;
	text-decoration: none;
	font-size: 80%;
	display: block;
	width: 202px;
	height: 22px;
	padding: 12px 0 3px 14px;
	background: url(gfx/leftmenu.gif) 0 -37px repeat-x;
}

#specialOccasionBox {
	width: 216px;
	height: 249px;
	background: url(gfx/happyeaster.jpg) no-repeat;
	margin: 20px 0 30px 0;
}

#miniCart {
	width: 216px;
	background: #0e0c0b;
	padding: 0 0 15px 0;
}

#miniCartTop {
	width: 216px;
	height: 58px;
	background: url(gfx/cartTop.png) no-repeat;
	text-align: center;
}

#miniCartBottom {
	width: 216px;
	height: 3px;
	margin: 0 0 40px 0;
	background: url(gfx/leftitembottom.gif) no-repeat;
}

#miniCart p {
	font-size: 80%;
	padding: 10px 0 0 0;
	text-align: center;
	width: 196px;
	margin: 0 auto;
	color: #c7beb6;
}

#miniCart a {
	text-decoration: none;
	color: #000;
	background: #e35f33;
	display: block;
	padding: 3px;
	width: 100px;
	margin: 10px auto;
}

#miniCart a:hover {
	text-decoration: none;
	color: #e35f33;
	background: #fff;
}

#miniCart strong {
	font-weight: bold;
	color: #e35f33;
}


#weAccept {
	width: 216px;
	background: #0e0c0b;
	padding: 0 0 15px 0;
}

#weAcceptTop {
	width: 216px;
	height: 3px;
	background: url(gfx/leftitemtop.gif) no-repeat;
}

#weAcceptBottom {
	width: 216px;
	height: 3px;
	background: url(gfx/leftitembottom.gif) no-repeat;
}

#weAccept h3 {
	font-size: 70%;
	padding: 10px 0 0 0;
	text-align: center;
	width: 196px;
	margin: 0 auto;
	color: #c7beb6;
}

#weAccept p {
	font-size: 70%;
	padding: 10px 0 0 0;
	text-align: center;
	width: 196px;
	margin: 0 auto;
	color: #c7beb6;
}

#weAccept a {
	text-decoration: underline;
	color: #e35f33;
}

#weAccept a:hover {
	text-decoration: none;
	color: #e35f33;
	background: #fff;
}

#weAccept strong {
	font-weight: bold;
	color: #e35f33;
}

#weAccept p#cards {
	display: block;
	padding: 0;
	width: 162px;
	height: 23px;
	background: url(gfx/ccs.gif) no-repeat;
	margin: 10px auto;
	text-indent: -999em;
}



#content {
	float: left;
	width: 495px;
	padding: 20px 20px 0 19px;
	min-height: 500px;
	background: url(gfx/txttop.jpg) top right no-repeat;
}

#splash {
	width: 750px;
	height: 526px;
	background: url(splash.jpg) top left no-repeat;
}


/************************************/
/* main content styling */

#content p, #content ul, #content ol, p#pRealex {
	font-size: 13px;
	line-height: 133%;
}

#content p {
	padding: 0 10px 20px 30px;
}

#content p.bc, #content p.bbc {
	font-size: 11px;
	color: #7e7e7e;
}

#content p.bc {
	padding: 0 10px 15px 0;
}

#content p.bbc {
	padding: 0 10px 0 0;
}


#content ul {
	padding: 0 10px 20px 48px;
}

#content ul li {
	padding: 0 0 20px 0;
}

#content ol {
	padding: 0 10px 20px 48px;
}

#content a {
	color: #f3693b;
	text-decoration: none;
	border-bottom: 1px #92503b solid;
}

#content a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #9d9d9d solid;	
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #d95529;
	font-weight: normal;
}

#content h2 {
	padding: 0 0 20px 20px;
	font-size: 24px;
} 

#content h3 {
	font-size: 18px;
	padding: 20px 0 10px 25px;
}

#content h4 {
	padding: 16px 0 8px 25px;
	font-size: 16px;
}

#content h5 {
	padding: 12px 0 5px 25px;
	font-size: 14px;
}

#content h6 {
	padding: 10px 0 3px 25px;
	font-size: 12px;
	font-weight: bold;
}

#content dt {
	color: #fff;
	font-size: 13px;
}

#content dd {
	padding: 3px 30px 12px 45px;
	font-size: 12px;
	
}

#content form {
	padding: 20px 20px 20px 30px;
	background: #3c3839;
	margin: 0 0 20px 20px;
}

#content form.cform {
	width: 425px;
}

#content form fieldset {
	border: 0;
	text-align: left;
}

#content form fieldset legend {
	display: none;
}

#content form fieldset label {
	color: #fff;
	font-size: 80%;
}

#content form fieldset label.required strong {
	color:  Red;
	font-weight: bold;
}

#content form fieldset input {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Tahoma, Verdana, sans-serif;
	padding: 2px 3px 2px 3px;
	color: #512b01;

	margin: 0 0 15px 0;
	background: #e7e4cd;
	border-top: 2px #3c230b solid;
	border-right: 2px #857563 solid;
	border-bottom: 2px #857563 solid;
	border-left: 2px #3c230b solid;
}

#content form fieldset input.checkbox,
#content form fieldset input.radio {
	border: none;
}

#content form.cform fieldset input {
	width: 400px;	
}

#content form fieldset option, 
#content form fieldset select {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Tahoma, Verdana, sans-serif;
	color: #512b01;

	background: #e7e4cd;
}

#content form.cform fieldset option {
	width: 400px;	
}

#content form fieldset select {
	margin: 0 0 5px 0;	
	border-top: 2px #3c230b solid;
	border-right: 2px #857563 solid;
	border-bottom: 2px #857563 solid;
	border-left: 2px #3c230b solid;
}

#content form.cform fieldset select {
	width: 410px;
}

#content form fieldset option {
	padding: 1px 5px 3px 5px;
	line-height: 100%;
}

#content form fieldset textarea,
#contentIframe textarea {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Tahoma, Verdana, sans-serif;
	padding: 5px 5px 3px 5px;
	height: 100px;
	color: #512b01;
	font-size: 1em;
	margin: 0 0 10px 0;
	background: #e7e4cd;
	border-top: 2px #3c230b solid;
	border-right: 2px #857563 solid;
	border-bottom: 2px #857563 solid;
	border-left: 2px #3c230b solid;
}

#content form.cform fieldset textarea {
	width: 400px;	
}

#content form input.radio, #content form input.checkbox {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 100%;
	width: auto;
	background: transparent;
}

#content form fieldset input.button,
#contentIframe input.button 
{
	padding: 0 10px 0 10px;
	background: #77624b;
	color: #fff;
	width: auto;
	font-size: 12px;
	border-top: 2px #857563 solid;
	border-right: 2px #453729 solid;
	border-bottom: 2px #453729 solid;
	border-left: 2px #857563 solid;
}

#content p.placeOrder {
	display: block;
	width: 120px;
	height: 20px;
	text-align: center;
	margin-bottom: 15px;
}

#content p.placeOrder a {
	display: block;
	width: 100px;
	height: 20px;
	padding: 3px 10px 3px 10px;
	background: #77624b;
	color: #fff;
	width: auto;
	font-size: 13px;
	font-weight: bold;
	border-top: 2px #857563 solid;
	border-right: 2px #453729 solid;
	border-bottom: 2px #453729 solid;
	border-left: 2px #857563 solid;
}

/* homepage products */

#homeProducts {
	width: 515px;
	min-height: 273px;
	background: #42403f url(gfx/homeProductBgTop.gif) top repeat-x;
}

#homeProductsBottom {
	width: 515px;
	height: 27px;
	background: url(gfx/homeProductBgBottom.gif) top repeat-x;
}

/* homepage Christmas info */

.homeBoxImg {
	margin: 15px 10px 15px 15px;
	padding: 0;
	float: left;
}

#xmasInfo {
	width: 515px;
	background: #b3401a url(gfx/warningbg.gif) top repeat-x;
}

#xmasInfo h4 {
	color: #fff;
	margin: 0;
}

#xmasClosing {
	width: 515px;

	background: #211815 url(gfx/xmasnotebg.gif) top repeat-x;
}

.personalisedItemInfo {
	background: #251613;
	margin: 0 0 20px 20px;
}

/* product list */

#content .productListWrapper {
	width: 140px;
	float: left;
	text-align: center;
	margin: 10px 5px 15px 20px;
}

#content .productListWrapper h4 {
	display: block;
	height: 45px;
	overflow: hidden;
	background: url(gfx/plisttitlebg.gif) top center no-repeat;
	padding: 10px 5px 0 5px;
	font-size: 13px;
}

#content #homeProducts .productListWrapper h4 {
	display: block;
	height: 45px;
	overflow: hidden;
	background: transparent;
	padding: 10px 5px 0 5px;
	font-size: 13px;
}

#content .productListWrapper img {
	border: none;
}

#content .productListWrapper a.prodListImg, #content .productListWrapper a.prodListImg img {
	border: none;
	border-bottom: none;
}

#content .productListWrapper a.prodListImg img {
	height: 130px;
	width: 130px;
}

#content .productBottom {
	min-height: 44px;
	width: 130px;
/*	background: url(gfx/plistpbgbottom.jpg) bottom no-repeat; */
}

#content .productListPrice {
  font-size: 22px;
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 5px 0 0 0;
  width: 140px;
  height: 31px;
  background: url(gfx/pricebg.gif) center 5px no-repeat;
}



#content #homeProducts .productListPrice {
  font-size: 22px;
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 5px 0 0 0;
  width: 140px;
  height: 31px;
  background: url(gfx/pricebghome.gif) center 5px no-repeat;
}



#content .productListPrice del {
  color: #888072;
  font-size: 0.9em;
}

#content .productListPrice span {
  color: #a8a8a8;
}


/* product page */

#productWrapper img {
	float: left;

	margin: 0 0 30px 30px
}

#priceAndCart {
	float: left;
	width: 175px;
	margin: 0 0 0 20px;
}

#content #priceAndCart p {
	padding: 10px 15px 10px 20px;
}

#content #priceAndCart p.sendToAFriend {
	display: block;
	width: 175px;
	height: 47px;
	background: url(gfx/sendtoafriend.gif) top left no-repeat;
	padding: 0;
}

#content #priceAndCart p.sendToAFriend a {
	display: block;
	width: 120px;
	height: 28px;
	padding: 19px 0 0 55px;
	text-align: left;
}

#content #priceAndCart p {
	padding: 10px 15px 10px 20px;
}

#content form.itemPageCart {
	background: transparent;
	padding: 0 15px 0 0;
}

form.itemPageCart fieldset {
  border: none;
}

form.itemPageCart legend {
  display: none;
}

form.itemPageCart input {
  padding: 2px 5px 2px 5px;
  font-size: 11px;
  margin: 0 5px 7px 0;
  width: 20px;
  text-align: center;
  font-weight: bold;
}

#content form.itemPageCart label {
	color: #a8a8a8;
  font-size: 12px;
}

#content form.itemPageCart input.button {
  width: 100px;
  font-size: 12px;

  padding: 2px 5px 2px 5px;
}

#content form.itemPageCart select {
	width: 135px;
	margin: 0 0 15px 0;
	font-size: 12px;
}

#content #priceAndCart p.price .currency {
  font-size: 18px;
  color: #a8a8a8;
  padding: 5px 0 0 0;
}

#content p.price del {
  color: #888072;
}

#content p.price strong {
  color: #fff;
	font-size: 18px;
}


/* cart page */

.cart table {
	width: 500px;
}

.cart fieldset {
	padding: 0 0 30px 0;
}

table caption {
  display: none;
}



th.cProductName,
td.cProductName {
  width: 200px;
}


th.cProductQuantity,
td.cProductQuantity {
  width: 55px;
}

div#content table {
	width: 445px;
	margin: 0 0 20px 30px;
}

div#content table th {
  background: #595757;
  font-size: 0.8em;
  padding: 4px 7px 4px 7px;  
  color: #e6dad3;
  text-align: left;
}

div#content table td {
  background: #3c3636;
  font-size: 12px;
  padding: 4px 7px 4px 7px;
}

div#content form.cart {
	margin: 0;
	padding: 0 0 0 30px;
	background: transparent;
}

div#content form.cart input {
  width: 50px; 
  padding: 2px 5px 2px 5px;

  font-size: 11px;
  margin: 0 5px 7px 0;
  width: 20px;
  text-align: center;
  font-weight: bold;
}

div#content th.cProductPrice,
div#content td.cProductPrice {
  width: 50px;
}

div#content th.cProductOptions,
div#content td.cProductOptions {
  width: 55px;
}

div#content form.cart input.button {
	padding: 0 10px 0 10px;
	margin: 10px 0 0 0;
	color: #fff;
	width: auto;
	font-size: 0.8em;
	background: #775a4b;
	border-top: 2px #8a6e5f solid;
	border-right: 2px #664b3e solid;
	border-bottom: 2px #664b3e solid;
	border-left: 2px #8a6e5f solid;
}

div#content form.cart table {
	margin: 0;
}

div#content form.cart table td.cSubtotal {
  color: #f3693b;
  font-weight: bold;
  font-size: 0.8em;
}

div#content form.cart table td.cSubtotal {
  color: #f3693b;
}

h3.delivery {
  margin-top: 10px;
}


/* address form (step 2 of 3) */

div#content form.orderForm {
	margin: 0 0 20px 0;
	padding-top: 0;
	padding: 0 0 20px 10px; 
	background: transparent;
}

div#content form.orderForm input {
  padding: 2px 5px 2px 5px;
  font-size: 11px;
  margin: 0 5px 7px 0;
  width: 220px;

  font-weight: bold;
}

div#content form.orderForm input.button,
div#content form.orderForm label.radio input,
div#content form.orderForm label.checkbox input {
	width: auto;
}

div#content form.orderForm label.radio,
div#content form.orderForm label.checkbox {
	font-size: 12px;
}

div#content form.orderForm fieldset#addressForm {
	padding: 0 0 20px 30px;
}

div#content form.orderForm fieldset#addressForm h3 {
	padding: 0 0 10px 0;
	margin: 0;
}

div#content th.cProductPrice,
div#content td.cProductPrice {
  width: 50px;
}

div#content th.cProductOptions,
div#content td.cProductOptions {
  width: 55px;
}

div#content form.orderForm input.button {
	padding: 0 10px 0 10px;

	margin: 10px 0 0 0;
	color: #fff;
	width: auto;
	font-size: 0.8em;
	background: #775a4b;
	border-top: 2px #8a6e5f solid;
	border-right: 2px #664b3e solid;
	border-bottom: 2px #664b3e solid;
	border-left: 2px #8a6e5f solid;
}

div#productWrapper div.productText img.swatch {
	display: block;
	width: 70px;
	height: 333px;
	float: left;
	margin: 0 20px 15px 0;
}
















#contentBottom {
	width: 750px;
	height: 5px;
	background: url(gfx/contentbottom.gif) top right no-repeat;
}

/************************************/
/* bottom */



#bottom {
	width: 750px;
	height: 60px;
	padding: 20px 0 0 0 ;
	margin: 0 auto;
	position: relative;
	background: url(gfx/bottombg.png) 0 20px no-repeat;
}

#navi-supp {
	text-align: left;
	padding: 10px 0 0 10px;
	list-style: none;
}


#bottom a {
	color: #f3693b;
	text-decoration: none;
	border-bottom: 1px #92503b solid;
}

#bottom a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #9d9d9d solid;	
}











#navi-supp li {
	font-size: 11px;
	margin: 0;
	padding: 0 1px 0 5px;
	display: inline;
	border-left: 1px #868686 solid;
}

#navi-supp li.firstitem {
	border-left: none;
}

#webdesign {
	padding: 10px 10px 0 0;
	font-size: 11px;
	position: absolute;
	text-align: right;
	top: 25px;
	right: 10px;
}







#contentIframe
{
	padding: 80px 20px;
	width: 400px;
	margin: 0 auto;
}

#contentIframe,
#contentIframe label
{
	font-size: 12px;
}
