@charset "UTF-8";
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 25px 0px;
	background-color: #fdfdfd;
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

p {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color: #999999;
	line-height: 19px;
}

h1 {
	font-size: 12px;
	color: #231F20;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}

a:link, a:visited {
	text-decoration: none;
	color: #999999;
	text-decoration: none !important;
}

a:hover, a:active {
	color: #231F20;
	text-decoration: none !important;
}

#header {
	width: 622px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding-bottom: 0px;
}

.formCopy {
	font-size: 11px;
	line-height: 14px;
	color: #999;
}

#headerShop {
	width: 622px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#navigation {
	width: 622px;
	clear: both;
	padding: 11px 0px 10px 0px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-align: center;
}

#navigation li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#navigation a:link, #navigation a:visited {
	padding: 0px 12px 0px 12px;
	margin: 0px 0px 0px 0px 0px;
	font-family: proxima-nova,sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #7d7d7d;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
}

#navigation a:active, #navigation a:hover {
	color: #343434;
}

.navActive {
	color: #000 !important;
}

#shopNav {
	width: 250px;
	margin: 0 auto;
	clear: both;
}

#frontFlash {
	width: 930px;
	margin: 0 auto;
	padding-top: 13px;
}

#frontBottom {
	width: 930px;
	margin: 0 auto;
	padding-top: 11px;
}

#frontLeft {
	width: 356px;
	padding-left: 48px;
	background: url(../img/front_tree_normal.gif) no-repeat left top;
	float: left;
	height: 54px;
}

#frontLeft h3 {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #999999;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

.frontLeftTitle {
	font-size: 12px !important;
	text-transform: none !important;
}

#frontLeft a:link, #frontLeft a:visited {
	color: #999999;
	text-decoration: none;
}

#frontLeft a:hover, #frontLeft a:active {
	color: #858585;
}

#frontRight {
	width: 323px;
	padding: 0px 100px 0px 103px;
	float: right;
	background: url(../img/front_flower_normal.gif) no-repeat left top;
	height: 54px;
}

#frontRight h2 {
	font-size: 14px;
	line-height: 16px;
	margin: 11px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #999999;
	font-weight: normal;
	text-transform: uppercase;
}

#frontRight a:link, #frontRight a:visited {
	color: #FF0051;
	text-decoration: none;
}

#frontRight a:hover, #frontRight a:active {
	color: #CE004A;
}

/* shop picker */

#shopOutside {
	width: 510px;
	height: 520px;
	margin: 0 auto;
	position: relative;
	margin-top: 16px;
	padding-left: 10px;
}

#shopContainer {
	
}

.shopProduct {
	width: 160px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	float: left;
}

#leftArrowBlock {
	width: 29px;
	height: 29px;
	position: absolute;
	left: -100px;
	top: 200px;
	z-index: 100;
}

#rightArrowBlock {
	width: 29px;
	height: 29px;
	position: absolute;
	left: 593px;
	top: 200px;
	z-index: 0;
}

#leftArrowBlockTwo {
	width: 29px;
	height: 29px;
	position: absolute;
	left: -184px;
	top: 260px;
	z-index: 1;
}

#rightArrowBlockTwo {
	width: 29px;
	height: 29px;
	position: absolute;
	left: 693px;
	top: 260px;
	z-index: 101;
}

#leftArrowBlockThree {
	width: 29px;
	height: 29px;
	position: absolute;
	left: -184px;
	top: 232px;
	z-index: 1;
}

#rightArrowBlockThree {
	width: 29px;
	height: 29px;
	position: absolute;
	left: 664px;
	top: 232px;
	z-index: 101;
}

/* product page */

#productOutside {
	width: 930px;
	margin: 0 auto;
	position: relative;
	padding-top: 36px;
}

#storeHolder {
	width: 930px;
	margin: 0 auto;
}

#backtoCategory {
	width: 70px;
	height: 40px;
	position: absolute;
	left: 20px;
	top: 36px;
}

#backtoCategory a:link, #backtoCategory a:visited {
	display: block;
	width: 55px;
	color: #999999;
	text-decoration: none;
	padding-left: 15px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 13px;
	background: url(../img/backarrow-off.gif) no-repeat 0px 1px;
}

#backtoCategory a:hover, #backtoCategory a:active {
	background: url(../img/backarrow-over.gif) no-repeat 0px 1px;
	color: #231F20;
}

#productPhotoBlock {
	width: 352px;
	float: left;
	padding-left: 96px;
}

