/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
                          
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, a img, :link img, :visited img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
	background:#554c3e url(../images/bg-repeat-x.jpg) top repeat-x;
	text-align:center;
	font:11px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#f8da88;
}
blockquote {
	margin-left:10px;
	margin-right:10px;
}
h1 {
	font-size:1.6em;
	color:#29231e;
}
h2 {
	font-size:1.2em;
	color:#FFC;
	padding: 0px;
	display: block;
	margin:0 0 10px 0;
	background:none;
}
.content h2 {
	font-size:1.2em;
	color:#FFC;
	padding: 5px;
	margin: 0 0 10px 0;
	background: #3a3228 url(../images/bg-h2-turtle.jpg) top right no-repeat;
}
.content h2#first {
	margin:0 0 10px 0;
}
#column-right #design-meaning li {
	display:block;
	float:left;
	width: 227px;
	margin: 0;
	list-style: none;
	padding: 0 10px 0 0;
	height: 120px;
}
#column-right #design-meaning li.clear {
	width:100%;
	height:0.01em;
	clear:both;
}
#column-right #design-meaning li strong {
	color:#FFF;
	font:1.6em;
}
h3 {
	font-size:1.0em;
	color:#FFC;
	font-size:1.2em;
}
h1 span, h2 span, h3 span {
	display:none;
}
a:link, a:visited {
	text-decoration:underline;
	outline:none;
	color: #FFF;
}
a:hover, a:active {
	text-decoration:none;
	outline:none;
	color: #FFF;
}
a img {
	text-decoration:none;
	background:none;
}
a.image-link:link, a.image-link:visited {
	color: #FFFFFF;
	text-decoration:none;
	outline:none;
}
a.image-link:hover, a.image-link:active {
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}
a.fix-image {
	width:146px;
}
a.fix-image img {
	margin: 0 0 3px 0;
}
.image-link {
	width:150px;
	display:block;
	float:left;
	margin:0 10px 10px 0;
	text-align:center;
	font:10px Arial, Helvetica, sans-serif;
}
h1, h2, h3, p {
	margin-bottom:10px;
}
/* ------------------------ classes ------------------------ */
.clear {
	clear:both;
	width:100%;
	height: 0.01px;
}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url(../images/bullet-back-to-top.jpg) right no-repeat;
}
img.img-left {
	float:left;
	margin:2px 10px 10px 0px;
}
img.img-right {
	float:right;
	margin:5px 0px 10px 10px;
}
a.whats-new {
	padding:5px;
	background-color:#41362c;
	display:block;
	width:150px;
	margin:0;
}
/* ------------------------ form elements ------------------------ */
form {
	margin:0; /* set margin left and right below */
	padding: 0;
}
form#quick-find {
	display:block;
	vertical-align:middle;
}
form#quick-find input {
	height:20px;
	width: 120px;
}
form#quick-find input#submit {
	height:20px;
	width:60px;
	margin: 0;
}
form label {
	font-size:.95em;
}
form br {
	line-height:0;
	height:0;
} /* defaults vertical spacing between fields */
input, textarea, select {
	background-color:#a7a29c !important; /* to prevent highlighting by Google Toolbar */
	border:none;
	color:#000;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:5px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
select {
	width:150px;
	padding:0;
} /* same width as form - !important */
input {
	background:url(../images/input.jpg) top repeat-x;
	height:20px;
}
#input-button input{ background:none; padding:0;}
#column-right .content textarea {
	background:url(../images/input.jpg) top repeat-x;
	height:150px;
	width:300px;
	overflow:auto;
}
body#index #column-right .content textarea {
	background:url(../images/input.jpg) top repeat-x;
	height:80px;
	width:320px;
	overflow:auto;
}
#contact-quick input, #contact-quick textarea {
	width: 320px;
	margin:0 0 5px 0;
	padding:0 0 0 10px;
}
input#submit {
	width:100px;
}
input#encrypt-form, input#reply-from {
	display:none;
}
input#check-form {
	display:none;
} /* test before you change !! will be display:none;*/
body#index h2.copyright, h2.copyright {
	display:none;
}
/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main {
	margin:20px 0 10px 0;
}
#contact-main label {
	width:220px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-size:1.0em;
}
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:300px;
	position:absolute;
	left:110%;
	top:-2px;
}
#contact-main label select {
	width:175px;
} /* fixes display issue - 5px larger than input field */
#contact-main label textarea {
	height:100px;
	overflow:auto;
}
/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main {
	width:60px;
	height:20px;
	cursor:pointer;
	padding:0;
}
input.submit-contact-main {
	margin:120px 0 0 243px;
} /* defines placement of contact-main submit button */
input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
}
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#top-wrap {
	background:url(../images/top-wrap.jpg) top center no-repeat;
	width:100%;
}
#wrap {
	background:url(../images/bg-repeat-y.jpg) repeat-y;
	width:995px;
	margin:0 auto;
	text-align:left;
}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background: url(../images/header-image.jpg);
	height:242px;
}
/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:33px;
	width:415px;
	top:27px;
	height:208px;
}
#masthead a span {
	display:none;
}
#feature {
	background:url(../images/section-wearable-art.jpg);
	height: 312px;
}
#column-right #feature .content {
	display:block;
	margin: 0 10px;
	height: 280px;
	overflow: none;
	width: 731px;
}
#column-right #feature .content table.infoBoxContents {
	width:731px;
	height:280px;
}
#column-right #feature .content .images {
	float:right;
	display:block;
	height:274px;
	width:150px;
	text-align:center;
	margin:0 0 0 20px;
}
#content-top-wrap {
	background: url(../images/default-top-wrap-content.jpg) top no-repeat;
	height: 100%;
}
body#about #content-top-wrap {
	background: url(../images/top-wrap-about.jpg) top no-repeat;
	height:345px;
	position:relative;
}
body#about #content-top-wrap .content {
	display:block;
	position:absolute;
	width:482px;
	height:187px;
	top:69px;
	left:216px;
	padding: 0;
	margin: 0;
	font:1.5em/1.6em Arial, Helvetica, sans-serif;
	color: #FFFFCC;
}
#column-right #content-top-wrap .content {
	display:block;
	margin: 0 20px;
	padding: 38px 0;
}
#flash-artowrk {
	margin:0 0 20px 0;
}
.infoBoxHeading {
	font:1.5em Arial, Helvetica, sans-serif;
}
.spacing-row {
	text-align:right;
	background-color: #25211e;
	padding: 5px 36px 0 36px;
	display: block;
}
.spacing-row a:link, .spacing-row a:visited {
	color: #f8da88;
	text-decoration:underline;
	outline:none;
}
.spacing-row a:hover, .spacing-row a:active {
	color:#f8da88;
	text-decoration:none;
	outline:none;
}
.split-pod-left {
	width:480px;
	float:left;
	text-align: left;
	display: block;
	height: 20px;
}
.split-pod-right {
	width:443px;
	float:left;
	text-align: right;
	display: block;
	height: 20px;
}
#product-images {
	display:block;
	float:left;
	width:330px;
}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:244px;
	float:left;
}
#column-left .invert {
	background-color:#aba5a2;
	color: #332C26;
	width: 100%;
}
#column-left .invert input {
	border: 1px solid 332c26;
}
#column-left .invert a:link, #column-left .invert a:visited {
	color: #322b25;
	text-decoration:underline;
	outline:none;
}
#column-left .invert a:hover, #column-left .invert a:active {
	color:#322b25;
	text-decoration:none;
	outline:none;
}
#column-left .content {
	margin:0 15px;
	padding: 0 0 20px 0;
}
#column-left table#wp-calendar {
	width:100%;
	margin: 0 0 10px 0;
}
#column-left table#wp-calendar th {
	border:1px solid #312c26;
	background-color:#29231e;
}
#column-left table#wp-calendar td {
	border:1px solid #312c26;
	background-color:#29231e;
}
#column-left table#wp-calendar td#today {
	border:1px solid #312c26;
	background-color:#483e32;
}
#column-left .content ul li {
	list-style:none;
	margin: 0;
}
#column-left .content .infoBox {
	background:none;
}
#column-left h2 {
	height:33px;
	background: none;
}
#column-left h2.widgettitle {
	background: url(../images/h2-blank-title.jpg) top no-repeat;
	margin: 10px 0 0 0;
	padding: 5px;
	font-size: 1.4em;
	height:23px;
	font-weight: lighter;
	color: #FFC;
}
#column-left h2 span {
	display:none;
}
h2#josh-pick {
	background: url(../images/title-index-joshs-pick.jpg);
}
h2#decals {
	background: url(../images/title-index-decals.jpg);
}
h2#signature {
	background: url(../images/title-index-signature.jpg);
}
h2#where {
	background:  url(../images/title-index-where.jpg);
}
h2#search {
	background: url(../images/title-estore-search.jpg);
}
h2#cart {
	background: url(../images/title-estore-cart.jpg);
}
h2#category {
	background: url(../images/title-estore-categories.jpg);
}
h2#signature {
	background: url(../images/title-signature.jpg);
}
h2#tell-friend {
	background: url(../images/title-estore-friend.jpg);
}
h2#tattoo {
	background: url(../images/title-tattoo-couture.jpg);
}
h2#where-we-at {
	background: url(../images/title-where-we-at.jpg);
}
h2#special {
	background: url(../images/title-estore-specials.jpg);
}
#column-left .content li {
	list-style:disc;
	margin-left:20px;
}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:751px;
	float:left;
	padding-bottom: 20px;
}
#column-right .content-index {
	background:url(../images/bg-repeat-index-content.jpg) top repeat-y;
}
#column-right .content-index .content-top-wrap {
	background:url(../images/bg-content-top-wrap.jpg) top no-repeat;
}
#column-right .content-index .left {
	width:356px;
	float:left;
	margin:0 0 0 10px;
}
#column-right .content-index .right {
	width:366px;
	float:left;
	margin:0 0 0 10px;
}
#column-right .content-index .content {
	margin:0 20px 0 0;
	padding: 0 0 20px 20px;
}
.content img {
	margin:0 0 10px 0;
}
.subtitle {
	font: 10px Arial, Helvetica, sans-serif;
	color:#FFFFCC;
}
body#index h2#tat-it-up {
	background:url(../images/title-index-tat-it-up.jpg);
}
body#index h2#traditions {
	background: url(../images/title-index-traditions.jpg);
}
body#index h2#join-island {
	background: url(../images/title-index-quick-contact.jpg);
}
body#index h2#pressroom {
	background: url(../images/title-index-pressroom.jpg);
}
body#index h2#index-where-we-at {
	background: url(../images/title-index-where-we-at.jpg);
}
#column-right .content-index h2 span {
	display:none;
}
#column-right .content-index h2 {
	height:30px;
}
#column-right .content {
	margin:0 20px;
	padding: 25px 0 0 0;
}
#column-right .content li {
	list-style:disc;
	margin:0 0 5px 15px;
}
#column-right .content #galleries_menu li {
	margin:0;
	padding:5px;
}
/*--	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}

	#column-right form { margin-left:0px; }


	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat; 
			padding-left:10px;  
			}


	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat;
			padding-left:10px; 
			float:left;
			width:150px;
			line-height:20px; 
			}


	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat; 
			padding-left:10px; 
			margin-left:5px;
			} --*/

