/*---------------------------------
  RESET
----------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*---------------------------------
  Start
----------------------------------*/

html, body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: black;
}

div#wrapper{
	width: 960px;
	margin: 0 auto 30px auto;
}

strong{
	font-weight: bold;
}

a{
	color: #DF4800;
}

a:hover{
	/*color: #FE840A;*/
	text-decoration: underline;
}

a.pdf{
	background: url('../styleImages/pdf.png') left top no-repeat;
	padding-left: 19px;
}

h2{
	padding-bottom: 5px;
	font-size: 28px;
}

h3{
	padding-bottom: 5px;
	font-size: 20px;
}

h4{
	color: #DF4800;
	font-size: 15px;
	padding-bottom: 2px;
}

br.clear{
	clear: both;
}

li.clearingli{
	float: none !important;
	clear: left !important;
	width: 0px !important;
	height: 0px !important;
}

.boxContent {
	margin-bottom: 10px;
	margin-top: 0px;
	width: 780px;
	float: left;
}

body.home .boxContent{
	margin-bottom: 0px;
}

.boxContent p{
	line-height: 150%;
	margin-bottom: 1em;
}


body.viewProd #pageSurround{
	/*margin-top: 20px*/
}


/*---------------------------------
  Columns
----------------------------------*/	

.colLeft {
	width: 160px; 
	float: left;
}
.colMid {
	width: 760px;
	float: left;
}

.colMid .boxContent{
	/*min-height: 520px;*/
}

.colRight {
	width: 172px; 
	float: right;
	margin-top: 6px;
}

/* Disable right hand menu on these pages */

body.home .colRight,
body.viewDoc .colRight,
body.account .colRight,
body.login .colRight,
body.reg .colRight,
body.forgotPass .colRight,
body.profile .colRight,
body.viewOrders .colRight,
body.changePass .colRight,
body.newsletter .colRight,
body.logout .colRight,
body.registry .colRight{
	display: none;
}

body.home .colMid,
body.viewDoc .colMid,
body.account .colMid,
body.login .colMid,
body.reg .colMid,
body.forgotPass .colMid,
body.profile .colMid,
body.viewOrders .colMid,
body.changePass .colMid,
body.newsletter .colMid,
body.logout .colMid,
body.registry .colMid{
	width: 100%;
}

body.home .boxContent,
body.viewDoc .boxContent,
body.account .boxContent,
body.login .boxContent,
body.reg .boxContent,
body.forgotPass .boxContent,
body.profile .boxContent,
body.viewOrders .boxContent,
body.changePass .boxContent,
body.newsletter .boxContent,
body.logout .boxContent,
body.bodycart .boxContent,
body.registry .boxContent{
	width: 100%;
}


/* But not these... */

body.doc-id7 .colRight{
	display: inline;
}

body.doc-id7 .colMid{
	width: 780px;
}

/*  */

body.doc-id7 a.back-depts{
	display: none;
}

body.viewCat div.colRight{
	margin-top: 330px;
}

div.colRight a#facebook,
div.colRight a#twitter{
	width: 64px;
	height: 77px;
	float: left;
	display: block;
	background: url('../styleImages/sidebar-facebook.png') top left no-repeat;
	margin: 0 20px 0 0;
}

div.colRight a#twitter{
	background-image: url('../styleImages/sidebar-twitter.png');
}

div.colRight a#facebook:hover,
div.colRight a#twitter:hover{
	background-position: 0 -84px;
}


/*---------------------------------
  Homepage
----------------------------------*/	

div#homeleft{
	width: 306px;
	float: left;
}

div#homeleft p{
	/*text-align: justify;*/
	line-height: 155%;
}

div#homeleft img#homewelcome{
	padding-bottom: 15px;
}

div#homeleft ul li{
	width: 100%;
}

a#gotoourdepartments{
	width: 307px;
	height: 41px;
	display: block;
	text-indent: -9999px;
	background: url('../styleImages/gotoourdepartments.png') top left no-repeat;
	margin: 15px 0 10px 0;
}

a#gotoourdepartments:hover{
	background-position: 
}

a#thismonthsnewsletter{
	width: 307px;
	height: 41px;
	display: block;
	text-indent: -9999px;
	background: url('../styleImages/thismonthsnewsletter.png') top left no-repeat;
}

div#homepageStrip{
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 20px 0 20px 0;
	margin: 20px 0 0 0;
}

div#homepageStrip div.product{
	padding: 0 40px 20px 0;
}


div#tenthings{
	border-bottom: 1px solid #E0E0E0;
	padding: 20px 0 20px 0;
}

