/*-------------------------------------------

TITLE : I'M WRAPPED
URL:  http://www.imwrapped.com

AUTHOR : SiteSuite Australasia (ST)
AUTHOR URL : http://www.sitesuite.com.au

DESCRIPTION: Full Site Styles

-------------------------------------------*/

/*-------------------------------------------
  GLOBALS AND LAYOUT ELEMENTS
-------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
	background: #8f739e url(../templateimages/bg_tile.jpg) top left repeat-x;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
	}

#container {
	width: 934px;
	margin: 15px auto 0 auto;
	}
	
	#bnnr {
		width: 934px;
		height: 145px;
		margin: 0 0 10px 0;
		background: #fff url(../templateimages/bnnr_bg.jpg) top left no-repeat;
		}
			
		#flashlogo {
			float: right;
			width: 540px;
			height: 130px;
			margin: 2px 50px 0 0;
			padding: 0;
			}
			
			#flashlogo img { display: block; border: 0; }
	
	#wrapper {
		width: 934px;
		background: #fff url(../templateimages/wrap_top_border.gif) top left no-repeat;
		padding-top: 12px;
		margin-bottom: 15px;
		}
		
		#navWrap {
			width: 904px;
			height: 36px;
			margin: 0 auto;
			background: #7fc866 url(../templateimages/nav_bg.gif) top left no-repeat;
			}
			
			#miniCartWrap {
				width: 220px;
				height: 27px;
				float: right;
				font: bold 12px Arial, Helvetica, sans-serif;
				color: #fff;
				margin: 5px 10px 0 0;
				}

			#miniCart  {
				font: bold 12px Arial, Helvetica, sans-serif;
				color: #fff;
				}
				
				#miniCart img {
					float: left;
					margin: 0 5px 0 0;
					}
				
				.miniCartInternalWrapper {
					display: block;
					padding: 5px;
					}
				
				#miniCart a {
					font: bold 12px Arial, Helvetica, sans-serif;
					color: #fff;
					text-decoration: none;
					}
				
				#miniCart a:hover { text-decoration: underline; }
		
			/*-------------------------------------------
			  SUCKERFISH DROPDOWNS
			-------------------------------------------*/

			#nav, #nav ul {
				list-style: none;
				padding: 0;
				margin: 0 0 0 15px;
				}
			
			#nav li {
				cursor: pointer;
				float: left;				
				}
				
			#nav li a {
				min-height: 15px;
				font: bold 12px arial, helvetica, sans-serif;
				color: #fff;
				display: block;
				text-decoration: none;
				padding: 10px 0 11px 0;
				}
				
				.navDivider {
					margin: 0 10px;
					color: #50af39;
					}
				
			#nav li a:hover { 
				color: #398f24;
				text-decoration: none;
				}
			
			#nav li.selected a { color: #fff; }
			
			#nav li.selected a:hover { 
				color: #fff;
				text-decoration: none;
				}
			
			#nav li.selected a, #nav li a:hover {}
					
			#nav li ul a, #nav li ul a:visited {
				min-height: 15px;
				font: bold 11px arial, helvetica, sans-serif;
				display: block;
				text-decoration: none;
				text-align: left;
				padding: 5px 5px 5px 10px;
				border-top: 1px solid #fff;
				border-right: 1px solid #fff;
				border-left: 1px solid #fff;
				color: #398f24;
				width: 150px;
				background-color: #cce9c2;
				text-transform: none;
				}
				
			#nav li ul a:hover { 
				background-image: none;
				color: #fff;
				background-color: #7fc866;
				}
			
			#nav li.selected ul a, #nav li.selected ul a:visited {
				background-image: none;
				font: bold 11px arial, helvetica, sans-serif;
				display: block;
				text-decoration: none;
				text-align: left;
				padding: 5px 5px 5px 10px;
				border-top: 1px solid #fff;
				border-right: 1px solid #fff;
				color: #7fc866;
				width: 150px;
				}
				
			#nav li.selected ul a:hover { color: #c06688; }
				
			#nav li ul li { background-color: #cce9c2; }
			
			#nav li {
				float: left;
				padding: 0;
				}
			
			#nav li ul {
				position: absolute;
				border-bottom: 1px solid #fff;
				left: -999em;
				height: auto;
				width: 150px;
				margin: 0;
				padding: 0;
				background-color: #cce9c2;
				}
			
			#nav li li {
				width: 150px;
				background-image: none;
				}
			
			#nav li ul ul { margin: -26px 0 0 166px; }
			
			#nav li:hover ul ul,
			#nav li:hover ul ul ul,
			#nav li.sfhover ul ul {
				left: -999em;
				}
			
			#nav li:hover ul,
			#nav li li:hover ul,
			#nav li li li:hover ul,
			#nav li.sfhover ul,
			#nav li li.sfhover ul {
				left: auto;
				z-index: 500;
				}
			
			#nav li:hover, #nav li.sfhover {
				color: #c06688;
				position: static;
				}
			
			#nav li ul li:hover, #nav li ul li.sfhover { 
				background-image: none;
				background-color: #cce9c2;
				}

		#leftCol {
			width: 191px;
			float: left;
			display: inline;
			margin: 12px 0 0 15px;
			}
			
			#smartSearch {
				width: 191px;
				padding-top: 8px;
				background: url(../templateimages/smart_search_top_border.gif) top left no-repeat;
				}
				
				#smartSearchInner {
					padding: 10px;
					padding-top: 0px;
					background: #ece4f0 url(../templateimages/smart_search_bottom_border.gif) bottom left no-repeat;
					}
				
				#smartSearch form {
					margin: 0;
					padding: 0;
					}
				
				#smartSearch select {
					width: 130px;
					margin: 0 0 10px 0;
					font: 11px Arial, Helvetica, sans-serif;
					color: #666;
					}
				
				#smartSearch img, #searchBox img {
					border: 0;
					}
				
				.lhsSmartSearchButton { margin: 0 0 0 5px; }
				
			#searchBox {
				width: 191px;
				height: 41px;
				overflow: none;
				margin-top: 10px;
				background: #cce9c2 url(../templateimages/search_bg.gif) top left no-repeat;
				}

				#searchBox form {
					margin: 0;
					padding: 0;
					}
					
				.lhsSearch {
					border: 0;
					width: 132px;
					height: 18px;
					margin: 9px;
					font: 11px Arial, Helvetica, sans-serif;
					color: #666;
					}
				
				.lhsSearchButton {
					margin: 6px 0 0 0;
					position: absolute;
					}
			
			#storeNav {
				width: 191px;
				margin-top: 10px;
				background: url(../templateimages/shop_by_category_bottom_border.gif) bottom left no-repeat;
				}
				
				#storeNavInner {
					padding: 10px;
					background: url(../templateimages/shop_by_category_top_border.gif) top left no-repeat;
					}
					
					#storeNavInner ul, #storeNavInner li {
						margin: 0;
						padding: 0;
						list-style: none;
						}
						
						#storeNavInner li a {
							font: bold 12px Arial, Helvetica, sans-serif;
							color: #666;
							text-transform: uppercase;
							text-decoration: none;
							border-bottom: 1px solid #e4dee8;
							padding: 5px;
							margin: 5px 0;
							display: block;
							}
							
							#storeNavInner li li a {
								color: #5cb446;
								text-transform: none;
								border: 0;
								margin: 0;
								padding: 2px 5px;
								display: inline;
								}
							
							#storeNavInner li li a:hover { text-decoration: underline; }
						
			
			#promos {
				width: 191px;
				margin-top: 10px;
				}
				
				#promos img {
					border: 0;
					margin-bottom: 10px;
					display: block;
					}

		#contentMain {
			float: right;
			width: 695px;
			display: inline;
			margin: 12px 15px 0 0;
			}
			
			#photoBnnr {
				width: 695px;
				height: 200px;
				margin: 0 0 15px 0;
				}
				
				#photoBnnr img { border: 0; display: block; }
			
			#phone { width: 141px; float: right; margin: 0 15px 10px 10px; }
			#phone img { display: block; }

		#footer {
			clear: both;
			width: 934px;
			padding: 39px 0 20px 0;
			background: url(../templateimages/wrap_bottom_border.gif) bottom left no-repeat;
			color: #666;
			font: 11px/30px Arial, Helvetica, sans-serif;
			text-align: center;
			}
			
			#footer a {
				text-decoration: none;
				color: #666;
				}
			
			#footer a:hover { text-decoration: underline; }
			
			#footer a strong { color: #739dd3; }
			

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	margin: 0;
	}