#productDescriptionBlock {
	width: 350px;
	float: right;
	padding-right: 96px;
}

#productDescriptionBlock h1 {
	font-size: 12px;
	color: #231F20;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}

#productDescriptionBlock p {
	font-size: 13px;
	line-height: 16px;
	color: #999999;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#productsStats {
	padding-top: 10px;
}

#productsStats td {
	font-size: 21px;
	line-height: 16px;
	color: #999999;
}

#productThumbnails {
	width: 68px;
	float: left;
}

#productThumbnails img {
	margin-bottom: 4px;
}

#actualPhotoBlock {
	width: 280px;
	float: right;
}

#actualphoto1, #actualphoto2, #actualphoto3, #actualphoto4 {
	overflow: visible;
}

/* jq zoom */

div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:12px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;
	display: none;

}

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

.jqZoomPup img
{
	border: 0px;
}

.preload{
	color: #999999;
	font-size: 11px;
	text-transform: uppercase;
   text-decoration: none;
   background-color: white;
   padding: 3px;
	text-align:left;
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:80px;
	* width:90px;
	height:23px;
	*height:35px;
	z-index:10;
	position:absolute;
	top: 420px;
	left:0px;

}

.jqZoomWindow
{
	border-bottom: 4px solid #FFF;
	background-color: #FFF;
}

.storeSelect1 {
	width: 121px;
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
}

.storeSelect2 {
	width: 80px;
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
}

#productAdditions {
	padding-top: 35px;
	width: 350px !important;
	clear: both !important;
}

.letterSpacing {
	letter-spacing: 2px;
}

.suggestionThumbnails {
	margin-right: 4px;
}

#shopHeader {
	width: 290px;
	height: 22px;
	position: absolute;
	left: 415px;
	top: -3px;
	display: none;
}

#shopHeaderTwo {
	width: 150px;
	height: 22px;
	position: absolute;
	left: 630px;
	top: 1px;
	display: none;
}

#searchBox {
	width: 114px;
	height: 13px;
	font-size: 11px;
	color: #999999;
	background: #FFF url(../img/searchbg.gif) no-repeat center center;
	margin: 0px;
	padding: 1px;
	border: 1px solid #999;
}

/* behind the scenes */

#behindSnipe {
	width: 325px;
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 0px 40px !important;
	margin: 0px 0px 0px 20px;
	background: url(../img/behind-flower.gif) no-repeat left top;
	height: 40px;
	float: left;
}

#behindSnipe h2 {
	font-size: 12px;
	line-height: 13px;
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 0px 0px;
	color: #999999;
	font-weight: normal;
	text-transform: uppercase;
}

#behindSnipe a:link, #behindSnipe a:visited {
	color: #FF0051;
	text-decoration: none;
}

#behindSnipe a:hover, #behindSnipe a:active {
	color: #CE004A;
}

#behindSnipeToo {
	width: 325px;
	padding: 0px 33px 0px 0px;
	height: 40px;
	float: right;
	text-align: right;
}

#behindSnipeToo h2 {
	font-size: 12px;
	line-height: 13px;
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 0px 0px;
	color: #999;
	font-weight: normal;
}

.greyer {
	color: #353535 !important;
	text-transform: uppercase;
}

#behindSnipeToo a:link, #behindSnipeToo a:visited {
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
}

#behindSnipeToo a:hover, #behindSnipeToo a:active {
	color: #CE004A;
}

/* collections */

#collectionsNav {
	width: 335px;
	margin: 0 auto;
	clear: both;
}

/* about */

#aboutBlock {
	width: 930px;
	margin: 0 auto;
	padding: 30px 0px 23px 0px;
	overflow: hidden;
}

#aboutPhoto {
	width: 300px;
	float: left;
	padding-top: 4px;
}

#aboutParagraph {
	width: 595px;
	float: right;
}

#aboutParagraph p {
	line-height: 20px;
	font-size: 12px;
	line-height: 19px;
}

#collectionsFront {
	width: 930px;
	margin: 0 auto;
	padding-top: 29px;
	padding-bottom: 10px;
	position: relative;
}

#collectionsSide {
	width: 1000px;
	height: 435px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 10px;
}

#arrowHolder {
	width: 930px;
	height: 29px;
	margin: 0 auto;
	width: 510px;
	position: relative;
}


