
/*******************************
*
*	HTML OVERRIDES 
*
********************************/

body {
	text-align: center;
	background-color: #000000;
	width: 100%;
	height: 100%;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

th {
	font-weight: normal;
	font-size:10px;	
}

th, td {
	text-align: left;
	vertical-align:top;
	overflow:hidden;
}

img  {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
* :focus { outline: 0; }

.nodisp { display: none; }

.clb { clear: both; }
.clr { clear: right; }
.cll { clear: left; }
.strong { font-weight: bold; }

/*******************************
*
*	PAGE TEMPLATE STYLES 
*
********************************/
div#twitter{
	background: url(../gs/twitter.png) no-repeat;
	position:absolute;
	top:0;
	left:-35px;
	width:178px;
	height:75px;
}
a#link-twitter{
	position:absolute;
	top:27px;
	left:45px;
	/*width:89px;
	height:15px;*/
	width:70px;
	height:15px;
}
a#link-twitter:hover{
	background: url(../gs/link-twitter.png) no-repeat;
	/*background: url(../gs/link-twitter-valentines.jpg) no-repeat;*/
}
a#link-facebook{
	position:absolute;
	top:44px;
	left:46px;
	width:85px;
	height:14px;
	/*width:89px;
	height:15px;*/
	
}
a#link-facebook:hover{
	background: url(../gs/link-facebook.png) no-repeat;
	/*background: url(../gs/link-facebook-valentines.jpg) no-repeat;*/
}
div#centerMe table#main{
	width: 800px;
	height: 1000px;
}
#centerMe {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
	position:relative;
}

#link_banner{
	position:relative;
}
	#link_banner *{
		position:absolute;
	}
	

img#logo {
	margin-left: 368px;
}
img#logo_l {
	margin-left: 0px;
	float:left;
}
img#logo_r {
	margin-left: 0px;
	float:left;
}

.padder {
	padding-top: 24px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 104px;
}

input.longField {
	width: 300px;
}

#page_content {
	width: 578px; 
	overflow: hidden; 
}
#copyright_footer{
	float:left;
	color:#999999;
	margin:0px 0px 0px 110px;
}


/*******************************
*
*	NAVIGATION STYLES 
*
********************************/
div.nav-container{
	width:69px;
	float:left;
	padding:0 0 0 10px;
}
div.large-nav-container{
	width:130px;
	float:left;
}
#primary_nav {
	background-image:url(../gs/nav_bg.gif);
	margin: 0;
	padding-left: 0;
	overflow:visible;
}
div.nav_outer_wrap{
	float: left; 
	padding: 10px 0;
}
td#primary_nav div.active{
	padding: 8px 0px 10px;
}
div.nav div.active{
	border-top: 2px solid #DE2891;
}
div.aboutnav div.active, div.tashtvnav div.active{
	border-top: 2px solid #DE2891;
}
div.jewelrynav div.active, div.giftcardsnav div.active{
	border-top: 2px solid #FC2A3C;
}
div.celebritynav div.active, div.pressnav div.active{
	border-top: 2px solid #BA28FF;
}
div.servicenav div.active{
	border-top: 2px solid #d8333a;
}
div.tattoonav div.active{
	border-top: 2px solid #d50e00;
}
div.piercingnav div.active{
	border-top: 2px solid #AB50C9;
}
div.servicenav div.active, div.homenav div.active{
	border-top: 2px solid #d8333a;
}

	
#primary_nav .nav_outer_wrap{
	position:relative;
	float:left;
}
#primary_nav .nav_outer_wrap .nav_inner_wrap{
}
#primary_nav .nav_outer_wrap .nav_inner_wrap a{
	position:relative;
	z-index:10;
}
#primary_nav .nav_outer_wrap .nav_inner_wrap .dropdown{
	display:none;
	position:absolute;
	top:30px;
	left:0px;
	z-index:120;
	background-color:#0f3145;
	list-style-type:none;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}
		
#primary_nav .nav_outer_wrap .nav_inner_wrap .dropdown li{
	padding-bottom:5px;
}

#primary_nav a, #primary_nav a:hover {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#sub_nav, #sub_nav2 {
	padding: 7px 11px;
	height: 66px;
	overflow:hidden;
}

#sub_nav ul, #sub_nav2 ul {
	width: 45em;
	margin: 0;
	padding: 0;
}

#sub_nav li {
	float: left;
	width: 15em;
	list-style-type: none;
	line-height: 1.6em;
}

#sub_nav2 li {
	width: 15em;
	list-style-type: none;
	line-height: 1.6em;
}

#sub_nav a, #sub_nav2 a {
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 3px;
}
 

/*******************************
*
*	order PREVIEW 
*
********************************/

#order_stuff {
	float: right;
	width: 130px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 16px;
	font-size: 10px;
}


/*******************************
*
*	CART STUFF
*
********************************/

#cart td {
	font-size: 12px;
	font-weight: bold;
	margin-top: 6px;
	padding-bottom: 6px;
}


#cart th {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #797979;
	padding: 10px;
}

#cart td.img_column {
	padding: 0px;
}

#totals th {
	text-transform: uppercase;	
}

#totals td {
	font-weight: bold;	
}


/*******************************
*
*	BREADCRUMBS 
*
********************************/

#breadcrumbs {
	padding-left: 14px;
	line-height: 22px;
}

#breadcrumbs #links {
	width: 350px;
	float: left;
}

