body { 
	background: #000000 url('../images/background.gif') repeat-y top center; 
	font-family: Arial, Helvetica, sans-serif ; 
	color: #000000;
}

a {
	color: #ab2d31;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.cart {
	font-family: Arial, sans-serif;
	font-size:9px;
	color: #330000;
}

.cartHead {
	font-family: Arial, sans-serif;
	font-size:11px;
	color: #330000;
}

a.legal:link {
	font-family: Arial, sans-serif;
	font-size:11px;
	color: #999999;
	text-decoration:none;
	
}
a.legal:active {
	font-family: Arial, sans-serif;
	font-size:11px;
	color: #999999;
	text-decoration:none;
	
}
a.legal:visited {
	font-family: Arial, sans-serif;
	font-size:11px;
	color: #999999;
	text-decoration:none;
	
}
a.legal:hover {
	font-family: Arial, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	text-decoration:underline;
	
}
a.text:link {
	font-family: Arial, sans-serif;
	font-size:12px;
	color: #330000;
	text-decoration:none;
	
}
a.text:active {
	font-family: Arial, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration:none;
	
}
a.text:visited {
	font-family: Arial, sans-serif;
	font-size:12px;
	color: #330000;
	text-decoration:none;
	
}
a.text:hover {
	font-family: Arial, sans-serif;
	font-size:12px;
	color: #333333;
	text-decoration:none;
	
}

table.content {
 	/* border-left: dotted #222222 2px;
	border-bottom: dotted #222222 2px; */
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 9pt;
	color: #000000;
}

td.border {
 	/* border-left: dotted #222222 2px;
	border-bottom: dotted #222222 2px; */
}

td.text {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#000000;
	line-spacing: 1px;
}

.text {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#000;
	line-spacing: 1px;
}

td.merch {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#000000;
	line-spacing: 1px;
	/* border-right: dotted #222222 1px;
	border-bottom: dotted #222222 1px; */
	padding-bottom:12px;

	
}

td.sub {
	font-family: Arial, "Times New Roman", serif;
	font-size: 12px;
	color:#000000;
	line-spacing: 1px;
}

td.stock {
	font-family: Arial, "Times New Roman", serif;
	font-size: 12px;
	color:#000000;
	line-spacing: 1px;
}


/* JIMMY CSS */

td.heading {
	font-weight: bold;
	text-transform: uppercase;
}


h3 {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 11pt;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 13pt;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 15pt;
	color: #ff0033;
	text-align: left;
}

.admin_menu {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 9pt;
	color: #000000;
	padding-left: 10px;
}

.admin_menu a {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

.admin_menu a:hover {
	text-decoration: underline;
}

.redtitle {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 15pt;
	color: #ab2d31;
}

.redtitle_sml {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 11pt;
	color: #ab2d31;
}

img {
	border: 0px;
}

h3 {
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.stockists {
	margin: 0 0 10px 0;
	list-style-position: outside;
	padding-left: 20px;
	font-size: 13px;
}

div#pop_form {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -160px 0 0 -150px;
	width: 300px;
	color: #fff;
	font-size: 14px;
	background-color: #000;
	border: double 4px #AB2D31;
	text-align: left;
	line-height: 20px;
	z-index: 1;
}

div#thongs {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -75px 0 0 115px;
	width: 214px;
	height: 250px;
	z-index: 2;
	background: url('../images/thongs.png');
	_background: url('../images/thongs.gif');

}

div#become_stockist {
	visibility: hidden;
/* 	display: none; */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -125px 0 0 -200px;
	width: 400px;
	z-index: 100;
	padding: 0 15px 15px 15px;
	color: #fff;
	border: double 4px #AB2D31;
	background-color: #000;
}
	div#become_stockist h2 {
		color: #AB2D31;
	}

	div#become_stockist input[type=text] {
		width: 200px;
		margin: 2px 0;
		padding: 3px;
		border: solid 1px #bbbbbb;
		background: #eee;
	}
	
	div#become_stockist select {
		margin: 2px 0;
	}
	
	div#become_stockist input[type=submit] {
		float: right;
	}
	
	
div#become_stockist_thanks {
	visibility: hidden;
/* 	display: none; */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -125px 0 0 -200px;
	width: 400px;
	z-index: 100;
	padding: 0 15px 15px 15px;
	color: #fff;
	border: double 4px #AB2D31;
	background-color: #000;
}

	div#become_stockist_thanks h2 {
		color: #AB2D31;
	}

#close_box {
	float: right;
	margin: 5px;
	cursor: pointer;
}

div#signup {
	width: 260px;
	padding: 10px 20px 25px 20px;
}

div#pop_form h2 {
	font-size: 18px;
	color: #AB2D31;
	text-align: left;
	margin: 0;
}

div#MGL_external {
}

.MGLLabel{
	width: 80px;
	float: left;
	text-align: right;
}

.MGLField{
	width: 150px;
	float: left;
	margin-left: 10px;
}


.MGLRow {
	margin: 10px auto 0 auto;	
	width: 300px;
}

.MGLPoweredBy {
	float: right;
	margin: 20px 0 6px 0;
	padding: 0 10px 0 0;
	font-size: 10px;
	color: #888;
}

.MGLPoweredBy a {
	color: #888;
}

.MGLPoweredBy a:hover {
	color: #AB2D31;
	text-decoration: none;	
}

/* Clearing floats */
div.clear { 
	clear: both; 
	overflow: hidden; 
	height: 0px; 
	_height: 1px; 
}

/* Splash page */

body.splash h1 {
	text-align: center;
}

/* Content pages  */

div.article_menu {
	margin: 5px 0;
}
div.article_menu a {
	color: #000000;
}
div.article_menu a:hover {
	color: #ff0033;
}

div.article {
	margin-bottom: 20px;
}

img.article_image {
	float: right; 
	margin: 0 0 5px 5px;
}

/* Pearlers Launch */

body.pearlers_launch h1 {
	color: #000000;
	text-align: left;
}