/* ------------------------ header framework ------------------------ */
#header-flash {
	height:242px;
	background:url(../images/header-image.jpg);
} /* sets height for the flash header - REMOVE IF NOT USED */
body#index #header-flash{
	max-height:466px;
	z-index: 10;
	position: relative;
}
/* ------------------------ subhead framework ------------------------ */
#subhead {
	height:33px;
	background:url(../images/subhead.jpg) top no-repeat;
	padding: 7px 0 0 20px;
} /* sets height for all subheads */
#subhead h1 {
	display:block;
	text-transform: uppercase;
	font-weight: lighter;
}
#subhead span {
	display:none;
}
body#index #subhead {
	background:url(../images/subhead-index.jpg);
}
body#about #subhead {
	background:url(../images/subhead-about.jpg);
}
body#contact #subhead {
	background:url(../images/subhead-contact.jpg);
}
body#thankyou #subhead {
	background:url(../images/subhead-thankyou.jpg);
}
body#sitemap #subhead {
	background:url(../images/subhead-sitemap.jpg);
}
/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url(../images/subhead-meet-doc.jpg);
}
/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url(../images/title-contact.jpg);
}
#title-our-procedures {
	height:35px;
	background:url(../images/title-our-procedures.jpg);
}
/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
	height:186px;
	display:block;
	background:url(../images/dental-btn-special-offer.jpg) no-repeat;
}
#btn-special-offer:hover {
	background:url(../images/dental-btn-special-offer.jpg) -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
}
#btn-special-offer span {
	display:none;
}
/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url(../images/bottom-wrap.jpg);
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
}
/* ------------------------footer framework ------------------------ */
#footer {
	width:995px;
	margin:0 auto;
	text-align:center;
}
#footer p {
	color:#191512;
	margin-bottom:10px;
}
#footer a:link, #footer a:visited {
	color:#191512;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color:#191512;
	text-decoration: none;
}
#footer ul {
	margin:10px;
}
#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
	display: inline;
	border-left: 1px solid #191512;
}
#footer li.first {
	border: none;
}

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

