@charset "utf-8";
/* CSS Document */

/* DESIGNER NOTE
   This file contains the global css that will effect all pages within the website */

*, .noMargin_NoPadding{
	margin:0px;
	padding:0px;
	outline:0px;
}
body {
	background-color: #62181F;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	background-image: url(/images/background/body.png);
	background-repeat: repeat-x;
}

img {
	border:0px;
}

a {
	decoration:none;
	text-decoration: none;
	color: #932245;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.button {
	background-image: url(/images/buttons/tick.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 18px;
	padding-left: 24px;
	text-align: left;
	padding-top: 4px;
	padding-right: 0px;
}
a.button:hover {
	background-image: url(/images/buttons/tick_ro.gif);
}

a.buttonClose {
	background-image: url(/images/buttons/close.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 18px;
	padding-left: 24px;
	text-align: left;
	padding-top: 4px;
	padding-right: 0px;
}
a.buttonClose:hover {
	background-image: url(/images/buttons/close_ro.jpg);
}


a.buttonUndo {
	background-image: url(/images/buttons/undo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 18px;
	padding-left: 24px;
	text-align: left;
	padding-top: 4px;
	padding-right: 0px;
}
a.buttonUndo:hover {
	background-image: url(/images/buttons/undo_ro.jpg);
}

a.buttonNext {
	background-image: url(/images/icons/arrowGrey.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 24px;
	padding-left: 15px;
	text-align: left;
	padding-bottom: 0px;
}
a.buttonNext2 {
	background-image: url(/images/buttons/arrowRedRight.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	display: block;
	height: 13px;
	text-align: left;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 1px;
}

a.buttonCross {
	background-image: url(/images/buttons/cross.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 19px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
a.buttonCross:hover {
	background-image: url(/images/buttons/cross_ro.jpg);
}

a.buttonBack {
	background-image: url(/images/buttons/arrowRedLeft.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	display: block;
	height: 13px;
	padding-left: 10px;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 1px;
}
a.buttonBack:hover {
	background-image: url(/images/buttons/arrowRedLeft_ro.gif);
}

a.buttonMore {
	background-image: url(/images/buttons/arrowRedRight.gif);
	background-repeat: no-repeat;
	background-position: right 10px;
	display: block;
	height: 20px;
	text-align: right;
	padding-bottom: 0px;
	padding-top: 6px;
	float: right;
	width: auto;
	font-size: 12px;
	padding-right: 9px;
}
a.buttonBack2 {
	background-image: url(/images/buttons/arrowRedLeft.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	display: block;
	height: 20px;
	text-align: right;
	padding-bottom: 0px;
	padding-top: 6px;
	float: right;
	width: auto;
	font-size: 12px;
	padding-right: 0px;
	padding-left: 9px;
	margin-right: 5px;
}
a.buttonBack2:hover {
	background-image: url(/images/buttons/arrowRedLeft_ro.gif);
}
a.buttonViewAll {
	background-color: #881E2C;
	color: #FFFFFF;
	display: block;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
a.backTop {
	clear: both;
	display: block;
	width: 150px;
	float: right;
	text-align: right;
	padding-right: 20px;
	background-image: url(/images/icons/arrowUp_pink.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 15px;
	margin-bottom: 5px;
}
a#headerLogo {
	display: block;
	height: 131px;
	width: 187px;
	background-image: url(/images/header/inkermanLogo.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
}
a#headerLogo strong {
	display: none;
}
a#headerLogo:hover {
	background-position: left -131px;
}










p a.homeLink {
	font-size: 19px;
	font-weight: normal;
}
.noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.indent {
	margin-left: 30px;
}

.quote {
	font-size: 18px;
	color: #932245;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.textLeft {
	text-align: left;
}

.testimonials {
}
.testimonials .paging_right {
	padding: 0px;
	height: auto;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.testimonials .paging_right img {
	margin: 0px;
}

.testimonials  .item {
	margin-bottom: 15px;
}

.cellPadding {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.marginTop {
	margin-top: 10px;
}
.marginRight {
	margin-right: 25px;
}
.marginLeft120 {
	margin-left: 120px;
}
fieldset.marginLeft  {
	padding-left: 0px;
	padding-right: 10px;
}




.textpaddingHome {
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	font-family: "Times New Roman", Times, serif;
}
.textpaddingHome h1 {
	margin-bottom: 10px;
}
.textpaddingHome p {
	font-size: 17px;
	color: #888889;
}
.textpadding {
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.textpadding h1 {
}
.textpadding img {
	margin-right: 20px;
	margin-bottom: 20px;
}
.width99 {
	float: left;
}





a:hover {
	decoration:underline;
	text-decoration: underline;
	color: #932245;
}
.black {
	color: #000000;
}

p {
	font-size: 12px;
	color: #333333;
	margin-bottom: 5px;
}
p em {
	color: #888889;
}

h1 {
	font-size: 28px;
	font-weight: normal;
	color: #888889;
	margin-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	color: #888889;
	margin-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	margin-top: 15px;
	color: #333333;
	font-size: 12px;
}
h4 em {
	font-weight: normal;
}


ul li {
	list-style-type: none;
}

.clearFloat {
	clear: both;
	float: none;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}




/* DESIGNER NOTE
   Change width to the overall width of your page */
.container {
	background-image: url(/images/background/leftNav.png);
	background-repeat: repeat-y;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 0px;
	background-position: -6px;
}

.white {
	background-color: #FFFFFF;
	background-image: url(/images/background/leftNav.png);
	background-repeat: repeat-y;
	background-position: -11px;
	min-height: 660px;
	float:left;
}
.red {
	color: #932245;
}




/*Header Styles*/
#header
{
	background-color: #FFFFFF;
	background-image: url(/images/header/header-hallmark.jpg);
	background-repeat: no-repeat;
	width: 1000px;
}
#header h1 {
	margin: 0px;
}

#globalNav {
	float: right;
	font-family: Arial, Verdana, sans-serif;
	width: 813px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
}


/*Global Navigation Styles*/
#globalNav ul {
}
#globalNav ul li {
	float: left;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7E7E7;
}
#globalNav ul li a {
}
#globalNav ul li a:hover {
}
#globalNav ul li.GNBasket {
	font-size: 9px;
	word-spacing: 0em;
	letter-spacing: normal;
	text-align: right;
	width: 89px;
	border-right-style: none;
	height: 23px;
	display: block;
}
#globalNav ul li.GNBasket a {
	display: block;
	float: right;
	margin-top: 6px;
	margin-right: 2px;
}



/*Left Navigation Styles*/
#leftNav {
	float: left;
	width: 187px;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}
#leftNav  dl {
	margin: 0px;
	padding: 0px;
}
#leftNav  dl dd {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	margin: 0px;
	padding: 0px;
}
#leftNav dl dd a strong {
	display: none;
}