#breadcrumbs, #breadcrumbs a {
	font-size: 10px;
	color: #99CCFF;
}

#back_to_list {
	width: 109px;
	float: right;
}

#back_to_list a {
	font-size: 10px;
	color: #FFFFFF;
}

/*******************************
*
*	HOMEPAGE STYLES
*
********************************/

#homepage_content {
	height:900px;
	width: 800px; 
	overflow: hidden; 
	position: relative;
}

.indexLinkGraphic:hover{
	cursor: pointer;
}

#intro_graphic {
	background: url('../gs/index_bkg_1.jpg') top left no-repeat;
	height: 1040px;
	width:513px;
	float: left;
}
#meet_maria {
	background: url('../gs/index_meet.jpg') top left no-repeat;
	height:129px;
	width:287px;
	float: right;
	display:block;
}
#meet_maria:hover{
	background-position: 0px -130px;
}
#intro_graphic_2{
	background: url('../gs/index_bkg_2.png') top left no-repeat;
	height:224px;
	width:90px;
	float: left;
	clear: right;
	
}
#button_01{
	background: url('../gs/nav-right-piercing-specialists.png') top left no-repeat;
	width:197px;
	height:87px;
	float: right;
}
#button_01:hover{
	background-position: 0px -87px;
}
#button_02{
	background: url('../gs/nav-right-navel.png') top left no-repeat;
	width:197px;
	height:26px;
	float: right;
}
#button_02:hover{
	background-position: 0px -26px;
}
#button_03{
	background: url('../gs/nav-right-nostril.png') top left no-repeat;
	width:197px;
	height:26px;
	float: right;
}
#button_03:hover{
	background-position: 0px -26px;
}
#button_04{
	background: url('../gs/nav-right-finger.png') top left no-repeat;
	width:197px;
	height:26px;
	float: right;
}
#button_04:hover{
	background-position: 0px -26px;
}
#button_05{
	background: url('../gs/nav-right-earrings.png') top left no-repeat;
	width:197px;
	height:26px;
	float: right;
}
#button_05:hover{
	background-position: 0px -26px;
}
#button_06{
	background: url('../gs/nav-right-necklaces.png') top left no-repeat;
	width:197px;
	height:33px;
	float: right;
}
#button_06:hover{
	background-position: 0px -33px;
}
#big_button_01{
	background: url('../gs/index_big_btn_1.jpg') top left no-repeat;
	width:287px;
	height:139px;
	float: right;
}
#big_button_01:hover{
	background-position: 0px -139px;
}
#big_button_02{
	background: url('../gs/index_big_btn_2.jpg') top left no-repeat;
	width:287px;
	height:139px;
	float: right;
}
#big_button_02:hover{
	background-position: 0px -139px;
}
#big_button_03{
	background: url('../gs/index_big_btn_3_fixed.jpg') top left no-repeat;
	width:287px;
	height:139px;
	float: right;
}
#big_button_03:hover{
	background-position: 0px -139px;
}
#intro_graphic_3{
	background: url('../gs/index_bkg_3.jpg') top left no-repeat;
	height:355px;
	width:287px;
	float: right;
}

table#featured_items {
  background-color: #091016;
  width: 100%;
  border-collapse: collapse;
  color: #fff;
}

table#featured_items h2 {
	height: 37px;
}

table#featured_items h3 {
	font-weight: normal;
	font-size: 150%;
	margin: 0;
}

table#featured_items p {
	font-size: 110%;
	color: #999;
	line-height: 1.3em;
	margin-top: 6px;
}
table#featured_items .price {
	font-size: 110%;
	color: #cc0000;
	margin: 10px 0 25px;
}

table#featured_items td {
   height: 281px;
   border: none;
   padding-top: 29px;
 }
.feature_img {
	float: left;
	margin-right: 12px;
}
.feature_info {
	float: left;
	width: 130px;
}



#featured_items td#col1 {
	background: url('../gs/home_col1.jpg') top left no-repeat;
	padding-left: 20px;
	width: 246px;
}

td#col1 h2 {
	background: url('../gs/home_h2_1.gif') top left no-repeat;
}

#featured_items td#col2 {
  background: url('../gs/home_col2.jpg') top left no-repeat;
  padding-left: 20px;
  width: 246px;
}

td#col2 h2 {
	background: url('../gs/home_h2_2.gif') top left no-repeat;
}

#featured_items td#col3 {
  background: url('../gs/home_col3.jpg') top left no-repeat;
  padding-left: 41px;
  width: 226px;
}

td#col3 h2 {
	background: url('../gs/home_h2_3.gif') top left no-repeat;
}

#featured_items td#col1_2 {
  background: url('../gs/home_col1_2.jpg') top left no-repeat;
  height: 281px;
  border: none;
  padding: 10px;
}

#featured_items td#col2_2 {
  background: url('../gs/home_col2_2.jpg') top left no-repeat;
}

#featured_items td#col3_2 {
  background: url('../gs/home_col3_2.jpg') top left no-repeat;
}


/*******************************
*
*	PRODUCT LISTING 
*
********************************/

/* New Jewelry Front Page Design 1-21-09*/
div#jewelry-main div.jewelry-type{
	width:192px;
	height:294px;
	float:left;
	border-right:1px solid #cecfcf;
	border-bottom:1px solid #cecfcf;
	position:relative;
}
div#jewelry-main div.jewelry-type a{
	position:absolute;
	display:block;
	width:192px;
	height:294px;
	z-index:100;
}
div#jewelry-main div.last{
	border-right:none;
}
div#jewelry-main div.jewelry-type div.img-hdr{
	margin:227px auto 0 auto;
}


