/*_________________________ Globals */
*{margin:0; padding:0; outline:none;}
html, body{
	font-size:0.9em  !important;
	margin: 0 auto !important;
	padding: 0 !important;
}
body{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif !important;
	background: #e7a52d url(/themes/site_themes/default/bg.png) repeat-x  !important;
	color:#65007b  !important;
}
a:link, a:visited{
	color: #9d31db  !important;
	border-bottom: 1px dotted #9d31db;
	text-decoration:none !important;
	letter-spacing:0.08em !important;
}
a:active, a:hover{
	color:#000  !important;
	border-bottom: 1px solid #000;
}
.fLeft{float:left;}
.fRight{float:right;}
.clear{clear:both;}
a img{border: none;}
/*_________________________ Head/Navigation */
#head{
	background: url(/themes/site_themes/default/head.jpg) no-repeat center 0;
	height: 278px;
	width: 750px;
	margin: 0 auto;
}
#head h1{display: none;}
#head h2{
	color: #FFF !important;
	font-style: italic;
	text-align:right;
	position:relative;
	right:20px;
	top:95px;
	font-size: 1.5em !important;
	padding: 0 !important;
}
#head ul{
	margin: 106px 0 0 20px !important;
	list-style: none;
	height: 32px;
	width: 730px;
	float: left;
	line-height: 1.2em;
}
/* Safari/Opera Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {#head ul{line-height: 1.4em;}}
#head ul li{
	list-style: none;
	text-align:center;
	display: block;
	float: left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 1.5em 0 0 !important;
}
#head ul li a:link, #head ul li a:visited{
	color: #FFF !important;
	display: block;
	padding:8px 10px !important;
	border: none;
}
#head ul li a:hover, #head ul li a:active{
	color: #000 !important;
	background-color:#FDD95F;
	text-decoration: none;
	border: none;
}
#head ul #current a{
	color: #9d31db !important;
	background: #FDD95F !important;
	display: block;
}
/*_________________________ Image Rotator */
#rotated{
	height: 150px;
	border-top: 2px solid #9a00c1;
	border-bottom: 2px solid #9a00c1;
}
/*_________________________ Contents */
#contents{
	width: 742px;
	background: #FFF url(/themes/site_themes/default/bg_inner.png) repeat-x;
	border: 4px solid #9a00c1;
	margin: 0 auto;
	margin-top: -110px;
}
.pageTitle{	margin-bottom: 1em;}
.pageTitle h1{
	margin: 0.1em 0 0 0.1em !important;
	font-size: 1.9em !important;
}
p{margin: 0.6em 0;}
h3{margin: 0.6em 0;}
.blurb{	font-style: italic;}
.section{
	padding: 5px;
	border-bottom: 1px solid #e2d9e5;
}
.section ul, .section ol{
	margin-left: 2em;
	list-style: inside;
}
.lightbox, .lightbox img, .lightbox:hover{
	text-decoration: none;
	text-align: center;
	border: none !important;
}
.section .sectionImg{
	float: left;
	padding: 0 5px 5px 0;
}
/*_________________________ Products */
.section .productImg{
	float: left;
	margin: 0 0.5em 0.5em 0;
	text-align: center;
}
.button:link, .button:visited{
	display: inline-table;
	padding: 2px 0 0 24px;
	height: 19px;/*21px-2px padding*/
	width: 108px;
	margin:0 5px 0 0;
	background-repeat: no-repeat;
	border: none;
	letter-spacing: 0em !important;
}
.btn_buynow, .btn_add{float: left;}
/* Safari/Opera Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {.button:link, .button:visited{height:21px;}}

.btn_view{background-image: url(./themes/site_themes/default/btn_view.png);}
.btn_chart{background-image: url(./themes/site_themes/default/btn_chart.png);}
.btn_buynow{background-image: url(./themes/site_themes/default/btn_buynow.png);}
.btn_add{background-image: url(./themes/site_themes/default/btn_add.png);}
.button:hover, .button:active{
	background-position: 0 -21px;
	text-decoration: none;
	color: #e7a52d !important;
	border: none;
}
.item{
	border-bottom: 1px solid #eae6d9;
	margin-bottom: 0.5em;
	padding: 0.5em 0 0.5em 2em;
}
.viewCart{float: right;}
h1#itemTitle{float: left;}
#itemNav{
	float: right;
	margin:10px 15px 0 0;
}
/*_________________________ Size Chart Popup */
#chart{
	background: #FFF !important;
	color: #000 !important;
	margin: 1em !important;
}
#chart p{
	width: 600px;
}
#chart table{
	width: 600px;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-collapse: collapse;
}
#chart table tr{
	border-bottom: 1px solid #CCC;
}
#chart table td{
	padding: 0.5em;
	border-left: 1px solid #CCC;
}
#chart table #chartTitle{
	font-size: 1.1em;
	font-weight: bold;
}
#chart table .even{
	background-color: #fffbdf;
}
#chart table .odd{
	background-color: #f0eeff;
}
/*_________________________ Gallery */
.gallery{
	float: right;
	min-width: 90px;
	max-width: 180px;
	min-height:150px;
}
.photo:link, .photo:visited{
	float: left;
	margin:0 5px 5px 0;
	display: block;
	width: 80px;
	height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #ecdaff;
}
.photo:hover,.photo:active{
	border: 1px solid #9d31db;
}
.photo img{visibility: hidden;}
/*_________________________ Accordion */
h4{font-size: 1.1em;}
h4 small{
	font-size: 0.9em;
	font-weight: normal;
}
.toggler{
	background-color: #fbf2ff;
	margin: 3px 0;
}
.toggler a:link, .toggler a:visited{
	display: block;
	padding: 5px;
	border: none;
}
.toggler a:hover, .toggler:active{
	cursor: pointer;
	text-decoration: none;
	background-color: #e2d9e5;
	border: none;
}
.toggled{
}
/*_________________________ Foot */
#paypalCards{
	float: left;
	margin:5px 0 5px 10px;
	border: none;
}
#privacy, #size_chart{
	display: block;
	float: left;
	margin:5px 10px;
	padding-top: 15px;
	font-size: 0.8em;
	border: none;
}
.footer.viewCart{
	margin:20px 10px 5px 0 !important;
}
#foot{
	margin: 0 auto;
	width: 733px;
	padding: 5px;
}
/*_________________________ Contact Form */
label{
	display: block;
	background-color: #FFDB60;
	border-top:1px solid #9A00C1;
	border-right:1px solid #9A00C1;
	border-left:1px solid #9A00C1;
	padding: 2px 4px;
	color: #1d1d1d;
	font-weight: bold;
}
#state_label{
	width: 160px;
	_width: 130px;/*for IE6*/
	*width: 130px;/*For IE7*/
	margin-right: 5px;
	border-bottom:1px solid #9A00C1;
}
#state{margin-right:37px;}
#zip_label{
	width: 121px;
	_width: 118px;/*for IE6*/
	*width: 118px;/*For IE7*/
}
#zip{
	width: 125px;
	_width: 122px;/*for IE6*/
	*width: 122px;/*For IE7*/
}
#country_label{
	float: left;
	_float: none;/*for IE6*/
	*float: none;/*For IE7*/
	margin-right:5px;
	border-bottom:1px solid #9A00C1;
}
#country{width: 235px;}
.contactfield{
	margin-bottom: 1em;
}
.formField{
	color: #9A00C1;
	padding: 2px;
	width: 300px;
	border: 1px solid #9A00C1;
	background-color: #fff0d6;
}
#captcha_field{
	width:135px;
	height:24px;
	font-size:20px;
	margin:0px;
	float: left;
}
#captcha_img{
	display: block;
	float:left;
	border:none;
}
#captcha_arrow{
	float:left;
	width: 18px;
	height: 30px;
	padding: 0 2px;
	border-top: 1px solid #9A00C1;
	background: url(./themes/site_themes/default/arrow.gif) no-repeat center 0;
}
select{margin-top: 0.2em;}
.formButton{
	width: 145px;
	padding: 2px;
	background: #FFF0D6;
	color: #9A00C1;
	font-size: 1.1em;
	border-top: 2px solid #9A00C1;
	border-left: 2px solid #9A00C1;
	border-bottom: 2px solid #5b1e64;
	border-right: 2px solid #5b1e64;
}
.formButton:hover{background:#e9dbc4;}
.formButton:active{
	background: #e9dbc4;
   	border-top: 2px solid #5b1e64;
	border-left: 2px solid #5b1e64;
	border-bottom: 2px solid #9A00C1;
	border-right: 2px solid #9A00C1;
	outline: none;
}
#wholesale{
	float:left;
	width:306px;/*Specify for IE6*/
}
.error{
	color: #FFF !important;
	background-color: #72201d !important;
}
#user-response{
	float: right;
	width: 340px;
}
	#user-response .error{
		border: 1px solid #808080;
		margin-bottom: 0.5em;
		padding: 0.5em;
	}
	#user-response h3{
		margin-bottom: 0.5em;
	}