#leftNav  dt  {
	height: 21px;
}

#leftNav  dl dl {
	
}
#leftNav  dl dl dt {
	display: none;
}
#leftNav  dl dl dd {
	padding-right: 20px;
	padding-left: 33px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftNav dl dl dd .prices {
	border: 1px solid #999999;
}

#leftNav  dl dl dd a {
	color: #887E77;
	text-transform: capitalize;
	display: block;
}
#leftNav  dl dl dd a:hover {}
#leftNav dl dl dd input {
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #9A9A9B;
	margin-bottom: 5px;
	width: 122px;
	color: #932245;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#leftNav dl dl dd select {
	border: 1px solid #9A9A9B;
	font-size: 11px;
	margin-bottom: 5px;
	background-image: none;
	background-color: #FFFFFF;
	width: 130px;
	color: #932245;
}

#leftNav  dl  dl  dd  form {

}
#leftNav  a#LN01 {
	background-image: url(/images/leftNav/leftNav1.gif);
	height: 38px;
	width: 187px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}

#leftNav a#LN02 {
	background-image: url(/images/leftNav/leftNav2.jpg);
	height: 38px;
	width: 187px;
	display: block;
}

#leftNav a#LN03 {
	background-image: url(/images/leftNav/leftNav3.gif);
	height: 38px;
	width: 187px;
	display: block;
}

#leftNav a#LN04 {
	background-image: url(/images/leftNav/leftNav4.gif);
	height: 38px;
	width: 187px;
	display: block;
}

#leftNav a#LN05 {
	background-image: url(/images/leftNav/leftNav5.gif);
	height: 38px;
	width: 187px;
	display: block;
}

#leftNav a#LN06 {
	background-image: url(/images/leftNav/leftNav6.gif);
	height: 38px;
	width: 187px;
	display: block;
}