/*Navel*/
div#jewelry-main div#navel img.img{
	position:absolute;
	top:25px;
	left:60px;
}
div#jewelry-main div#navel div.img-hdr{
	background: url("../gs/jewelry-page/hdr-navel.jpg") no-repeat;
	width:88px;
	height:44px;
}
div#jewelry-main div#navel div.active{
	background-position: 0 -44px;
}

/*Nostril*/
div#jewelry-main div#nostril img.img{
	position:absolute;
	top:105px;
	left:68px;
}
div#jewelry-main div#nostril div.img-hdr{
	background: url("../gs/jewelry-page/hdr-nostril.jpg") no-repeat;
	width:106px;
	height:44px;
}
div#jewelry-main div#nostril div.active{
	background-position: 0 -44px;
}

/*Earrings*/
div#jewelry-main div#earrings img.img{
	position:absolute;
	top:40px;
	left:38px;
}
div#jewelry-main div#earrings div.img-hdr{
	background: url("../gs/jewelry-page/hdr-earrings.jpg") no-repeat;
	width:125px;
	height:44px;
}
div#jewelry-main div#earrings div.active{
	background-position: 0 -44px;
}

/*Rings*/
div#jewelry-main div#rings img.img{
	position:absolute;
	top:80px;
	left:48px;
}
div#jewelry-main div#rings div.img-hdr{
	background: url("../gs/jewelry-page/hdr-rings.jpg") no-repeat;
	width:98px;
	height:67px;
}
div#jewelry-main div#rings div.active{
	background-position: 0 -67px;
}

/*Necklaces*/
div#jewelry-main div#necklaces img.img{
	position:absolute;
	top:50px;
	left:10px;
}
div#jewelry-main div#necklaces div.img-hdr{
	background: url("../gs/jewelry-page/hdr-necklaces.jpg") no-repeat;
	width:147px;
	height:45px;
}
div#jewelry-main div#necklaces div.active{
	background-position: 0 -45px;
}

/*Gift Cards*/
div#jewelry-main div#gift-cards img.img{
	position:absolute;
	top:90px;
	left:16px;
}
div#jewelry-main div#gift-cards div.img-hdr{
	background: url("../gs/jewelry-page/hdr-gift-cards.jpg") no-repeat;
	width:144px;
	height:45px;
}
div#jewelry-main div#gift-cards div.active{
	background-position: 0 -45px;
}

/*Bottom Links*/
div#bottom-links{
	background: url("../gs/jewelry-page/bg-bottom-links.jpg") repeat-y;
	border: 1px solid #cecfcf;
	width:347px;
	height:158px;
	margin:30px auto;
	padding:30px 0 0 166px;
}
div#bottom-links a{
	display:block;
}
div#bottom-links a#all-jewelry{
	background: url("../gs/jewelry-page/hdr-all-jewelry.jpg") no-repeat;
	width:169px;
	height:28px;
	margin-bottom:7px;
}
div#bottom-links a#all-jewelry:hover{
	background-position: 0 -28px;
}
div#bottom-links a#best-sellers{
	background: url("../gs/jewelry-page/hdr-best-sellers.jpg") no-repeat;
	width:179px;
	height:29px;
	margin-bottom:7px;
}
div#bottom-links a#best-sellers:hover{
	background-position: 0 -29px;
}
div#bottom-links a#new-arrivals{
	background: url("../gs/jewelry-page/hdr-new-arrivals.jpg") no-repeat;
	width:180px;
	height:28px;
	margin-bottom:7px;
}
div#bottom-links a#new-arrivals:hover{
	background-position: 0 -28px;
}
div#bottom-links a#promotions{
	background: url("../gs/jewelry-page/hdr-special-promotions.jpg") no-repeat;
	width:258px;
	height:29px;
	margin-bottom:7px;
}
div#bottom-links a#promotions:hover{
	background-position: 0 -29px;
}
div.details{
	padding:10px;
}

div.jewelry {
	padding: 12px;
}

.jewelry table {
	border-collapse: collapse;
}

.jewelry td {
	padding: 5px;
}

img.thumb {
	margin-left:10px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.item_wrapper {
	width: 125px;
	text-align:center;
	color:#333333;
}

.item_wrapper a {
	color: #333333;
}

.indexSubCat{
	width:100%;
	height:22px;
	background-color: #FC2A3C;
}
	.indexSubCat li{
		list-style-type: none;
		float:left;
		margin:7px 5px 0px 11px;
		text-transform: uppercase;
		display: block;
		height: 15px;
		color:white;
	}
	.indexSubCat a{
		color: white;
	}
	



/*******************************
*
*	ABOUT PAGE STYLES
*
********************************/


#about #left_column {
	width: 259px; 
	float: left; 
	font-size:17px; 
	padding-right: 20px;
	padding-top: 10px; 
	line-height: 20px; 
	color: #cc3399;
}

#about #right_column {
	width: 230px; 
	float: left; 
	font-size: 12px; 
	padding-top: 10px;
	line-height: 16px;
}

#about small {
	font-size: 10px;
}

#about h2 {
	font-weight: normal;
	margin: 0;
	color: #841e56;
	font-size: 200%;
	border-bottom: solid 1px #b2b2b2;
	padding-bottom: 8px;
}