#overlay{
	position: fixed !important;
	_position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 2000;
}
#ajax-loading{
	width: 200px;
	height: 200px;
	background: #FFF url(./themes/site_themes/default/loading.gif) no-repeat center center;
	border:2px solid #9A00C1;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	position: fixed !important;
	_position: absolute;
	top:50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	z-index: 2500;
}
#thankyou{
	margin: 0.3em 0;
	padding: 0.3em;
	font-size: 2em;
	text-align: center;
}
#ajax-response{
	display: none;
	visibility: hidden;
}

/*_________________________ Slimbox */
#lbOverlay{
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer{
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading{background: #fff url(./themes/site_themes/default/loading.gif) no-repeat center;}
#lbImage{
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink{
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	border: none;
}
#lbPrevLink{left: 0;}
#lbPrevLink:hover{background: transparent url(./themes/site_themes/default/prevlabel.gif) no-repeat 0% 15%; border: none;}
#lbNextLink{right: 0;}
#lbNextLink:hover{background: transparent url(./themes/site_themes/default/nextlabel.gif) no-repeat 100% 15%; border: none;}
#lbBottom{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink{
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(./themes/site_themes/default/closelabel.gif) no-repeat center;
	margin: 5px 0;
	border: none;
}
#lbCaption, #lbNumber{margin-right: 71px;}
#lbCaption{font-weight: bold;}