#leftNav .prices {
	color: #932245;
	padding: 5px;
	margin-bottom: 5px;
	width: 118px;
}
#leftNav  input.btn  {
	text-transform: lowercase;
	color: #FFFFFF;
	background-color: #932245;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 128px;
	display: block;
}
#leftNav  input.btn.auto  {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #932245;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 26px;
	display: block;
	float:left;
	font-size: 10px;
	height: 20px;
}
#leftNav span.title {
	margin-bottom: 5px;
	display: block;
}


#leftNav .prices label {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #999999;
}
#leftNav .prices input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	margin-right: 5px;
}



/*Content Styles*/
.content {
	float: right;
	width: 808px;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, sans-serif;
	background-color:#FFFFFF;
}
.contentforgotten {
	width: 300px;
	padding: 0px;
	margin: 20px;
	font-family: Arial, Verdana, sans-serif;
	background-color:#FFFFFF;
}
.contentnone {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	background-color:#FFFFFF;
}
.contentHome {
	float: right;
	width: 748px;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, sans-serif;
	background-color:#FFFFFF;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

.leftCol {
	float: left;
	width: 405px;
}
.rightCol {
	width: 330px;
	float: left;
}
.textImage  {
	float: left;
	width: 120px;
}

.two3rdsCol {
	width: 550px;
	float: left;
}
.one3rdCol {
	width: 220px;
	float: left;
	padding-top: 50px;
}
.fullWidthCol {
	width: 85%;
}

.text ul {
	margin-left: 10px;
}

.heroProduct {
}
.heroProduct .left {
	float: left;
}
.heroProduct .right {
	float: right;
}
.topDiv {
	margin-top: 8px;
	margin-bottom: 20px;
	height: 25px;
}
.topDiv .breadcrumbs {
	float: left;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 8px;
}
.topDiv .breadcrumbs strong {
	text-transform: capitalize;
	font-size: 12px;
	font-weight: normal;
	margin-right: 2px;
}
.topDiv .breadcrumbs a {
}
.topDiv .filter {
	float: right;
	margin-right: 15px;
	text-align: right;
	margin-top: 5px;
}
.topDiv .filter select {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #9A9A9B;
	color: #932245;
	width: 80px;
	font-size: 11px;
}
.topDiv .filter label {
	font-style: italic;
}



/*DESIGNER NOTE
Product List and Product Detail styles start here*/

.productList {
	margin-top: 5px;
	margin-left: 2px;
}
.productListNoItem {
	height: 105px;
	margin-bottom: 5px;
	float: left;
	margin-left: 3px;
}
.productListItem {
	background-image: url(/images/background/productListItem.png);
	height: 105px;
	width: 396px;
	margin-bottom: 5px;
	float: left;
	margin-left: 3px;
}
.productListItem table {
	height: 105px;
}
.productListItem table .shortDescrip {
	height: 77px;
	color: #999999;
	float: left;
}
.productListItem table .shortDescrip p {
	color: #999999;
}


.productListItem  .productThumb {
	margin-top: 10px;
	margin-left: 7px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.productListItem h2 {
	display: block;
	color: #999999;
	margin-top: 10px;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	margin-bottom: 5px;
}
.productListItem h2 a {
	color: #999999;
}

.addToBasket {
	float: right;
	font-size: 14px;
	margin-right: 9px;
	width: 155px;
	font-family: Arial, Verdana, sans-serif;
	margin-top: 0px;
}
.addToBasket  a.button {
	font-size: 11px;
}

.addToBasket  form  label input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	font-size: 11px;
	width: 25px;
	margin-left: 4px;
}
.addToBasket form label {
	display: block;
	color: #932245;
	font-size: 11px;
	margin-top: 3px;
	float: left;
}

.addToBasketDetail {
	float: right;
	font-size: 14px;
	margin-right: 9px;
	width: 170px;
	font-family: Arial, Verdana, sans-serif;
	margin-top: 0px;
}
.addToBasketDetail  a.button {
	font-size: 11px;
}

.addToBasketDetail  form  label input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	font-size: 11px;
	width: 25px;
	margin-left: 14px;	
}
.addToBasketDetail form label {
	display: block;
	color: #932245;
	font-size: 11px;
	margin-top: 3px;
	float: left;
}

.newsList {
	margin-top: 5px;
	margin-left: 2px;
	padding-right: 60px;
	padding-left: 40px;
}
.newsList .paging_right {
	margin-top: 15px;
	margin-right: 0px;
}

.newsListItem {
	background-image: url(/images/background/newsItem.png);
	height: 101px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
}
.newsListItem p {
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
}

