/** 
This stylesheet loads after spree.css, spree-admin.css so feel free to use it to 
override the default Spree styling.
*/
#newsletter-signup{background:#0099ff; float:left; margin: 20px 0; padding-bottom: 5px; font-family:Arial, Helvetica, sans-serif; width:205px;}
#newsletter-signup p{padding:0; margin:0;}
#newsletter-signup form{position:relative; float:left; width:189px; padding:0 8px 8px 8px; margin:0;}
#newsletter-signup input{ width: 145px; margin-top: 0px; border:none; float:left; color:#666; font-size:9px; height:16px; line-height:16px;}
#newsletter-signup #title{color:#fff; font-size:15px; text-transform:uppercase; font-weight:bold; width:189px; height:20px;  float:left; padding:8px 0 0 8px;} 
#newsletter-signup #desc{color:#fff; font-size:9px; float:left; clear:left; padding:0px 0 0 8px;}
#newsletter-signup label, #newsletter-signup br{position:absolute; display:block; top:-9999px; left:-9999px; }
#newsletter-signup #submission_submit{background:url(../images/go.gif) no-repeat; width:43px; height:16px; text-indent:-9999px; position:absolute; bottom:5px; right:7px; _right:2px !important; cursor:pointer;}

#language-bar ul { float: right; margin-bottom: 2px; margin-top: 2px; }
#language-bar li { display:inline; list-style-image: none; list-style-position: outside; list-style-type: none; padding-right:5px; }

.tag{display:none;}

#left-area {
    float: left;
    width: 300px;
}

#right-area {
    float: right;
    width: 300px;

}


div.jqZoomTitle
{
	display: none;
}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	*width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:0;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}
/*
Baseline - a designer framework
Copyright (C) 2009 Stephane Curzi, ProjetUrbain.com
Creative Commons Attribution-Share Alike 3.0 License
*/

/******************** Baseline grid: 13/18px ********************/
body								{ font-size: 75%; line-height: 1.5; /*12/18*/ }

h1, h2, h3, h4, h5, h6				{ position: relative; }
h1, h2								{ line-height: 36px; margin-bottom: 18px; }
h1, h2, h3, h4						{ margin-top: 18px; }
h3, h4, h5, h6						{ line-height: 18px; }
h1									{  top: 5px; }
h2									{ font-size: 28px; top: 8px; }
h3									{ font-size: 22px; top: 1px; }
h4									{ font-size: 18px; top: 2px; }
h5									{ font-size: 15px; top: 4px; }
h6									{ font-size: 13px; top: 5px; }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child						{ margin-top: 0; }

p, pre, address						{ font-size: 13px; line-height: 18px; position: relative; top: 5px; }
abbr, code, kbd,
samp, small, var					{ line-height: 15px; }
ul, ol, dl, dialog					{ font-size: 13px; line-height: 18px; position: relative; top: 5px; margin-top: 18px; margin-bottom: 18px; }
li ul, li ol, ul ul, ol ol			{ top: 0; margin-top: 0; margin-bottom: 0; }
li h1, li h2, li h3,
li h4, li h5, li h6,
li p								{ top: 0; }
form, legend, label					{ font-size: 13px; line-height: 18px; }
legend								{ position: relative; top: 5px; }
input, textarea						{ font-size: 12px; }
table								{ font-size: 13px; }
caption								{ font-size: 13px; line-height: 18px; position: relative; }
hr									{ position: relative; height: 4px; margin: 18px 0 14px 0; }
.multilinex6		{ height: 108px; }
.width1			{ width: 228px; }
.width2			{ width: 480px; }

/*#nav-main a.highlight { background: #0099FF;}*/