div#tenfavouritegifts{
	border-bottom: 1px solid #E0E0E0;
	padding: 20px 0 20px 0;
}

div#whatsNew{
	float: left;
	border-right: 1px solid #E6E6E6;
	margin-right: 30px;
}

div#whatsNew div.productno1{
	padding-right: 10px;	
}

div#whatsOld div.product{
	padding-right: 20px;	
}

div#whatsOld{
	float: left;
	border-right: 1px solid #E6E6E6;
	margin-right: 30px;
	min-height: 267px;
}

div#whatsNews{
	width: 357px;
	line-height: 125%;
	float: right;
	min-height: 267px;
}

h2.caslon{
	margin-bottom: 10px;
}

img.homemain{
	float: right;
}

img#homemain1{
	margin-right: 20px;
}


a#btn-christmas{
	margin: 19px 0 5px 0;
	display: block;
	width: 960px;
	height: 92px;
	background: url('../styleImages/btn-christmas.png') top left no-repeat;
	text-indent: -3000px;
}

a#btn-christmas:hover{
	background-position: left -92px;
}


a#btn-presentlist{
	margin: 11px 0 5px 0;
	display: block;
	width: 960px;
	height: 52px;
	background: url('../styleImages/btn-presentlist.png') top left no-repeat;
	text-indent: -3000px;
}

a#btn-presentlist:hover{
	background-position: left -52px;
}


a#btn-departments{
	margin: 25px 0 0 0;
	display: block;
	width: 960px;
	height: 30px;
	background: url('../styleImages/btn-departments.png') top left no-repeat;
	text-indent: -3000px;
}

a#btn-departments:hover{
	background-position: left -30px;
}


/*
a#shopnow { background: url(../styleImages/shop-now-over.png); 
	margin-top: 30px;
	display: block;
	width: 307px;
	height: 40px;
}
a#shopnow:link,
a#shopnow:visited { background: url(../styleImages/shop-now.png); }
a#shopnow:hover,
a#shopnow:focus { background: url(../styleImages/shop-now-over.png); }
*/


/*---------------------------------
  About us
----------------------------------*/


div#docColLeft{
	width: 305px;
	float: left;
	margin-right: 20px;
}

div#docColLeft p{
	margin-bottom: 2em;
}

div#docColRight{
	float: right;
}


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


#topHeader {
	text-align: center;
	height: 66px;
	padding: 27px 0 4px 0;
	margin-bottom: 8px;
	position: relative;
	background: url('../styleImages/rule.png') bottom left no-repeat;
}

#topHeader img#logo{
	margin: 0 auto;
	width: 344px;
}

ul.toptopnav{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.toptopnav li{
	float: left;
	height: 49px;
}

ul.toptopnav li a{
	background: top left no-repeat;
	display: block;
	text-indent: -3000px;
	height: 49px;
	outline: none;
}

ul.toptopnav li a:hover {
   background-position: 0 -49px;
}
   
ul.toptopnav li a.selected {
   background-position: 0 -49px;
}

ul.toptopnav li a.selected:hover{
	cursor: default;
}

ul#toptopnav-left{
	width: 210px;
	float: left;
} 
 
ul#toptopnav-right{
	width: 221px;
	float: right;
	margin: 0;
	padding: 0;
}

ul.toptopnav li a#toptopnav-shop{
	background-image: url(../styleImages/toptopnav-shop.png);
	width: 63px;
}

ul.toptopnav li a#toptopnav-inspiration{
	background-image: url(../styleImages/toptopnav-inspiration.png);
	width: 147px;
}

ul.toptopnav li a#toptopnav-interiors{
	background-image: url(../styleImages/toptopnav-interiors.png);
	width: 113px;
}

ul.toptopnav li a#toptopnav-architecture{
	background-image: url(../styleImages/toptopnav-architecture.png);
	width: 108px;
}


/*---------------------------------
  Top nav
----------------------------------*/


div#topnavHolder{
	text-align: left;
}

ul#topnav{
	list-style: none;
	padding: 0 0 35px 0;
	text-align: left;
	margin: 0;
}

ul#topnav li{
	height: 7px;
	float: left;
}

ul#topnav li a{
	height: 8px;
	background: 0px 5px no-repeat;
	display: block;
	text-indent: -3000px;
	padding: 6px 22px 4px 0;
	font-size: 0;
}

ul#topnav li a:hover,
ul#topnav li a.selected {
   background-position: 0 -8px;
}


ul#topnav li a.topnav-home{
	background-image: url(../styleImages/topnav-home.png);
	width: 40px;
}