#about h3 {
	font-size: 14px;
	margin-top: 0;
}

/*******************************
*
*	PRODUCT PAGE STYLES
*
********************************/

#item #left_column {
	width: 310px; 
	float: left; 
	font-size:11px; 
	line-height: 14px;
}

#item #right_column {
	width: 215px; 
	float: left;
}

#item {
	font-size: 12px;
}

#item a  {
	color: #0000CC;
	text-decoration: underline;
}
	#item a.tooltip  {
		font-size:1.2em;
		font-weight:900;
		color: #fc2a3c;
		text-decoration:none;
		float:right;
	}
	#item a.tooltip span  {
		font-size:1em;
		font-weight:300;
		display:none;
		color:black;
		background-color:white;
		padding:3px;
		text-decoration:none;
		margin-left:5px;
	}
	#item a.tooltip:hover span {
		display:inline;
		position:absolute;
		text-decoration:none;
	}

#item h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

#item h2 {
	color: #666666;
	font-size: 11px;
	padding-top: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
}


.name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

#item .subtitle {
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 13px;
}

#item .price {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}
#model_image_wrap{
	background-color: white;
	padding: 0px;
}

#post_chooser {
	background-color: white;
}
	#post_chooser img {
		padding: 0px;
		margin 0px;
		float:left;
	}
	#post_chooser .selector {
		clear: both;
	}
.prevNext{
	margin:0px 0px 10px 0px;
	color:black;
}
	.prevNext .link{
		font-size:10px;
		text-transform:uppercase;
		color:black;
		margin:0px 10px 0px 0px;
	}

/*******************************
*
*	PRESS STYLES
*
********************************/

div.press_item {
	margin: 5px 20px 3px 0;
	padding:5px 5px 5px 0px;
	float: left;
}
div.press_item p a, div.press_item3 p a{
	margin-top:0px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#000;
}
div.press_item3 p, div.press_item p{
	text-align:center;
	margin-top:5px;
}

div.press_item3 {
	margin: 10px 0;
	float: left;
	width: 157px;
}

#press_features h2 {
	font-weight: normal;
	margin: 0;
	color: #700099;
	font-size: 200%;
	border-bottom: solid 1px #b2b2b2;
	padding-bottom: 8px;
}

.press_image {
	border: 1px solid #666;
	margin-bottom: 5px;
}

#side_links {
	position: relative;
	top: 840px;
	padding: 15px;
	color: white;
	font-size: 90%;
}

#side_links p {
	margin: 10px 0 4px;
}

#side_links a {
	text-decoration: underline;
	color: #c885ee;
	padding: 2px;
}

#side_links a:hover {
	background-color: #C581F2;
	color: #000;
	font-weight: bold;
}

#pagination {
	float: right;
	margin-top: 10px;
}

#prev_btn, #next_btn, #total_pages {
	float: left;
}

#total_pages {
	margin: 3px 8px;
}

/*******************************
*
*	CELEBRITY CLIENTELE STYLES
*
********************************/

#celebrity {
	padding: 22px;
}

#celebrity h2 {
	font-weight: normal;
	margin: 0;
	color: #700099;
	font-size: 200%;
	border-bottom: solid 1px #b2b2b2;
	padding-bottom: 8px;
}

#celeb_content {
	width: 346px;
	float: left;
	padding-bottom: 21px;
}

#celeb_content h3 {
	text-transform: uppercase;
	font-size: 140%;
	margin-bottom: 8px;
}

#celeb_content img {
	border: solid 1px #666;
	margin-bottom: 3px;
}

#celeb_content p {
	color: #666;
	font-size: 120%;
	line-height: 1.4em;
}
#celeb_nav {
	width: 185px;
	float: left;
	margin-top: 3.4em;
	padding: 0;
}

#celeb_nav ul {
	margin: 0;
	padding: 0;
}

#celeb_nav li {
	list-style-type: none;
	margin: 5px 0;
	padding: 3px 3px 3px 10px;
	width: 200px;
}

#celeb_nav a {
	text-transform: uppercase;
	color: #000;
	padding: 3px 15px;
}

#celeb_nav a:hover {
	background-color: #d666ff;
	color: #fff;
	text-decoration: none;
}

#celeb_nav li:hover {
	background-color: #d666ff;
}

.d_gahan li#d_gahan, .c_aguilera li#c_aguilera, .c_nixon li#c_nixon, .b_spears li#b_spears, .j_alba li#j_alba, .j_jett li#j_jett, .j_stiles li#j_stiles, .k_hammett li#k_hammett, .trina li#trina, .l_edelstein li#l_edelstein, .l_ling li#l_ling, .m_rourke li#m_rourke, .t_lourenco li#t_lourenco, .a_nemcova li#a_nemcova, .a_renee li#a_renee, .c_jaecklein li#c_jaecklein, .f_bush li#f_bush, .l_tilton li#l_tilton, .v_carlton li#v_carlton, .v_fitz li#v_fitz, .a_gogna li#a_gogna, .x_meneghel li#x_meneghel, .y_sturm li#y_sturm, #celeb_nav li.active{
	background-color: #d666ff;
}