#collectionsRoll1, #collectionsRoll2, #collectionsRoll3, #collectionsRoll4 {
	width: 121px;
	height: 16px;
	background: url(../img/collection.png) !important;
	background: url(../img/collection.gif);
	font-size: 13px;
	color: #FF0051;
	line-height: 13px;
	padding-top: 3px;
	position: absolute;
	text-align: center;
}

#collectionsRoll3 {
	left: 51px;
	top: 225px;
}

#collectionsRoll4 {
	left: 290px;
	top: 225px;
}

#collectionsRoll1 {
	left: 530px;
	top: 225px;
}

#collectionsRoll2 {
	left: 761px;
	top: 225px;
}

#backtoColl {
	width: 70px;
	height: 40px;
	float: left;
}

#backtoColl a:link, #backtoColl a:visited {
	display: block;
	width: 55px;
	color: #999999;
	text-decoration: none;
	padding-left: 15px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 13px;
	background: url(../img/backarrow-off.gif) no-repeat 0px 1px;
}

#backtoColl a:hover, #backtoColl a:active {
	background: url(../img/backarrow-over.gif) no-repeat 0px 1px;
	color: #231F20;
}


#viewShoot {
	width: 115px;
	height: 40px;
	float: right;
}

#viewShoot a:link, #viewShoot a:visited {
	display: block;
	width: 95px;
	color: #999999;
	text-decoration: none;
	padding-right: 20px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 13px;
	background: url(../img/forwardarrow_off.gif) no-repeat 100px 0px;
	text-align: right;
}

#viewShoot a:hover, #viewShoot a:active {
	background: url(../img/forwardarrow_over.gif) no-repeat 100px 0px;
	color: #231F20;
}



/* news stuff */

#newsBlock {
	width: 930px;
	margin: 0 auto;
	padding-top: 29px;
	padding-bottom: 10px;
	padding: 29px 0px 10px 0px;
	position: relative;
}

#leftSidebar {
	width: 165px;
	float: left;
}

#leftSidebar h2, #rightSidebar h2 {
	font-size: 13px;
	color: #999999;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #e4e4e4;
	font-weight: normal;
	font-size: 13px;
}

#leftSidebar ul, #rightSidebar ul {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
}

#leftSidebar li, #rightSidebar li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font-size: 13px;
}

#rightSide {
	width: 715px;
	float: right;
}

#actualNews {
	width: 500px;
	float: left;
}

#rightSidebar {
	width: 165px;
	float: right;
}

.newsPost {
	width: 500px;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 25px 0px;
	overflow: hidden;
	border-bottom: 1px solid #e4e4e4;
}

.newsPost h2 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.newsPost h3 {
	font-size: 11px;
	color: #999999;
	margin: 0px 0px 15px 0px;
	font-weight: normal;
}

.newsPost p {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	color: #999999;
	line-height: 19px;
}

/* contact */

#contactBlock {
	width: 720px;
	margin: 0 auto;
	padding: 30px 0px 23px 50px;
	overflow: hidden;
}

#stockBlock {
	width: 930px;
	margin: 0 auto;
	padding: 30px 0px 23px 0px;
	overflow: hidden;
}

#contactPhoto {
	width: 500px;
	height: 335px;
	float: left;
	padding-top: 4px;
}

#contactParagraph {
	width: 165px;
	float: right;
}

#contactParagraph p {
	font-size: 13px;
}

#stockParagraph {
	width: 420px;
	float: right;
}

#stockParagraph p {
	font-size: 13px;
	margin-bottom: 16px;
}

#stockParagraph h2 {
	font-size: 10px;
	color: #999999;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: normal;
}

#stockPhoto {
	width: 445px;
	float: left;
	padding-top: 4px;
}

#finePrint {
	width: 650px;
	margin: 0 auto;
	padding: 29px 0px 10px 0px;
}

/*footer */

#footer {
	width: 650px;
	margin: 0 auto;
	clear: both;
	padding-top: 20px;
}

#footerLeft {
	width: 500px;
	float: left;
}

#footerLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-align: right;
}

#footerLeft li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#footerLeft a:link, #footerLeft a:visited {
	padding: 5px 15px 6px 15px;
	margin: 0px 0px 0px 0px 0px;
	font-family: proxima-nova,sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #7d7d7d;
	font-size: 11px;
	height: 11px;
	text-transform: uppercase;
}

#footerLeft a:active, #footerLeft a:hover {
	color: #343434;
}

#footerRight {
	width: 100px;
	height: 22px;
	float: right;
	text-align: left;
}