ul#topnav li a.topnav-depts{
	background-image: url(../styleImages/topnav-depts.png);
	width: 102px;
}

ul#topnav li a.topnav-aboutus{
	background-image: url(../styleImages/topnav-aboutus.png);
	width: 73px;
}

ul#topnav li a.topnav-orderingfromus{
	background-image: url(../styleImages/topnav-orderingfromus.png);
	width: 112px;
}

ul#topnav li a.topnav-weddinglists{
	background-image: url(../styleImages/topnav-weddinglists.png);
	width: 110px;
}

ul#topnav li a.topnav-youraccount{
	background-image: url(../styleImages/topnav-youraccount.png);
	width: 111px;
}

ul#topnav li a.topnav-yourbasket{
	background-image: url(../styleImages/topnav-yourbasket.png);
	width: 98px;
}

ul#topnav li a.topnav-press{
	background-image: url(../styleImages/topnav-press.png);
	width: 44px;
}

ul#topnav li a.topnav-contactus{
	background-image: url(../styleImages/topnav-contactus.png);
	width: 91px;
	padding-right: 0;
} 
        

/*---------------------------------
  
----------------------------------*/	

#footer{
	border-top: 1px solid #E0E0E0;
	margin-top: 35px;
	margin-bottom: 50px;
	padding-top: 8px;
}

#footer .siteDocs{
	text-align: right;
	width: 50%;
	float: right;
}

#footer .siteDocs a{
	font-size: 11px;
	color: #666;
	padding-left: 14px;
}

#footer a:hover{
	color: #DF4800;
	text-decoration: underline;
}

#footer p#joesmalleylink{
	float: left;
	font-size: 11px;
	color: #FDFDFD;
}

#footer p#joesmalleylink a{
	color: #FDFDFD;
	padding-left: 0;
}

#footer a#timeout{
	float: left;
}

/*
body.doc-id2 #footer p#joesmalleylink{
	color: #666;
}

body.doc-id2 #footer p#joesmalleylink a{
	color: #666;
	text-decoration: none;
}

body.doc-id2 #footer p#joesmalleylink a:hover{
	color: #DF4800;
	text-decoration: underline;
}
*/




.boxTitleLeft, .boxTitleRight {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}
.boxContentLeft, .boxContentRight {
	margin-bottom: 10px;
}

.rightColBox {
	margin-bottom: 20px;
}

.rightColBoxCats{
	margin-bottom: 15px;
}


/*---------------------------------
  
----------------------------------*/	

img#categoryimage{
	padding-bottom: 30px;
}

div.product{
	/*
	width: 155px;
	height: 155px;
	*/
	
	width: 240px;
	height: 310px;
	
	float: left;
	/*font-weight: bold; */
	padding: 0 20px 20px 0;
}

div.homeproduct{
	/* Image is 140x140px */
	width: 155px;
	height: 180px;	
}

div.product p{
	line-height: 130%;
	margin-bottom: 2px;
}

div.product a.productimage{
	height: 240px;
	width: 240px;
	display: block;
	overflow: hidden; 
	background-repeat: no-repeat;
	background-position: center center;
	/*background-color: #d7d7d9;*/
	text-align: center;
}

div.homeproduct a.productimage{
	height: 140px;
	width: 140px;	
}

div.product img{
	padding: 0 0 6px 0;
	vertical-align: middle;
}

div.product p.product-title a{
	color: #666;
}

div.product p.product-title a:hover{
	color: #DF4800;
}

div.product p.product-price{

}


h1,
h1#pagetitle,
h1.pageTitle,
.txtContentTitle{
	font-size: 39px;
	padding-bottom: 20px;
	color: black;
}

body.doc-id5 h1#pagetitle{
	background: url('../styleImages/ordering-from-us-cart.jpg') 245px 0px no-repeat;
	margin-top: -10px;
	padding-top: 10px;
}

body.bodycart h1.pageTitle{
	background: url('../styleImages/basket.jpg') right top no-repeat;
	margin-top: -10px;
	padding-top: 10px;
}

h1#producttitle{
	font-size: 44px;
	padding-bottom: 20px;
	color: black;
}