.d_gahan li#d_gahan a, .c_aguilera li#c_aguilera a, .c_nixon li#c_nixon a, .b_spears li#b_spears a, .j_alba li#j_alba a, .j_jett li#j_jett a, .j_stiles li#j_stiles a, .k_hammett li#k_hammett a, .trina li#trina a, .l_edelstein li#l_edelstein a, .l_ling li#l_ling a, .m_rourke li#m_rourke a, .t_lourenco li#t_lourenco a, .a_nemcova li#a_nemcova a, .a_renee li#a_renee a, .c_jaecklein li#c_jaecklein a, .f_bush li#f_bush a, .l_tilton li#l_tilton a, .v_carlton li#v_carlton a, .v_fitz li#v_fitz a, .a_gogna li#a_gogna a, .x_meneghel li#x_meneghel a, .y_sturm li#y_sturm a, #celeb_nav li.active a {
	color: #fff;
}


/*******************************
*
*	CUSTOMER REVIEW STYLES
*
********************************/
#customer-reviews {
	padding: 22px;
}
#customer-reviews h2 {
	font-weight: normal;
	font-size: 200%;
	color: #700099;
	margin: 0;
}

p#intro-review {
	font-weight: bold;
	font-size: 105%;
	border-bottom: solid 1px #b2b2b2;
	padding-bottom: 15px;
}

#customer-reviews p.quote {
	margin-top: 15px;
	font-size: 120%;
	line-height: 1.3em;
	color: #666;
	
}

#customer-reviews div.source {
	color: #993399;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: bold;
	border-bottom: solid 1px #b2b2b2;
	padding-bottom: 15px;
}


/*******************************
*
*	CONTACT STYLES
*
********************************/

#contact h2 {
	font-weight: normal;
	margin: 0;
	color: #588697;
	font-size: 200%;
	border-bottom: solid 1px #b2b2b2;
	padding-bottom: 8px;
}

a.map_link {
	margin-top: 5px;
	display: block;
}

#contact h3 {
	margin-top: 0;
	margin-bottom: 2px;
}

#contact h4 {
	margin-top: 0;
	margin-bottom: 2px;
}

/*******************************
*
*	CHECKOUT STYLES
*
********************************/


#checkout {
	font-size: 12px;
	padding:30px;
}
	#checkout .header_img{
		margin:0px;
	}
	#checkout .index_left{
		width: 260px;
		border-right: 1px solid #666666;
		margin-left:0px;
		float: left;
		display:inline;
	}
	#checkout .index_right{
		width: 210px;
		float: left;
		clear:none;
		padding-left: 30px;
	}

#checkout a  {
	color: #0000CC;
	text-decoration: underline;
}

label {
	display: block;
	padding-top: 10px;
	padding-bottom: 4px;
	font-size: 10px;
}

#checkout h2 {
	font-size: 15px;
	color: #333333;
}

#checkout h3 {
	font-size:  13px;
}

#checkout input.field {
	width: 200px;
}

.disabled{
	background-color:#CCCCCC;
}

#current_address{
	height: 80px;
	width:275px;
	border-bottom: 1px solid 666666;
}
#address{
	
}

#address .scroll_window {
	width: 300px;
	height: 400px;
	overflow-Y: scroll;
	border:1px solid black;
	margin:40px 0px 0px -40px;
}
	#address .address_block {
		border: 1px solid black;
		margin:3px;
		width:275px;
		height:100px;
		display: block;
		float:left;
	}
	#address .billing {
		background-color: #ffcccc;
	}
	#address .shipping {
		background-color: #ccffcc;
	}
	#address #billingAddress{
		margin:0px;
		float:left;
		width:230px;

	}
		#address #billingAddress .inner{
			margin-top:60px;
		}
		#address #billingAddress input,select{
			width:220px;
		}
	#address #shippingAddress{
		margin:0px;
		float:right;
		width:230px;
		padding-right:0px;

	}
		#address #shippingAddress .inner{

		}
		#address #shippingAddress input,select{
			width:220px;
		}
#checkout_addresses{
	width:500px;
	height:135px;
}
	#checkout_addresses h1{
		margin:5px;
	}
	#checkout_addresses div{
		width:200px;
		margin:0px 0px 0px 30px;
		padding:0px;
		float:left;
	}
	#checkout_addresses .address_block {
		margin:0px;
		padding:0px;
	}	
		#checkout_addresses .address_block p{
			margin:0px;
			margin-left:10px;
			line-height:1.3em;
		}
		
#shipping_method_wrapper{
	
}
	#shipping_method_wrapper .current_method{
		font-size:.8em;
	}
	#shipping_method_wrapper #shippingMethodForm{
	}
	
#addGCRecipients {
	
}
	#addGCRecipients label{
		display:block;
		width:205px;
		float:left;
		margin-bottom:5px;
	}
	#addGCRecipients .text{
		width:195px;
		margin-right:10px;
		float:left;
	}
	#addGCRecipients .button{
		font-size:11px;
	}
	
#enterCouponCode{
	width:200px;
	float:left;
}
	#enterCouponCode .text{
		width:100px;
		margin-right:10px;
	}
	#enterCouponCode .button{
		font-size:11px;
	}
#enterGiftCard{
	width:300px;
	float:right;
}
	#enterGiftCard .text{
		width:175px;
		margin-right:10px;
	}
	#enterGiftCard .button{
		font-size:11px;
	}


/*******************************
*
*	SERVICE STYLES
*
********************************/

#service {
	font-size: 12px;
}

#service h2 {
	font-weight: normal;
	margin: 0;
	color: #b71f24;
	font-size: 200%;
	border-bottom: solid 1px #999;
	padding-bottom: 8px;
}

#service h3 {
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 2px;
}