.footerMarginFix {
}

#footerShop {
	width: 650px;
	margin: 0 auto;
	clear: both;
	padding-top: 20px;
}

/* nasty additions */

/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	border-bottom: 4px solid #FFF;
	border-right: 4px solid #FFF;
	background-color: #FFF;
	margin-left: -11px;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			10px Tahoma, Verdana, Arial, sans-serif;
	color:			#fff;
	background:		#91b817;
	text-align:     center !important;
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	display: none;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px;
}

.form-field {
	font-size: 11px;
	color: #999999;
}

.form-label {
	font-size: 11px;
	color: #999999;
	text-align: left;
}

.form-label-required {
	font-size: 11px;
	color: #000000;
	text-align: left;
	font-weight: normal;
}


.form-label select {
	width: 80px;
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
}

.myerror {
	font-weight: normal;
	padding-top: 5px;
}

.relatedImagenStuff img {
	width: 68px !important;
	height: 107px !important;
}

#topOptions {
	display: none;
}





#categoryGrid table {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	border-spacing: 0px !important;
}

#categoryGrid .content-odd3 {
	border: none !important;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	margin:	0px;
	width: 210px;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

#categoryGrid .content-even3 {
	border: none !important;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	margin:	0px;
	width: 210px;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

#productGrid table{
	/*width: 630px !important;*/
}

#productGrid h2 {
	display: none;
}

#productGrid .title {
	/*display: none;*/
}

.pagination {
	display: none !important;
}

.content-odd3, .content-even3 {
	border: 0 !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	border-spacing: 0px !important;
}

.display {
	display: none;
}

.sort {
	float: none !important;
	width: 200px !important;
	margin-top: -15px !important;
}

#topOptions {
	height: 20px !important;
}

#productPhotos img {
}

#extraDetails {
	padding-left: 20px !important;
	padding-top: 10px !important;
}

.title {
	display: none;
}

.description {
	display: none;
}

.detials {
	display: none;
}

.sprice {
	display: none;
}

.buttons {
	display: none;
}

.relatedImagenStuff {
	width: 72px !important;
	float: left !important;
}

#viewCart, #customerLogin, #clientAccount {
	width: 590px;
	margin: 0 auto;
	padding-top: 29px;
	padding-bottom: 30px !important;
	overflow: hidden;
	padding-left: 30px;
}

#checkoutBilling, #checkoutPayment, #checkoutConfirm, #checkoutComplete, #checkoutShipping {
	width: 400px;
	margin: 0 auto;
	padding-top: 29px;
	padding-bottom: 30px !important;
	overflow: hidden;
	padding-left: 70px;
}

.hdr-title {
	background-color: #EFEFEF !important;
	color: #999999 !important;
	font-weight: normal !important;
}

#viewCart h2, #customerLogin h2, #clientAccount h2, #checkoutBilling h2, #checkoutPayment h2, #checkoutConfirm h2, #checkoutComplete h2, #checkoutShipping h2 {
	color: #999999 !important;
	font-size: 14px !important;
	margin: 0px 0px 15px 0px !important;
	font-weight: normal !important;
}

th {
	background-color: #EFEFEF !important;
	color: #999999 !important;
	font-weight: normal !important;
	font-size: 11px;
	padding-top: 5px;
}

hr {
	border-color: #d9d9d9 !important;
	background-color: #d9d9d9 !important;
	color: #d9d9d9 !important;
	display: none !important;
}

.body {
	color: #999999 !important;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

#captionBlock {
	width: 335px;
	position: absolute;
	left: 0px;
	top: 600px;
	z-index: 1000;
	background: url(../img/collection.png) repeat 0px 0px;
	padding: 15px 15px 15px 15px;
	color: #7d7d7d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
}

#captionArrowUp, #captionArrowDown {
	display: none !important;
}

.normalForm {
	font-size: 11px;
	color: #999999;
	margin: 2px 0px 10px;
	padding: 2px;
	width: 194px;
	border: 1px solid #CCC;
}

.normalPull {
	font-size: 11px;
	color: #999999;
	margin: 2px 0px 10px;
	padding: 2px;
	width: 196px;
}

#collPhoto {
	width: 790px;
	margin: 0 auto;
	padding-top: 30px;
}

#finePrint form {
	text-align: center;
}

#orderDetails {
	width: 395px !important; 
}

.submitOrder {
	background-color: #FFF !important;
}