body.grandfather-category1 h1#producttitle{
	color: #7EB535;
}
body.grandfather-category2 h1#producttitle{
	color: #005695;
}
body.grandfather-category3 h1#producttitle{
	color: #e1348f;
}
body.grandfather-category4 h1#producttitle{
	color: #910000;
}
body.grandfather-category5 h1#producttitle{
	color: #00AEDB;
}
body.grandfather-category6 h1#producttitle{
	color: #F4911E;
}
body.grandfather-category7 h1#producttitle{
	color: #46A33F;
}
body.grandfather-category8 h1#producttitle{
	color: #92278F;
}
body.grandfather-category9 h1#producttitle{
	color: #008BB9;
}
body.grandfather-category10 h1#producttitle{
	color: #F38481;
}
body.grandfather-category35 h1#producttitle{
	color: #CE4300;
}
body.grandfather-category36 h1#producttitle{
	color: #996699;
}


div#productdetail-leftcol{
	width: 470px;
	float: left;
	padding-right: 20px;
}

div#productdetail-rightcol{
	width: 265px;
	float: left;
	color: #666;
}

div#productdetail-rightcol div#product-desc{
	/*line-height: 145%;
	font-size: 12px !important;*/
}

img#MainProdImage{
	padding-bottom: 35px;
}

div#productdetail-leftcol div.moreimages{
	padding: 10px 0 10px 0;
}

div#productdetail-leftcol div.moreimages p{
	margin-bottom: 5px;
}

div#productdetail-leftcol div.moreimages a img{
	width: 140px !important;
}

a.back-arrow{
	background: url(../styleImages/back-arrow.png) 0px 6px no-repeat;
	padding-left: 13px;
}

div#productdetail-rightcol p#product-description{
	color: #666;
}

div#productdetail-rightcol p{
	font-family: Georgia, "Times New Roman", Times, serif !important;	
}

div#relatedproducts{
	border-top: 1px solid #E0E0E0;
}


/*---------------------------------
  CHECKOUT PAGES
----------------------------------*/	

.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 100%;
	float: left;
}
/* END CHECK OUT PAGES */

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #ffffff;
	margin: 0px auto;
	float: left;
	width: 99%;
}
.subCat {
	width: 173px;
	height: 135px;
	float: left;
	margin: 0 20px 20px 0;
}

body.doc-id7 .subCat {
	height: 165px;
}

.subCat a.subcatimage{
	display: block;
	width: 100px;
	height: 93px;
}

body.doc-id7 .subCat a.subcatimage{
	width: 173px;
	height: 126px;
}

.subCat a.txtDefault{
	/*
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: black;
	*/
	color: #666;
	line-height: 125%;
}

.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#imgThumbSpace{
	line-height: 0px;		
}
#imgThumbSpace img {
	padding-right: 3px;
	padding-bottom: 3px;		
}

div.latestProds {
	text-align: center;
	width: 19%;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 200px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #e1e1e1;
}

/*
Start Cross-Browser DHTML Menu
*/

ul#mainmenu-nav {
	list-style: none;
	list-style-type: none;
	margin: 0;
	
}

ul#mainmenu-nav .li-nav a {
	background-color: #ffffff;
	width: 172px;
	display: block;
	color: #333333;
	text-decoration: none;
	margin: 0px;	
	height: 17px;
	background: top left no-repeat;
	text-indent: -3000px;
}

ul#mainmenu-nav .li-nav a:hover {
	background-color: #ffffff;
	color: #c3e37e;
	background-position: -225px 0;
}

ul#mainmenu-nav li.selected{
	padding-left: 14px;
	background: url('../styleImages/cat-arrow.png') 6px 4px no-repeat;
}

ul#mainmenu-nav li a.selected {
   cursor: pointer;
}

ul#mainmenu-nav li a.selected:hover{
	cursor: default;
}


ul#mainmenu-nav .ul-nav, .li-nav {
	display: block;
	list-style: none;
}

ul#mainmenu-nav .ul-nav {
	width: 140px;
	padding: 0px;
}

ul#mainmenu-nav .ul-nav a{
	text-indent: 0px;
}

ul#mainmenu-nav .li-nav {	
	float: left;
}

ul#mainmenu-nav .li-nav .ul-nav  {
margin-left: 8px;
}