#service p {
	margin-top: 1px;
}

#service p.h3 {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: bold;
	margin-right: 130px;
}

#service li {
	list-style-image: url(../gs/bullet.gif);
}

#service ul {
	padding-left: 14px;
}

.small_black {
	text-transform: uppercase; 
	font-weight:bold;
}

.thick_red {
	color: #b71f24; 
	font-weight: bold; 
	text-transform:uppercase;
	margin-bottom: 2px;
	margin-top: 20px;
}

.address {
	font-size: 20px; 
	color: #666666; 
	font-style:italic; 
	font-family:'Times New Roman', Times, serif; 
	margin-top: 14px; 
	margin-bottom: 10px;
}


/*******************************
*
*	RECEIPT STYLES
*
********************************/

.receipt {
	color:white;
}
	receipt table tr {
		color:white;
	}
	
	
/*******************************
*
*	PIERCING PAGE STYLES
*
********************************/
/*Revision Styles for new page by Lark, 9-17-09*/

/*Buttons- Accordion Style Navigation*/
div.clear{
	clear:both;
}
div#piercing-module a:hover{
	text-decoration:none;
}
ul li, ul{
	list-style:none;
	padding:0;
	margin:0;
}
div#piercing{
	background: #a33abb url(../gs/bg-page-piercing.png) repeat-x;
	padding-top:23px;
}

/*Piercing Page Headers*/
div.header{
	background: url(../gs/bg-h1-piercing.png) repeat-y;
	margin:0 0 12px 11px;
	width:300px;
	height:37px;
}
div#piercing h1{
	text-indent:-9999px;
	margin:0;
	height:37px;	
}
h1#piercing-styles{
	background: url(../gs/hdr-piercing-styles.png) no-repeat .5em .5em;	 
}
h1#pricing{
	background: url(../gs/hdr-pricing.png) no-repeat .5em .5em;	 
}
h1#piercing-at-maria-tash{
	background: url(../gs/hdr-piercing-at-maria-tash.png) no-repeat .5em .5em; 
}
div#pricing-info div.header{
	margin-left:-10px;
}
div#piercing-info div.header{
	margin:36px 0 -6px -9px;
}
p#top-info{
	font-size:12px;
	color:#FFF;
	margin:0 0 5px 21px;
}
div#piercing-module{
	width:550px;
	margin-left:13px;
}
div#module-top{
	background: url(../gs/bg-piercing-module-tp.png) no-repeat;
	width:550px;
	height:11px;
}
div#module-main{
	background: url(../gs/bg-piercing-module.png) repeat-x;
	width:510px;
	height: 475px;
	padding:10px 15px;
	position:relative;
	margin-left:5px;
}
/*div#module-bottom{
	background: url(../gs/bg-piercing-module-btm.png) no-repeat;
	width:550px;
	height:11px;
}*/
div#accordion-container{
	width:135px;
	height:360px;
	float:left;
	display:block;
}
div#accordion{
	width:135px;
	float:left;
	margin-top:6px;
	display:none;
}
div#accordion h3{
	font-weight:normal;
	font-size:14px;
	margin:0;
}
div#accordion h3 a{
	background: url(../gs/btn-piercing-module.jpg) no-repeat;
	display:block;
	width:115px;
	height:23px;
	color:#4e005e	;
	padding:6px 0 0 20px;
}
div#accordion h3.selected a{
	background: url(../gs/btn-piercing-module-on.jpg) no-repeat;
	font-weight:bold;
}
div#accordion h3 a:hover{
	background: url(../gs/btn-piercing-module-on.jpg) no-repeat;
}
div.outer-drop{
	margin:0;
}
div.dropdown{
	padding:0px;
	margin:0 20px;
}
div.dropdown p{
	font-size:12px;
	color:#FFF;
	margin:0 0 2px 0;
}
div.dropdown p.active{
	font-weight:bold;
}
div.dropdown p.active:hover{
	color:#FFF;
	cursor:text;
}
div.dropdown p:hover{
	color:#ccc7bd;
	cursor:pointer;
}

/*Slideshow*/
div#slideshow{
	float:left;
	margin:0 13px;
	position:relative;
}
div.slide-frame-top, div.slide-frame-btm{
	height:6px;
}
div.small-top{
	background: url(../gs/bg-slide-top.png) no-repeat;
	width:213px;
}
div.small-btm{
	background: url(../gs/bg-slide-btm.png) no-repeat;
	width:213px;
}
div.large-top{
	background: url(../gs/bg-slide-large-top.png) no-repeat;
	width:361px;
}
div.large-btm{
	background: url(../gs/bg-slide-large-btm.png) no-repeat;
	width:361px;
}

div.slide-frame{
	height:349px;
	position:relative;
}
div.small-bg{
	background: url(../gs/bg-slide-main.png) repeat-y;
	width:213px;
}
div.large-bg{
	background: url(../gs/bg-slide-large-main.png) repeat-y;
	width:361px;
}
div.bg-cycle{
	background: url(../gs/piercing-slideshows/bg-ear-neck.jpg) no-repeat;
	position:absolute;
	top:0;
	left:6px;
	width:200px;
	height:349px;
}
div.small-slide{
	width:200px;
}
div.large-slide{
	width:348px;
}
div.cycle{
	position:absolute;
	top:0;
	display:none;
	cursor:pointer;
}
div#click-purchase{
	width:100%;
	height:18px;
	position:absolute;
	top:6px;
	z-index:100;
}
div#click-purchase div{
	background: url(../gs/bg-click-purchase.png) no-repeat;
	width:124px;
	height:18px;
	color:#FFF;
	text-transform:uppercase;
	font-size:9px;
	text-align:center;
	padding-top:3px;
	margin:0 auto;
}