/*-------------------------------------------
  STORE STYLES
-------------------------------------------*/

.cart_button, .checkout_button {
	background: #b298c0;
	color: #fff;
	text-transform: uppercase;
	font: 11px Arial, Helvetica, sans-serif;
	border: 0;
	height: 23px;
	margin: 0 5px;
	}

.breadcrumbs { padding: 0 0 20px 0; }

/* CATEGORY VIEW */

#productBoxes {
	width: 195px;
	background: url(/persistent/templateimages/productbox_bottom_border.gif) bottom left no-repeat;
	margin: 0 30px 30px 0;
	float: left;
	padding: 0 0 25px 0;
	}
	
	#productBoxesInner {
		width: 174px;
		min-height: 240px;
		background: url(/persistent/templateimages/productbox_top.gif) top left no-repeat;
		height: auto;
		padding: 8px 13px 25px 8px;
		text-align: center;
		}
		* html #productBoxesInner { height: 240px; }
		
		#productBoxesInner img {
			display: block;
			margin: 0 0 5px 0;
			border: 0;
			}
		
		#productBoxesInner h3 { color: #50af39; margin: 0; padding: 0; }
		#productBoxesInner h3 a { text-decoration: none; color: #50af39; }
		#productBoxesInner h3 a:hover { text-decoration: underline; }
		#productBoxesInner p { font: 11px/18px Arial, Helvetica, sans-serif; padding: 0; margin: 0; }
		
		.buyNowButton {
			width: 63px;
			height: 26px;
			margin: 0;
			}
		
			#productBoxes input { width: 63px; height: 26px; position: absolute; margin: -10px 0 0 60px; }