ul#mainmenu-nav li a#categories-r1{
	background-image: url(../styleImages/categories_r1_c1_s1.png);
}
ul#mainmenu-nav li a#categories-r2{
	background-image: url(../styleImages/categories_r2_c1_s1.png);
}
ul#mainmenu-nav li a#categories-r3{
	background-image: url(../styleImages/categories_r3_c_s1.png);
}
ul#mainmenu-nav li a#categories-r4{
	background-image: url(../styleImages/categories_r4_c1_s1.png);
}
ul#mainmenu-nav li a#categories-r5{
	background-image: url(../styleImages/categories_r5_c1_s1.png);
}
ul#mainmenu-nav li a#categories-r6{
	background-image: url(../styleImages/categories_r6_c1_s1.png);
	height: 30px;
}
ul#mainmenu-nav li a#categories-r7{
	background-image: url(../styleImages/categories_r7_c1_s1.png);
}
ul#mainmenu-nav li a#categories-r32{ /* STATIONERY */
	background-image: url(../styleImages/categories_r8_c1_s1.png);
}
ul#mainmenu-nav li a#categories-r9{
	background-image: url(../styleImages/categories_r9_c1_s1.png);
}
ul#mainmenu-nav li a#categories-r10{
	background-image: url(../styleImages/categories_r10_c1_s1.png);
}

/* Christmas */

ul#mainmenu-nav li a#categories-r35{
	background-image: url(../styleImages/categories_r11_c1_s1.png); 
}


/* Presents for All */
/*
ul#mainmenu-nav li a#categories-r35{
	background-image: url(../styleImages/categories_r11_c1_s1.png);
}
*/

ul#mainmenu-nav li a#categories-r36{
	background-image: url(../styleImages/categories_r12_c1_s1.png);
}
ul#mainmenu-nav li a#categories-r37{
	background-image: url(../styleImages/categories_r13_c1_s1.png);
}


ul#mainmenu-nav li a#categories-r24{ /* PAPER+CARDS */
	background-image: url(../styleImages/categories_r14_c1_s1.png);
}
ul#mainmenu-nav li a#categories-r33{ /* BOOKS */
	background-image: url(../styleImages/categories_r15_c1_s1.png);
}

ul#mainmenu-nav li a#categories-r38{ /* NEW THIS SEASON */
	background-image: url(../styleImages/categories_r16_c1_s1.png);
}

ul#mainmenu-nav li a#categories-r39{ /* SALE ITEMS */
	background-image: url(../styleImages/categories_r33_c1.png);
}


/* JOE MOD - Don't show sub cats. */
ul#mainmenu-nav li ul.ul-nav{
	display: none;
}


a.hassubmenu {
	/*
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 130px 6px;
	*/
}


ul#submenu-nav{
	margin: 0;
}

ul#submenu-nav li{
}

ul#submenu-nav li a{
	text-decoration: none;
	color: #666666;
	display: none;
}

ul#submenu-nav li a:hover{
	color: #DF4800;
}

ul#submenu-nav li a.current_cat{
	font-weight: bold;
	background: url('../styleImages/subcat-arrow.png') 0px 3px no-repeat;
	padding-left: 8px;
}

ul#submenu-nav li a.current_cat:hover{
	color: #DF4800;
}

ul#submenu-nav li ul{
	margin: 0;
}

ul#submenu-nav ul.parent_cat a{
	display: block;
	padding-bottom: 8px;
}

/*
End Cross-Browser DHTML Menu
*/


img {
	border: none;
}

.cart_icon {
	border: none;
	margin: 12px 0px;
}

.searchBtn {
	color: #000000;
	background: url(../styleImages/searchbtn.png) top left no-repeat;
	height: 25px;
	width: 29px;
	display: block;
	float: left;
}

.searchBtn:hover{
	background-position: 0 -25px;	
}

.searchBox {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #C3C3C3;
	font-size: 12px;
	float: left;
	margin-right: 5px;
	padding: 2px 0 2px 5px;
	height: 19px;
	width: 131px;
}
.textbox {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #C3C3C3;
	font-size: 12px;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	/*font-size: 12px;*/
	color: #e1e1e1;
}

.submit {	
	/*
	color: #FFFFFF;
	height: 18px;
	font-weight: bold;
	font-size: 11px;
	background-color: #c3e37e;
	border: 1px solid #b1d16c;
	*/
	
	
	line-height: 20px;
	display:block;
	text-align:center;
	padding: 3px 11px;
	color:#fff;
	font-weight:900;
	text-decoration:none;
	background-color: #DF4800;
	border:none;
	cursor: pointer;
}

.submit:hover{
	background-color: #B33A00;
}

form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin-left: 30px;
	padding: 0px;
	color: #333333;	
}

li {
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 12px;
}

li.num {
	color: #333333;		
}

ul.account{
	list-style-type: square;
	/*clear: both;*/
}

ul.account li,
li.account,
ul.dotted li{
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}

.txtSession, .txtCopy, .txtSiteDocs {

}
a.txtSession, a.txtSiteDocs {
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	text-decoration: underline;
}
.txtButton {
	color: #FFFFFF;
	background-color: #c3e37e;
	border: 1px solid #b1d16c;
	padding: 2px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}