/*Tooltip*/
div.tooltip-main span.fraction{
	font-size:16px;
	margin-left:0px;
}
div#tooltips{
	clear:both;
	position:relative;
	
}
div.tooltip{
	/*width:195px;*/
	position:absolute;
	top:10px;
	left:148px;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
div#lobe-info{
	width:135px;
	position:absolute;
	top:10px;
	right:15px;
	display:none;
}
div#lobe-info div.tooltip-top, div#lobe-info div.tooltip-btm, div#jewelry-contact-info div.tooltip-top, div#jewelry-contact-info div.tooltip-btm{
	width:135px;
}
div#lobe-info p{
	font-size:12px;
	font-weight:normal;
	margin:0 0 5px 0;
	line-height:1.2;
}
div#jewelry-contact-info{
	width:135px;
	position:absolute;
	top:330px;
	left:14px;
}
div#jewelry-contact-info a{
	color:#4E005E;
}
div#jewelry-contact-info a:hover{
	text-decoration:underline;
}
div#jewelry-contact-info .tooltip-main{
	height:92px;
}
div.default{
	width:195px;
	position:absolute;
	top:10px;
	right:20px;
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
div.tooltip-top{
	background: url(../gs/bg-tooltip-tp.png) no-repeat;
	width:195px;
	height:4px;
}
div.tooltip-btm{
	background: url(../gs/bg-tooltip-btm.png) no-repeat;
	width:195px;
	height:4px;
}
div.tooltip-main{
	background: url(../gs/bg-tooltip.png) repeat-y;
	/*width:195px;*/
	color:#FFF;
	padding:6px 10px;
}
div.tooltip-main h2, div.tooltip p.hdr, div#jewelry-contact-info p{
	font-size:11px;
	font-weight:normal;
	margin:0 0 5px 0;
	line-height:1.1;
}
div.tooltip-main p{
	font-size:10px;
	margin:0 0 3px 0;
	line-height:1.1;
}
div.tooltip-main p.price{
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
}
div.tooltip-main span{
	font-size:12px;
	margin-left:20px;
}

/*Pricing*/
div#pricing-info{
	padding:0px 20px 0 20px;
}
div#pricing-info p{
	margin-top:8px;
	color:#FFF;
	font-size:14px;
}
div#pricing-info table, div#pricing-info td, div#pricing-info tr{
	margin:0;
	padding:0;
}
div#pricing-info table{
	margin-left:-2px;
}
div#pricing-info td{
	font-size:12px;
	color:#FFF;
}
div#pricing-info td.type{
	width:340px;
	margin-bottom:2px;
}

/*Piercing Info*/
div#piercing-info{
	color:#FFF;
	padding:0 20px 36px 20px;
}
div#piercing-info h3{
	font-weight:bold;
	font-size:12px;
	margin:20px 0 5px 0;
}
div#piercing-info p{
	font-size:12px;
	margin:0 0 5px;
}

/************************/

/*#piercing{
	position:relative;
	padding:0px;
	background-color:#060a0e;
	margin-bottom:-40px;
}
#piercing .header{
	width:100%;
	height:66px;
	background-image: url("../gs/piercing_background_01.png");
}
#piercing .header .locations{
	display:block;
	background-image: url("../gs/piercing_available_button.png");
	width:200px;
	height:45px;
	float:right;
	margin:20px 20px 0px 0px;
}
#piercing .header .locations:hover{
	background-position:0px -45px;
}
#piercing .slideshow_bg{
	width:100%;
	height:554px;
	background-image: url("../gs/piercing_background_02.jpg");
}
#piercing .info{
	width:100%;
	height:317px;
	background-image: url("../gs/piercing_background_04.png");
}
#piercing .price{
	width:100%;
	height:361px;
	background-image: url("../gs/piercing_background_03.png");
}
#piercing .search_text{
	padding:10px 30px 10px 50px;
	font-size:10px;
	line-height:11px;
	color:#060a0e;
}
	
#piercing_slideshow{
	position:absolute;
	font-size:12px;
	top:96px;
	left:30px;
	color:#020405;
}
			
#piercing_slideshow .image_holder{
	width:100%;
	min-height:500px;
	margin:auto;
	margin-bottom:30px;
}
#piercing_slideshow .image_holder .ss_images{
	position:relative;
}
#piercing_slideshow .image_holder .ss_images img{
	position:absolute;
	display:block;
	margin:auto;
	max-width:200px;
	top:0;
	left:89px;
	z-index:8;
}
#piercing_slideshow .image_holder .ss_images img.active{
	border:none;
	z-index:10;
}
#piercing_slideshow .image_holder .ss_images img.last_active{
	z-index:9;
}*/					
#piercing_menu{
	position:absolute;
	font-size:12px;
	top:96px;
	left:370px;
}
#piercing_menu .head{
	display:block;
	width:200px;
	padding-top:40px;
	background-repeat:no-repeat;
}
#piercing_menu a.button{
	display:block;
	width:120px;
	height:35px;
	margin-left:30px;
}
#piercing_menu a.button:hover{
	text-decoration:none;
	background-position:0px -35px;
}
#piercing_menu .head#ear{
	background-image: url("../gs/piercing_menu_header_ear.png");
}
#piercing_menu .button#tragus{
	background-image: url("../gs/piercing_tragus_button.png");
}
#piercing_menu .button#rook{
	background-image: url("../gs/piercing_rook_button.png");
}
#piercing_menu .button#head{
	background-image: url("../gs/piercing_head_button.png");
}
#piercing_menu .head#nostril{
	background-image: url("../gs/piercing_menu_header_nostril.png");
}
#piercing_menu .head#navel{
	background-image: url("../gs/piercing_menu_header_navel.png");
}
#piercing_menu .head#dermal{
	background-image: url("../gs/piercing_menu_header_dermal.png");
}
#piercing_menu .head#oral{
	background-image: url("../gs/piercing_menu_header_oral.png");
}
#piercing_menu .head#septum{
	background-image: url("../gs/piercing_menu_header_septum.png");
}
#piercing_menu .head#other{
	background-image: url("../gs/piercing_menu_header_other.png");
}
		
		
	