.newsListItem  h2  {
	margin-top: 6px;
	font-size: 14px;
}
.newsListItem table td.title {
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
.newsListItem table {
	width: 585px;
}

.newsListItem .date {
	color: #8A8A8B;
	font-size: 12px;
	margin-top: 6px;
	display: block;
	margin-right: 19px;
}
.newsDetail {
	margin-top: 5px;
	margin-left: 2px;
	padding-right: 60px;
	padding-left: 40px;
}
.newsDetailItem  table {
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 40px;
	width: 699px;
}
.newsDetailItem {
	background-image: url(/images/background/newsDetailTitle.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	background-position: left -1px;
}

.newsDetailItem  table  td.title {

}
.newsDetailItem p {
	margin-left: 10px;
	margin-top: 5px;
}

.newsDetailItem  h2  {
	margin-left: 10px;
	margin-top: 6px;
	font-size: 14px;
	color: #666666;
}
.newsDetailItem h3 {
	margin-left: 10px;
}

.newsDetailItem .date {
	color: #8A8A8B;
	font-size: 12px;
	margin-top: 7px;
	display: block;
	margin-right: 18px;
}
.newsDetailItem .moreLink {
	margin-top: 5px;
	font-size: 14px;
	float: right;
	width: auto;
	margin-right: 10px;
}
.newsDetailItem .image {
	float: left;
	width: 160px;
}
.newsDetailItem .text {
	margin-left: 180px;
	margin-right: 40px;
}
.newsDetailItem .text img {
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	margin-right: 15px;
	margin-left: 0px;
}





.productDetail {
	background-image: url(/images/background/productDetail.png);
	margin-left: 5px;
	background-repeat: no-repeat;
}
.productDetail .image {
	float: left;
	padding: 20px;
}

.productDetail .text {
	float: left;
	width: 350px;
	margin-left: 50px;
	margin-top: 50px;
}

.productDetail  .text  h1 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}
.productDetail .text strong {
	color: #333333;
}
.productDetail .text p {
	color: #8A8A8B;
}
.productAttributes {
	background-image: url(/images/background/detailAttributes.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 10px;
	text-align: right;
	height: 28px;
	width: 400px;
	float: right;
	padding-top: 7px;
}

.price {
	float: left;
	font-size: 12px;
	margin-top: 2px;
	font-family: Arial, Verdana, sans-serif;
	color: #999999;
}
.price strong {
	color: #000000;
}
.members {

}
.members .one3rdCol {
	margin: 0px;
	text-align: left;
	padding-top: 32px;
	padding-left: 30px;
	width: 198px;
	padding-right: 30px;
}
.members .one3rdCol .messageBox {

}

.members h2 {
	margin-bottom: 6px;
	font-size: 16px;
}

.members .two3rdsCol {
	width: 550px;
	background-image: url(/images/background/brochure-02.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.members .two3rdsCol .padding {
	padding-left: 40px;
	padding-top: 30px;
	padding-right: 30px;
}
.membersList {
	margin-top: 10px;
}
.membersList h2 {
	font-size: 14px;
	font-weight: normal;
}

.membersList .newsListItem {
	height: 85px;
}
.membersList .newsListItem table {
	width: 479px;
}

.membersList  .newsListItem  h3 {
	font-size: 12px;
	margin-top: 7px;
	margin-left: 10px;
}
.membersList .newsListItem p {
	font-size: 11px;
}
.checkout {
}
.checkout .listArea {
	margin-left: 40px;
	margin-right: 48px;
}
.topDivTable {
	background-image: url(/images/background/BG_checkout.jpg);
	background-repeat: no-repeat;
}
.checkout   .listArea   .hr {
	background-image: url(/images/background/BG_listArea-hr.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
.checkout .listArea .scroller {
	height: 340px;
	overflow: auto;
}


.checkout .listArea form table th {
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	font-size: 11px;
	color: #999999;
	text-align: left;
}
.checkout .listArea form table {
	margin-left: 10px;
	width: 694px;
}
.checkout .listArea form fieldset {
	padding-left: 5px;
}


.checkout  .listArea  form  table td {
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-size: 11px;
}
.checkout .listArea form table td em {
	color: #999999;
}


.checkout .listArea form table td input {
	font-size: 10px;
	height: 15px;
}
.checkout .listArea form table.verticalForm {
	width: 650px;
}
.checkout .listArea form table.verticalForm table {
	width: auto;
	margin-left: 0px;
}


.checkout .listArea .totals {
	background-image: url(/images/background/BG_listArea-totals.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	padding-top: 5px;
}



.stages {
	width: 98%;

}
.stages h1 {
	float: left;
	width: 265px;
	margin-left: 40px;
}


.stages  ol {
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
	display: block;
	float: right;
}
.stages   ol   li {
	list-style-position: inside;
	float: left;
	list-style-type: none;
	margin-top: 4px;
}
.stages   ol   li a {
	display: block;
	background-image: url(/images/background/BG_process.jpg);
	background-repeat: repeat-x;
	height: 18px;
	padding-right: 5px;
	text-align: center;
	padding-left: 5px;
	text-indent: 0px;
	white-space: normal;
	line-height: normal;
	padding-top: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0BABE;
	width: 70px;
	font-size: 10px;
	color: #999999;
}
.stages  ol  li  a.disabled:hover {
	background-image: url(/images/background/BG_process.jpg);
	color: #999999;
}

.stages ol li a:hover {
	background-image: url(/images/background/BG_process_ro.jpg);
	text-decoration: none;
	color: #333333;
}
.stages ol li a.selected {
	background-image: url(/images/background/BG_process_sel.jpg);
	color: #FFFFFF;
}
.stages #engraveDetails {
	width: 430px;
	margin-top: 10px;
	border: 1px solid #9A9A9B;
	color: #666666;
	font-size: 11px;
	height: 110px;
}
.checkout .listArea .finalTotal {
	background-image: url(/images/background/finaltotal.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 197px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 15px;
}
.checkout  .listArea  .orderSummary {
	background-image: url(/images/background/orderSummary.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 197px;
	padding: 10px;
}

.checkout  .listArea  .finalTotal  p strong {
	font-size: 14px;
}










#footer {
	padding-right: 5px;
	padding-left: 30px;
	font-family: Arial, Verdana, sans-serif;
	border: 1px solid #EAEAEA;
	padding-top: 7px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #666666;
	height: 20px;
	width:963px;
	float:left;
}
#footer .copyright {
	display: block;
	float: left;
	width: 157px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 5px;
}
#footer .address {
	display: block;
	float: left;
	padding-left: 5px;
	background-image: url(/images/background/pipe.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
}
#footer .contact {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(/images/background/pipe.png);
	background-repeat: no-repeat;
	background-position: right;
}
#footer .terms {
	display: block;
	float: left;
	padding-left: 8px;
	padding-right: 5px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
	width: 110px;
}


.ardent  {
	color: #999999;
	font-family: Arial, Verdana, sans-serif;
	margin-top: 10px;
	text-align: left;
	font-size: 10px;
	margin-top:5px;
	margin-right:5px;
	float:right;
}
.ardent a {
	color: #D4CFD5;
}


.checkout .listArea .confirm {
	width: 699px;
}
.checkout .listArea .confirm .textpadding {
	padding-bottom: 0px;
}


.checkout   .listArea   form   table   td.qtyBox   input {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 24px;
	font-size: 10px;
	height: 15px;
}

.paging_left {
	float: left;
	margin-left: 6px;
}
.paging_right {
	float: right;
	margin-right: 15px;
	color: #932245;
	margin-top: 7px;
	font-weight: bold;
}
.paging_right p {
	color: #932245;
}
.paging_right a {
	color: #666666;
	font-weight: normal;
}
.paging_right a.buttonViewAll {
	color: #FFFFFF;
	font-size: 10px;
}
.testimonials .item em {
	font-size: 10px;	
}



.containerpopup {
	width: 389px;
	padding: 5px;
}
.productListItemPop h2 {
	display: block;
	color: #999999;
	margin-top: 10px;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	margin-bottom: 5px;
}
.productListItemPop h2 a {
	color: #999999;
}





a.buttonWish {
	background-image: url(/images/wishlist.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 18px;
	padding-left: 24px;
	text-align: left;
	padding-top: 4px;
	padding-right: 0px;	
}
.globalSearch {
	border: 0;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	display: block;
}
.globalSearch input#keyword {
	width: 110px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 28px;
	font-size: 11px;
	border: 1px solid #999999;
	color: #887E77;
}
.globalSearch input#go {
	margin-top: 5px;
	text-transform: uppercase;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	height: auto;
	width: auto;
}
#homeButtons {
	padding-left: 50px;
}



.testimonial {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}



.newsDetailItem hr {
	clear: both;
}