a.txtButton,
input.txtButton {
	line-height: 20px;
	display:block;
	text-align:center;
	padding:5px;
	width:140px;
	color:#fff;
	font-weight:900;
	text-decoration:none;
	background-color: #DF4800;
	border:none;
	cursor:pointer;
}

a.txtButton:hover {
	color: #FFFFFF;
	background-color: #912F00;
}

a.txtButtonAddToBasket{
	display: block;
	width: 210px;
	height: 38px;
	background: url(../styleImages/addtobasket.png) top left no-repeat;
	margin-top: 20px;
	text-indent: -9000px;
}

a.txtButtonAddToBasket:hover{
	background-position: 0 -38px;
}

a.txtButtonAddToWeddingList,
a.txtButtonAddToWishList{
	display: block;
	width: 265px;
	height: 38px;
	background: url(../styleImages/addtoweddinglist.png) top left no-repeat;
	text-indent: -9000px;
	margin: 2px 0px 0px 0px;
}

a.txtButtonAddToWishList{
	background: url(../styleImages/addtowishlist.png) top left no-repeat;
}

a.txtButtonAddToBasket:hover,
a.txtButtonAddToWishList:hover,
a.txtButtonAddToWeddingList:hover{
	background-position: 0 -38px;
}

.txtOldPrice {
	text-decoration: line-through;
	font-size:12px;
}
.txtSale {
	color: #FF0000;
	font-weight:bold;
}
.txtOutOfStock {
	color: #FF0000;
	font-weight: bold;
}
.txtPrice {
	font-size:14px;
	font-weight:bold;
	color: #333333;
}
.txtSiteDocs, a.txtSiteDocs {
	color: black;
	text-decoration:none;
	font-size: 12px;
}
a.txtSiteDocs:hover {
	color: #c3e37e;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #333333;
	color: #DF4800;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #DF4800;
	text-decoration:none;
	text-decoration: underline;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #70cdcc;
	text-decoration:none;
}
.txtContentTitle {

}
.txtBoxSave {
	color: #70cdcc;
	padding-left: 16px;
}
.tblList {
}
.tdListTitle {
	background-color: #e1e1e1;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.tdOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.txtCartPrice {
	float: right;
	color: #c3e37e;
	padding-right: 3px;
}
.txtCart {
	color: #333333;	
}
.cartTotal {
	border-top: 1px dashed #e1e1e1;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 5px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #333333;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #70cdcc;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #FFFFFF;
	background-color: #c3e37e;
	border: 1px solid #b1d16c;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtviewCart:hover {
	color: #FFFFFF;
	background-color: #70cdcc;
	border: 1px solid #66bbba;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #FFFFFF;
	background-color: #e1e1e1;
	border: 1px solid #cccccc;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #e1e1e1;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #DF4800;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
}
.tdcartEven {
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;	
}
.tdcartOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.tdCartSubTotal {
	padding-top: 10px;
}

.txtStockWarn {
	color: #FF0000;
}
.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	/*font-size: 11px;*/
	padding-top: 5px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.RatingTop {
	background-color: #ffffff;
	padding: 3px;
}

.RatingMain {
	background-color: #ffffff;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	background-color: #ffffff;
	padding: 3px;
}

.RatingBottom {
	background-color: #e1e1e1;
	padding: 3px;
	color: #FFFFFF;
	/*font-size: 11px;*/
}

a.sortLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.sortLink:hover {
	text-decoration: underline;
}

#shipping-select {
	width: 220px;
}

div#contactLeft{
	width: 240px;
	float: left;
}

div#contactLeft h3{
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 2px 0;
}

div#contactLeft p{
	margin-bottom: 2em;
}

div#contactRight{
	width: 700px;
	float: right;
	padding: 3px;
	border: 1px solid #E0E0E0;
}


div#siteDocIllustration{
	width: 162px;
	padding: 0 25px 0 25px;
	float: right;
}














.boxTitleLeft, .boxTitleRight {

}
.boxContentLeft, .boxContentRight, .boxContentCategories {
	margin-bottom: 10px;
	line-height:120%;
}

.boxContent .homeLatest, .relatedProducts {
	border:1px solid #D1CFC9;
	padding:10px 0 10px 10px;
	margin:0;
}
.boxContent .imageGallery {
	width:400px;
	float:left;
	text-align:center;
	padding-bottom:20px;
}
.boxContent .productAction {
	clear:both;
	width:240px;
	padding:0 0 20px 0;
	float:right;
}

.boxContentSession{
	margin-bottom: 18px;	
}