/**********************
giftcard page
**********************/

#giftcards{
	
}
	#giftcards .jewelry {
		padding:0px;
	}
	
/*Changes made by Lark 9-11-09*/
p.shipping{
	font-size:11px;
	color:#797979;
}

td#order_preview{
	background: url("../gs/cart_bg.gif") repeat-y;
	width: 222px;
	height: 50px;
}
#celeb_content div.celeb-jewelry img{
	border: none;
}
div.celeb-jewelry{
	width: 172px;
	float:left;
	text-align:center;
}
em{
	font-style:italic;
}

/* Tattoo Page*/

div#tattoo{
	background: url("../gs/tattoo/bg-tattoo.jpg") repeat-y;
	color:#FFF;
	font-size:12px;
}
div#tattoo a{
	color:#ce191b;
}
div#tattoo img.frame{
	border:5px solid #361f18;
}
div#tattoo img#splash{
	margin:11px 0 13px 22px;
}
div#tattoo div#main-content{
	background: url("../gs/tattoo/bg-main-content.png") no-repeat;
	width:498px;
	height:459px;
	margin-left:22px;
	padding:35px 17px 0 17px;
}
h2#hdr-celebrating{
	text-indent:-6000px;
	background: url("../gs/tattoo/hdr-celebrating.png") no-repeat;
	width:252px;
	height:13px;
	margin:0 0 16px 0;
}
img#maria-tattoo{
	float:right;
}
img#yelp{
	margin-bottom:5px;
}
img#citysearch{
	margin-bottom:20px;
}
div#tattoo ul.tattoo-list li{
	background: url("../gs/tattoo/bg-li.gif") no-repeat 0 .6em;
	padding-left:20px;
	margin-bottom:5px;
}
div#tattoo ul.tattoo-list li ul{
	margin-bottom:10px;
}
h2#hdr-hours{
	text-indent:-6000px;
	background: url("../gs/tattoo/hdr-hours.png") no-repeat;
	width:166px;
	height:12px;
	margin:0 0 16px 0;
}
div#tattoo div#hours p.last{
	margin-bottom:15px;
}
div#flash{
	float:right;
	border:5px solid #361f18;
	width:232px;
	height:193px;
	margin:30px -33px 0 0;
}
div#hours{
	float:left;
	margin-top:30px;
}
div#tattoo div#hours p{
	margin:0;
}
img#map{
	float:left;
	margin:20px 0 40px;
}
div.bio{
	padding:10px;
}
div.bio img{
	border: 5px solid #6d5235;
	float:left;
}
div#artists{
	float:left;
	margin:10px 0;
}
div.bio div.bio-info{
	float:left;
	width:343px;
	height:108px;
	overflow:auto;
	margin-left:18px;
	padding-right:7px;
}
div.bio-info p{
	margin-top:0;
}
div.hdr-artist-bio{
	background: url("../gs/tattoo/hdr-artist-bio.png") no-repeat;
	width:80px;
	height:15px;
	text-indent:-6000px;
	margin:0 0 10px 18px;
	float:left;
}
div.artist-info{
	margin-left:25px;
}
div.hdr-contact{
	background: url("../gs/tattoo/hdr-contact.png") no-repeat;
	width:68px;
	height:14px;
	text-indent:-6000px;
	margin:34px 0 18px 0;
}
p.field{
	font-size:12px;
	margin:0 0 2px 0;
}
div.artist-info input.text{
	background:#beb1a3;
	height:15px;
	width:218px;
	padding:3px;
	margin-bottom:11px;
	border:none;
}
div.artist-info textarea{
	background:#beb1a3;
	width:218px;
	border:none;
}
div.name-email{
	float:left;
	width:245px;
}
input.btn-send{
	background: url("../gs/tattoo/btn-send.png") no-repeat;
	width:93px;
	height:38px;
	border:none;
	text-indent:-6000px;
	float:right;
	margin-right:15px;
	cursor:pointer;
}

/*Tattoo Slideshow*/
div.tat-slideshow{
	height:146px;
	width:500px;
	float:left;
	margin-left:11px;
	position:relative;
}
div.left-fade{
	background: url("../gs/tattoo/bg-left-fade.png") repeat-y;
	width:20px;
	height:117px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
div.right-fade{
	background: url("../gs/tattoo/bg-right-fade.png") repeat-y;
	width:20px;
	height:117px;
	position:absolute;
	top:0;
	right:0;
	z-index:10;
}