/* UPSELLS */

.addToOrder {
	float: right;
	text-align: right;
	display: block;
	width: 100%;
	}

.quantityInput {
	float: right;
	width: 125px;
	text-align: right;
	}

.optionsWrap {
	float: left;
	width: 320px;
	}
	
	.productOptionSelect { width: 300px; }

.cellshade a {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.cellshade small { font-size: 11px; }

/* VIEW PRODUCT DETAILS */

#productWrapper {
	float: right;
	width: 695px;
	}
	
	#productInfo {
		float: right;
		width: 365px;
		}
	
		#productImages {
			width: 293px;
			float: left;
			}
		
			.productImage {
				padding: 3px;
				margin: 0 0 10px 0;
				}
			
			.productSecondaryImageThumb {
				float: left;
				border: 1px solid #e5e5e5;
				margin: 0 3px 3px 0;
				}
			
			.product_pricing {
				font: bold 15px/30px Arial, Helvetica, sans-serif;
				color: #4ca736;
				margin: 0 0 10px 0;
				display: block;
				border-bottom: 1px dashed #e5e5e5;
				padding: 0 0 20px 0;
				}
				
				.productStatus {
					font: normal 12px/18px Arial, Helvetica, sans-serif;
					color: #666;
					}
			
			.purchaseStuffs {
				width: 180px;
				padding: 20px 0 0 0;
				}
				
				.optionsTable { margin: 20px 0; }
			
			.buy_now {
				width: 115px;
				height: 53px;
				margin: 0 0 -17px 5px;
				}
		
		.relatedProductsh2 {
			margin-top: 20px;
			border-bottom: 1px dashed #e5e5e5;
			}
		
		.crossSellProducts {
			float: left;
			width: 95px;
			margin: 0 10px 10px 0;
			text-align: center;
			}
		
			.crossSellProducts a {
				font-weight: normal;
				text-decoration: none;
				}
			
			.crossSellProducts a:hover { text-decoration: underline; }
			
/* product image zoom */

/* JQUERY STYLES START */
.jqzoom { position: relative; cursor: pointer; }

.jqzoom img { /* float: left; */ margin: auto; }

div.zoomdiv { 
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #636262;
	display: none;
	text-align: center;
	overflow: hidden; }

div.jqZoomPup { 
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #AAAAAA;
	background: #ffffff url(/persistent/templateimages/zoom.gif) 50% top  no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50); }

/* CART AND CHECKOUT */

.checkout_toprow {
	background: #ece4f0;
	color: #836c93;
	font-weight: bold;
	}

#stats {
	display: none;
	height: 0;
	font-size: 0;
	margin: 0;
	}

/*-------------------------------------------
  HEADINGS
-------------------------------------------*/

h1 {
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #50AF39;
	margin: 0 0 30px 0;
	}

h2 {
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	color: #8f739e;
	padding: 0;
	margin: 0 0 15px 0;
	}

h3 {
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #666;
	}
	
/*-------------------------------------------
  TEXT FORMATTING
-------------------------------------------*/

p, td, li {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
	}

p { margin: 0 0 20px 0; }

/*-------------------------------------------
  LINKS
-------------------------------------------*/

a { color: #5cb446; }
a:hover { text-decoration: none; }


/*-------------------------------------------
	TABS OVERWRITE
-------------------------------------------*/

.ui-tabs-nav a, .ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav .ui-tabs-selected a span {
	background-image: url(/persistent/templateimages/tabs.gif);
	}

/*-------------------------------------------
	FORMS
-------------------------------------------*/

/* Deafults */

#emailFriend fieldset {
	margin-bottom: 7px;
	border:0;
	}

#emailFriend legend {
	color: #999;
	font: 13px/16px Verdana, Arial, Helvetica, sans-serif;
	}

#emailFriend label {
	display: block;
	clear: both;
	margin-bottom: 7px;
	text-align: right;
	}

#emailFriend textarea {
	font: 12px/16px Arial, Helvetica, sans-serif;
	width: 193px;
	border: 1px solid #e8e8e8;
	padding: 2px;
	}


/*----- Email a Friend (Form) -----*/

#emailFriend {
	overflow:auto;
	padding: 15px 25px;
	margin: 0 auto;
	}

#emailFriend fieldset {
	display: block;
	width: 500px;
	margin: 4px auto;
	}
#emailFriend legend {
	display: block;
	}
#emailFriend label {
	background: #edf8e4;
	padding: 10px;
	width: 478px;
	}
	#emailFriend label.error {
		padding: 0;
		width: 470px;
		}
	
#emailFriend input.input, #emailFriend textarea {
	width: 300px;
	margin-left: 10px;
	}