.boxContentSession ul{
	list-style-type: square;
	margin: 0.5em 0 0.5em 1.25em;
}



div.customerAction {
	text-align:right;
	width:170px;
	float:right;
	padding-top:20px;
	display: none;
}
div.customerAction a {
	color:#333;
	font-size:11px;
	line-height:16px;
}
div.customerAction span.email {
	background:transparent url(../styleImages/backgrounds/email.gif) 0 2px no-repeat;
	padding:0 10px 0 20px;
}
div.customerAction span.print {
	background:transparent url(../styleImages/backgrounds/print.gif) 0 0 no-repeat;
	padding:0 2px 0 20px;
}
div.headerActions {
	/*
	border-bottom:1px solid #D1CFC9;
	height:50px;
	margin-bottom:15px;
	*/
}
div.productAction .price {
	float:left;
	width:150px;
	padding:4px 0 10px 0;
}
div.productAction .qty {
	float:right;
	width:90px;
	text-align:right;
	padding-bottom:10px;
}
div.productAction p {
	padding:0 0 10px 0;
}
div.productAction .buybutton {
	clear:both;
	padding:10px 0;
	border-top:1px solid #D1CFC9;
	border-bottom:1px solid #D1CFC9;
	width:240px;
	text-align:center;
}
div.productAction .buybutton a {
	display:block;
	margin:0 auto;
	padding:5px;
	width:120px;
	color:#fff;
	font-weight:900;
	text-decoration:none;
	background-color:#E84C37;
}
div.productAction table.productOptions {
	margin:0;
	width:240px;
}
div.productAction table.productOptions td {
	padding:5px 0;
	border:none;
}
form.generalForm {
	background-color:#EDECE9;
	border:1px solid #D1CFC9;
	padding: 20px;
	margin:0;
}
form.generalForm p {
	background-color:#EDECE9;
	padding-bottom: 10px;
}
fieldset .textbox {
	padding: 4px;
	margin-top:5px;
	width:250px;
}
fieldset .textboxDisabled {
	padding: 4px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	margin-top:5px;
	width:250px;
}
fieldset {
	border: 1px solid #D1CFC9;
	background-color:#EDECE9;
	margin-bottom: 20px;
	padding: 10px 20px;
}
fieldset legend{
	color: black; /* For IE7 */
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px;
	margin-left: -10px;
}
label {
	display: block;
	float: left;
	font-size: 13px;
	width:200px;
	padding-top: 12px;
}
div.field {
	padding-bottom: 5px;
	clear:left;
}

/* CHECKOUT PAGES */
.colMainCheckout {
	width: 900px;
}
table.basket  {
	width:100%;
}
table.basket td  {
	padding:5px;
	vertical-align:middle;
}
table.basketAddress  {
	width:100%;
	background-color: #ffffff;
	padding-bottom:5px;
}
table.basketAddress td  {
	padding:0 0 0 5px;
	vertical-align:middle;
	line-height:150%;
}
fieldset .textboxQty {
	padding: 4px;
	margin-top:5px;
	width:25px;
}
fieldset .textboxDisabledQty {
	padding: 4px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	margin-top:5px;
	width:25px;
}
table.basket td.tdcartTitle {
	font-weight: bold;
	color: #fff;
	background-color: black;
	padding:5px;
}
table.basketAddress td.tdcartTitle {
	font-weight: bold;
	color: #fff;
	background-color: black;
	padding:2px;
}
.tdcartEven {
	background-color: #ffffff;
	border-bottom: 1px solid #e1e1e1;	
}
.tdcartOdd {
	background-color: #FFFFFF;
	border-bottom: 1px solid #e1e1e1;
}
span.discount {
	color:#E84C37;
	font-weight:900;
}

table#gateways{
	margin: 0 auto;
}

table#gateways td.gateway{
	padding: 15px;
}

/* END CHECK OUT PAGES */


.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#imgThumbSpace{
	line-height: 0px;		
}
#imgThumbSpace img {
	padding-right: 3px;
	padding-bottom: 3px;		
}