//--------------------- Last Modified 2007.01.12 ---------------------// //-----------------------------------------------------------------------// /* ------------------------ horizontal sprite nav ------------------------ */
#nav {
 background:url(../images/nav.jpg) no-repeat;
 width:995px;
 height:30px;
 margin:0;
 padding:0;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	height:30px;
	display:block;
} /* change height here also */
#nav li {
	float:left;
	list-style:none;
	_display:inline;
	position:relative;
}
#nav-01 {
	width: 79px;
	margin-left: 79px;
}
#nav-02 {
	width: 89px;
}
#nav-03 {
	width: 94px;
}
#nav-04 {
	width: 87px;
}
#nav-05 {
	width: 89px;
}
#nav-06 {
	width: 92px;
}
/*-------------- (-79px) X position of button / (-39px) height of image from above ------------- */
#nav-01 a:hover {
	background:url(../images/nav.jpg) -79px -39px no-repeat;
}
#nav-02 a:hover {
	background:url(../images/nav.jpg) -158px -39px no-repeat;
}
#nav-03 a:hover {
	background:url(../images/nav.jpg) -247px -39px no-repeat;
}
#nav-04 a:hover {
	background:url(../images/nav.jpg) -341px -39px no-repeat;
}
#nav-05 a:hover {
	background:url(../images/nav.jpg) -428px -39px no-repeat;
}
#nav-06 a:hover {
	background:url(../images/nav.jpg) -460px -39px no-repeat;
}
/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #nav-01 {
	background:url(../images/nav.jpg) -79px -39px no-repeat;
}
body#SPECIFY #nav-02 {
	background:url(../images/nav.jpg) -158px -39px no-repeat;
}
body#SPECIFY #nav-03 {
	background:url(../images/nav.jpg) -247px -39px no-repeat;
}
body#SPECIFY #nav-04 {
	background:url(../images/nav.jpg) -341px -39px no-repeat;
}
body#SPECIFY #nav-05 {
	background:url(../images/nav.jpg) -428px -39px no-repeat;
}
body#SPECIFY #nav-06 {
	background:url(../images/nav.jpg) -460px -39px no-repeat;
}
/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#720000;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
}
#nav li ul li {
	height:20px; /* Height of each drop down nav item */
	border:1px solid #FF00FF;
	border-top:none;
}
#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
}
#nav li ul li a span {
	display:block;
	padding-left:5px;
}
/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
}
#nav li:hover ul, #nav li.sfHover ul {
	left: auto;
}
/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover {
	background-image:none;
	background-color:#AA0000;
	color:#FFFFFF;
	text-decoration:none;
}
/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li {
	width:260px;
}
#nav-04 ul, #nav-04 li {
	width:90px;
}
/* ------------------------ horizontal sprite nav ------------------------ */
#nav {
	background:url(../images/nav.jpg) no-repeat;
	width:995px;
	height:39px;
	margin:0;
	padding:0;
	z-index: 1;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	height:39px;
	display:block;
} /* change height here also */
#nav li {
	float:left;
	list-style:none;
	_display:inline;
	position:relative;
}
#nav-01 {
	width: 130px;
	margin-left:0;
}
#nav-02 {
	width: 139px;
}
#nav-03 {
	width: 127px;
}
#nav-04 {
	width: 166px;
}
#nav-05 {
	width: 142px;
}
#nav-06 {
	width: 130px;
}
#nav-07 {
	width: 161px;
}
/*-------------- (-79px) X position of button / (-39px) height of image from above ------------- */
#nav-01 a:hover {
	background:url(../images/nav.jpg) 0px -39px no-repeat;
}
#nav-02 a:hover {
	background:url(../images/nav.jpg) -130px -39px no-repeat;
}
#nav-03 a:hover {
	background:url(../images/nav.jpg) -269px -39px no-repeat;
}
#nav-04 a:hover {
	background:url(../images/nav.jpg) -396px -39px no-repeat;
}
#nav-05 a:hover {
	background:url(../images/nav.jpg) -562px -39px no-repeat;
}
#nav-06 a:hover {
	background:url(../images/nav.jpg) -704px -39px no-repeat;
}
#nav-07 a:hover {
	background:url(../images/nav.jpg) -834px -39px no-repeat;
}
/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #nav-01 {
	background:url(../images/nav.jpg) 0px -39px no-repeat;
}
body#SPECIFY #nav-02 {
	background:url(../images/nav.jpg) -130px -39px no-repeat;
}
body#SPECIFY #nav-03 {
	background:url(../images/nav.jpg) -269px -39px no-repeat;
}
body#SPECIFY #nav-04 {
	background:url(../images/nav.jpg) -396px -39px no-repeat;
}
body#SPECIFY #nav-05 {
	background:url(../images/nav.jpg) -562px -39px no-repeat;
}
body#SPECIFY #nav-06 {
	background:url(../images/nav.jpg) -704px -39px no-repeat;
}
body#SPECIFY #nav-07 {
	background:url(../images/nav.jpg) -834px -39px no-repeat;
}
.infoBoxHead-hide {
	display:none;
}
.image-thumb {
	margin:0 10px 10px 0;
	display:block;
	text-align:center;
}
.image-thumb img {
	border:solid 4px #483E32;
}
a.image-thumb:link, a.image-thumb:visited {
	color: #FFFFFF;
	text-decoration:none;
	outline:none;
}
a.image-thumb:hover, a.image-thumb:active {
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}
TR.header {
	background: #ffffff;
}
TR.headerNavigation {
	background: #bbc3d3;
}
TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #bbc3d3;
	color: #ffffff;
	font-weight : bold;
}
A.headerNavigation {
	color: #FFFFFF;
}
A.headerNavigation:hover {
	color: #ffffff;
}
TR.headerError {
	background: #ff0000;
}
TD.headerError {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}
TR.headerInfo {
	background: #00ff00;
}
TD.headerInfo {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
TR.footer {
	background: #bbc3d3;
}
TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #bbc3d3;
	color: #ffffff;
	font-weight: bold;
}
.infoBoxContents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
#column-right .infoBoxContents img, .productListing-data img {
	border: none;
}
body#account #column-right .infoBoxContents img {
	border:none;
}
body#checkout #column-right .content img {
	border:none;
}
body#index #column-right .infoBoxContents img {
	border:none;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #332c26;
	color: #ffffff;
}
TD.infoBox, SPAN.infoBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: #483e32;
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background: #382e21;
}
TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #382e21;
	border-spacing: 1px;
}
.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #382e21;
	color: #FFFFFF;
	font-weight: bold;
}
TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 10px;
}
A.pageResults {
	color: #0000FF;
}
A.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}
TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFC;
	height: 40px;
}
TR.subBar {
	background: #f4f7fd;
}
TD.subBar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
TD.main, P.main {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}
td.main{ padding:20px 0 0 0;}
td.main b{ color:#e8e8e8;  font-size:16px;}
TD.smallText, SPAN.smallText, P.smallText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
TD.accountCategory {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #aabbdd;
}
TD.fieldKey {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
TD.fieldValue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
TD.tableHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
SPAN.newItemInCart {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ff0000;
}

SPAN.greetUser {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}
TABLE.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}
TD.formAreaTitle {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
SPAN.markProductOutOfStock {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
SPAN.productSpecialPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #FFC;
}
SPAN.errorText {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
}
a.button-buy-now {
	width:112px;
	height:26px;
	background: url(../images/button-buy.png);
	display: block;
}
input#button-update {
	background:#483e32 url(../images/button-update.png);
	width:112px;
	height:26px;
	padding: 0;
}
input#button-signin {
	width:112px;
	height:26px;
	padding: 0;
}
#column-right .infoBoxContents img.button {
	border:none;
}
input.button {
	width:112px;
	height:26px;
	padding: 0;
	background:none;
}
.speical{ display:none;}