div.latestProds {
	text-align: center;
	width: 155px;
	margin: 0px;
	height: 215px;
	padding:0 8px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #D1CFC9;
	position: relative;
}
div.latestProdsShorter {
	text-align: center;
	width: 155px;
	margin: 0px;
	height: 195px;
	padding:0 8px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #D1CFC9;
	position: relative;
}
div.latestProds p, div.latestProdsShorter p {
	font-weight:900;
}
div.home {
	background:transparent url(../styleImages/backgrounds/homeBg.jpg) 0 0 no-repeat;
	display:block;
	height:190px;
	width:570px;
	padding:50px 0 10px 130px;
}
div.home h1 {
	color:#000;
	font-size:300%;
	font-weight:100;
	padding-bottom:15px;
}
div.home p {
	color:#000;
	width:470px;
	font-size:125%;
	font-weight:900;
	padding:0 0 10px 3px;
}
div.txtContentTitle {
	font-size:115%;
	font-weight:100;
	/*text-transform:uppercase;*/
	padding-bottom:4px;
}
ol.topList {
	list-style:decimal;
	padding:0 0 0 18px;
}
ol.topList li {
	padding:0 0 3px 0;
}
div.popularBrands {
	padding:20px 0 10px 0;
}
div.popularBrands img {
	padding:0 20px 0 0;
}
div.popularBrands img.last {
	padding-right:0;
}
ul.dotted {
	list-style:outside;
	margin-left:25px;
	list-style-type:square;
}

div#buy_btn{

}

div#buy_btn input{
	vertical-align: middle;
}

div#orderable_online{
	font-weight: bold;
	color: red;
	text-transform: uppercase;
	line-height: 135%;
}

div.youMightAlsoLike{
	margin-top: 30px;
	border-top: 1px solid #E0E0E0;
	padding-top: 15px;
	/*width: 960px;*/
}

div.youMightAlsoLike div.product{
	padding: 0 35px 0 0;
}

div.youMightAlsoLike div.product p{
	line-height: 130%;
	margin-bottom: 2px;
}





/* start mod: Gift Registry - http://cubecart.expandingbrain.com */
.txtContentTitle h1 {
	/*font-size: 13px;
	margin: 0;*/
}
.boxContent h2 {
	/*font-size: 12px;
	font-weight: bold;*/
}
.BlueBg {
	padding: 0 10px;
}
.Button {
	margin: 7px 0;
}
.giftInfo {
}
.giftNoLongerAvailable {
	color: #FF0000;
}
a.txtConfirmGift {
}
a.moveToListButton, a.moveToListButton:hover, a.deleteButton, a.deleteButton:hover {
	font-size: 85%;
    white-space: nowrap;
	color: black;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	padding: 0 3px;
	text-align: center;
	text-decoration: none;
	line-height: 1.9;
}
a.moveToListButton:hover, a.deleteButton:hover {
	background-color: #DDDDDD;
	border: 1px solid #AAAAAA;
}
/* end mod: Gift Registry - http://cubecart.expandingbrain.com */

table.tblList td{
	vertical-align: middle;
	padding: 2px 5px 2px 5px;
}

table.tblList td.tdListTitle{
	background-color: black;	
	padding: 5px;
}

table.tblList td h2{
	font-size: 15px;
}

table.tblList td h2 a{
	color: black;
}

table.tblList td a.txtButton{
	padding: 2px;
	min-width: 130px;
	margin-bottom: 7px;
}

form.appnitro label{
	width: auto;
	float: none;
}

form.appnitro input.radio{
	float: left;	
}

form.weddingDetails{
	background-color: #EDECE9;
    border: 1px solid #D1CFC9;
    padding: 20px;
}

form.weddingDetails input.text{
	
}



div.slideshow-holder{
	position: relative;
}

div.slideshow-holder-inner{
	overflow: hidden;
	margin-left: 54px;
	width: 862px;
}

div.slideshow{
	width: 5000px;
}


a.slideshow-controls-prev{
	position: absolute;
	top: 60px;
	left: 0;
}

a.slideshow-controls-next{
	position: absolute;
	top: 60px;
	right: 0;
}

a.slideshow-controls-prev{
	width: 44px;
	height: 20px;
	display: block;
	background: url('../styleImages/hands.png') top left no-repeat;
	text-decoration:none;
}

a.slideshow-controls-prev:hover{
	background-position: 0 -20px;	
}

a.slideshow-controls-next{
	width: 44px;
	height: 20px;
	display: block;
	background: url('../styleImages/hands.png') top right no-repeat;
	float: right;
	text-decoration:none;
}

a.slideshow-controls-next:hover{
	background-position: -44px -20px;	
}


div#moreImages{
	text-align: center;
	font-size: 12px;
	margin: 10px 0 20px 0;
}

div#moreImages div#imgThumbSpace{
	height: 70px;
}

div#moreImages div#imgThumbSpace a{
	width: 70px;
	height: 70px;
	padding: 0 5px;
}

div#moreImages div#imgThumbSpace a img{
	vertical-align: middle;
}
