html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/*============================================================
 Essentials
============================================================*/

html {
	height: 99%;
	font-size: 62.5%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

body {
	height: 100%;
	color: #fff;
	background-color: #ffdd00;
	background-image: url(../img/bg.gif);
	font-size: 1.00em;
	position: relative;
}





/*============================================================
 Buttons
============================================================*/

.button {
	display: block;
	width: 16px;
	height: 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	text-indent: -5000px;
}

.button:hover {
	background-position: 0 -16px;
}

button.button {
	margin: 0;
	padding: 0;
	background: transparent;
	outline: none;
	cursor: pointer;
}


/*============================================================
 Header
============================================================*/
#header_wrapper {
	height: 201px;
	width: 100%;
	border-bottom: 1px solid #fffa00;
	background-color: #00cafc;
	background-image: url(../img/div_header_bg_clouds.png);
	background-repeat: repeat-x;
	position: relative;
	margin: 0 auto;
}

	#header_wrapper #header_container {
		width: 960px;
		height: 201px;
		position: relative;
		margin: 0 auto;
		position: relative;
		background-image: url(../img/div_header_main_bg.png);
		background-repeat: no-repeat;
		z-index: 900;
	}
	
	#header_wrapper #header_topbar {
		width: 670px;
		margin: 0 auto;
		height: 28px;
		background-image: url(../img/div_header_topbar_bg.png);
		position: absolute;
		top: 0;
		left: 145px;
		z-index: 600;
		font-family: Verdana, sans-serif;
		font-size: 1em;
		color: #969696;
		line-height: 22px;
		vertical-align: middle;
	}
	
		#header_wrapper #header_topbar h3 {
			display: block;
			float: left;
			padding-left: 25px;
			font-weight: normal;
		}
		
		#header_wrapper #header_topbar strong {
			font-weight: bold;
		}
		
		#header_wrapper #header_topbar #minicart {
			float: right;
			padding-right: 25px;
		}
		
		#header_wrapper #header_topbar a:link,
		#header_wrapper #header_topbar a:visited,
		#header_wrapper #header_topbar a:active {
			color: #969696;
			text-decoration: none;
		}
		
		#header_wrapper #header_topbar a:hover {
			text-decoration: underline;
		}


/*============================================================
 Logo Container
============================================================*/
#mewie_logo {
	width: 429px;
	height: 129px;
	position: absolute;
	display: block;
	left: 265px;
	top: 10px;
	z-index: 800;
}

	#mewie_logo h1 {
		z-index: 700;
	   text-indent:-9999px;
	   height: 100%;
	   width: 100%;
		outline: none;
	   overflow: hidden;
	   position: relative;
	}
	
	#mewie_logo h1 a {
	   background-image: url(../img/mewie_logo.png);
		background-repeat: no-repeat;
	   background-position: 0 0;
		display:block;
		width: 100%;
		height: 100%;
		text-decoration:none;
		outline: none;
		z-index: 800;
		position: relative;
		cursor: pointer;
	}


/*============================================================
 Tagline Container
============================================================*/
h2#mewie_tagline {
	width: 363px;
	height: 29px;
	position: absolute;
	display: block;
	z-index: 800;
	top: 145px;
	left: 300px;
}

h2#mewie_tagline span {
	z-index: 800;
	text-indent:-9999px;
	overflow: none;
	outline: none;
	background-image: url(../img/mewie_tagline.gif);
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

body#about-us-faq-page h2#mewie_tagline {
	width: 446px;
	height: 29px;
	left: 260px;
}

body#about-us-faq-page h2#mewie_tagline span {
	background-image: url(../img/mewie_tagline_about_faq.gif);
}

body#media-stockists-page h2#mewie_tagline {
	width: 252px;
	height: 27px;
	left: 352px;
}

body#media-stockists-page h2#mewie_tagline span {
	background-image: url(../img/mewie_tagline_press_media_stockists.gif);
}

body#contact-page h2#mewie_tagline {
	width: 276px;
	height: 29px;
	left: 340px;
}

body#contact-page h2#mewie_tagline span {
	background-image: url(../img/mewie_tagline_help_contact.gif);
}

body#cart-page h2#mewie_tagline {
	width: 342px;
	height: 30px;
	left: 310px;
}

body#cart-page h2#mewie_tagline span {
	background-image: url(../img/mewie_tagline_cart.gif);
}

body#success-page h2#mewie_tagline {
	width: 378px;
	height: 29px;
	left: 295px;
}

body#success-page h2#mewie_tagline span {
	background-image: url(../img/mewie_tagline_success.gif);
}

/*============================================================
 Main Content Container
============================================================*/
#site_wrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
	margin-top: -1px;
}
	
	#site_wrapper #content_container {
		width: 660px;
		padding: 20px 5px 0px 5px;
		margin: 0 auto;
		background-image: url(../img/div_content_bg.png);
		background-repeat: repeat-y;
		background-color: transparent;
		min-height: 350px;
		position: relative;
		z-index: 990;
	}
	
	#site_wrapper #content_container_bottom {
		width: 670px;
		margin: 0 auto;
		background-image: url(../img/div_content_bottom_bg.png);
		background-repeat: no-repeat;
		background-color: transparent;
		height: 15px;
		position: relative;
		z-index: 500;
	}
	
	
	#site_wrapper .side_rays {
		background-image: url(../img/div_side_rays_bg.jpg);
		width: 150px;
		position: absolute;
		height: 378px;
		display: block;
		left: 0;
		top: 0;
	}
	
	#site_wrapper #side_rays_lhs {
		background-position: 0px 0px;
	}
	
	#site_wrapper #side_rays_rhs {
		background-position: -150px 0px;
		left: 810px;
	}



/*============================================================
 Main Content Container Slider Styles
============================================================*/

#content_container .navigation {
	display: none;
}

#content_container #slider {
	width: 640px;
	margin: 0 auto;
	position: relative;
	background-color: transparent;
}

	#content_container #slider div#scroll {
		background-color: transparent;
		clear: left;
		overflow-x: hidden;
		overflow-y: auto;
		position: relative;
		width: 640px;
		height: 360px;
	}
	
		#content_container #slider div.cool_threads_panel {
			padding: 10px;
			width: 620px;
			position: relative;
			display: block;
		}
		
		#content_container #slider .scroll_buttons {
			cursor: pointer;
			position: absolute;
			top: 110px;
			z-index: 999;
			width: 61px;
			height: 62px;
			background-image: url(../img/panel_scroll_buttons.png);
			background-repeat: no-repeat;
			background-position: 0 0;
			background-color: transparent;
			border: 0;
			outline: 0;
		}
		
	
			#content_container #slider #scroll_left {
				left: -55px;
				background-position: 0px 0px
			}
		
			#content_container #slider #scroll_right {
				right: -55px;
				background-position: -61px 0px;
			}
			
			#content_container #slider #scroll_left:hover {
				background-position: 0px -62px
			}
		
			#content_container #slider #scroll_right:hover {
				background-position: -61px -62px;
			}
			
			#content_container #slider #scroll_left:active {
				background-position: 0px -124px
			}
		
			#content_container #slider #scroll_right:active {
				background-position: -61px -124px;
			}


/*============================================================
 Main Content Container Appearance Styles
============================================================*/

#content_container {
	color: #6a6a6a;
	line-height: 1.4em;
	position: relative;
}

	#content_container div.product {
		width: 200px;
		height: 360px;
		position: relative;
		float: left;
		background-color: #fff;
	}
	
		#content_container div.product img.product_image {
			width: 155px;
			height: 160px;
			margin: 0px auto 15px auto;
			display: block;
		}
		
		#content_container div.product h3,
		#cboxTitle h3 {
			font-size: 1.4em;
			font-weight: bold;
			font-family: "Helvetica Neue","Helvetica", Arial;
			color: #939393;
			text-align: center;
		}
		
		body #cboxTitle h3 { text-align: left; }
		
		#content_container div.product .product_cost,
		#cboxTitle .product_cost {
			color: #494949;
			padding-left: 5px;
		}
		
		#content_container div.product table.product_actions {
			margin: 10px auto 5px auto;
			padding: 0;
			border: 0;
			width: 180px;
			height: 22px;
			text-align: center;
		}
			
			#content_container div.product table.product_actions td {
				text-align: center;
				vertical-align: middle;
			}
		
			#content_container div.product table.product_actions td.options_separator {
				background-image: url(../img/product_separator_bg.gif);
				background-repeat: repeat-y;
				background-position: top center;
				height: 14px;
				width: 15px;
			}
			
			#content_container div.product table.product_actions select {
				font-size: 0.9em;
			}
			
			#content_container div.product table.product_actions button.btn_product_buy {
				background-image:url(../img/product_add_to_cart.gif);
				height: 16px;
				width: 16px;
			}
			
			#content_container div.product table.product_actions button.btn_product_adding_to_cart {
				background-image:url(../img/product_adding_to_cart.gif);
				height: 16px;
				width: 16px;
			}
		
		#content_container div.product ul.product_hype {
			list-style-type: none;
			width: 180px;
			margin: 0 auto;
			text-align: left;
		}
		
			#content_container div.product ul.product_hype li {
				font-size: 0.9em;
				background-image: url(../img/dotpoint_bg.gif);
				background-repeat: no-repeat;
				background-position: 2px 5px;
				padding-left: 16px;
				margin: 3px 0px	
			}
	
	#content_container span.product_separator {
		width: 10px;
		float: left;
		background-image: url(../img/product_separator_bg.gif);
		background-repeat: repeat-y;
		background-position: top center;
		height: 300px;
	}
	
	.product_stock_status {
		font-weight: bold;
	}
	
	
	#content_container #shopping_cart_bar {
		width: 624px;
		height: 43px;
		margin: 0 auto;
		background-image: url(../img/div_shopping_cart_bar_bg.png);
		background-repeat: no-repeat;
		position: relative;
	}
	
		#content_container #shopping_cart_bar #checkout {
			width: 317px;
			height: 25px;
			background-image: url(../img/div_shopping_cart_bar_text.png);
			background-repeat: no-repeat;
			position: absolute;
			right: 59px;
			top: 10px;
		}
		
		#content_container #shopping_cart_bar a#checkout {
			text-indent:-9999px;
			outline: none;
		   overflow: hidden;
		}
		
		#content_container #shopping_cart_bar #shopping_cart_icon {
			background-image: url(../img/shopping_cart.png);
			background-repeat: no-repeat;
			position: absolute;
			z-index: 995;
			width: 81px;
			height: 96px;
			right: -40px;
		}
		
		#content_container #shopping_cart_bar #shopping_cart_checkout_popout {
			width: 154px;
			height: 95px;
			background-color: transparent;
			right: -50px; 
			top: -55px; 
			opacity: 0;
			position: absolute;
			display: block;
			text-indent: -9999px;
			z-index: 999;
			border: none;
		}
		
			#content_container #shopping_cart_bar #shopping_cart_checkout_popout #popout_img {
				width: 154px;
				height: 95px;
				background-color: transparent;
				background-image: url(../img/div_shopping_cart_hover_bg.png);
				background-repeat: no-repeat;
				background-position: left top;
				display: block;
				text-indent: -9999px;
				z-index: 999;
				border: none;
				opacity: 1;
			}
			
/*============================================================
 Main Content Container Appearance Styles (textual pages)
============================================================*/
	#content_container div.content-lhs,
	#content_container div.content-rhs {
		float: left;
		display: block;
	}
	
	#content_container div.content-lhs {
		width: 200px;
		padding: 0px 30px 0px 20px;
	}
	
	#content_container div.content-rhs {
		width: 360px;
		padding: 0px 20px 0px 30px;
		background-image: url(../img/product_separator_bg.gif);
		background-repeat: repeat-y;
		background-position: left;
	}
	
	#content_container div.content-text {
		line-height: 1.7em;
	}
	
		#content_container div.content-text h3 {
			text-indent: -9999px;
			background-repeat: no-repeat;
			height: 28px;
			display: block;
			margin-bottom: 8px;
		}
		
			#content_container div.content-text h3.header-about-us {
				background-image: url(../img/text_heading_aboutus.gif);
				width: 97px;
			}
			
			#content_container div.content-text h3.header-faq {
				background-image: url(../img/text_heading_faq.gif);
				width: 319px;
			}
			
			#content_container div.content-text h3.header-help {
				background-image: url(../img/text_heading_help.gif);
				width: 97px;
			}
			
			#content_container div.content-text h3.header-contact {
				background-image: url(../img/text_heading_contactinfo.gif);
				width: 197px;
			}
			
			#content_container div.content-text h3.header-media {
				background-image: url(../img/text_heading_pressmedia.gif);
				width: 197px;
			}
			
			#content_container div.content-text h3.header-stockists {
				background-image: url(../img/text_heading_stockists.gif);
				width: 97px;
			}
		#content_container div.content-text p,
		#content_container div.content-text dl,
		#content_container div.content-text ul,
		#content_container div.content-text ol {
			padding-left: 5px;
			text-align: justify;
		}
		
		#content_container div.content-text p {
			margin: 5px 0px 8px 0px;
		}
		
		#content_container div.content-text strong {
			color: #0090c8;
			font-weight: bold;
		}


		#content_container div.content-text dl dt {
			font-weight: bold;
			margin: 5px 0px 3px 0px;
		}
		
		#content_container div.content-text dl dd {
			margin: 0px 0px 15px 0px;
		}
		
		#content_container div.content-text a:link,
		#content_container div.content-text a:visited,
		#content_container div.content-text a:active {
			text-decoration: none;
			color: #ff9d00;
			font-weight: bold;
		}
		
		#content_container div.content-text a:hover {
			text-decoration: underline;
			color: #0090c8;
		}
		
		#content_container #captcha_area img {
			display: block;
		}
		
		#content_container div.content-text form label {
			color: #6A6A6A;
			font-weight: bold;
		}
		
		#content_container div.content-text form input,
		#content_container div.content-text form textarea {
			border: 1px solid #d4d4d4;
			padding: 4px;
			color: #0090c8;
			background-color: #fff;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			font-size: 11px;
			font-family: Verdana,Arial,Helvetica,sans-serif;
		}
		
		#content_container div.content-text form textarea {
			width: 230px;
			height: 160px;
		}
		
		#content_container div.content-text form dt {
			display: block;
			width: 80px;
			float: left;
			clear: left;
		}
		
		#content_container div.content-text form dd {
			float: left;
			width: auto;
			margin: 4px 0px 4px 0px;
		}
		
		#content_container div.content-text form button {
			clear: both;
		}
		
		
/*============================================================
 Cart Page
============================================================*/

table#cart_contents {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	color: #6a6a6a;
	line-height: 1.4em;
	position: relative;
	font-size: 1.3em;
}

table#cart_contents thead th {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
	vertical-align: middle;
}

table#cart_contents thead th,
table#cart_contents tbody td {
	background-image: url(../img/table_cart_separator.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 8px;
	vertical-align: top;
}

table#cart_contents tbody td h2 {
	font-weight: bold;

}

table#cart_contents tbody td.item_qty {
	width: 50px;
}

table#cart_contents tbody td.item_qty input,
table#cart_contents tbody tr#cart_discount #discount_entry input {
	width: 30px;
	margin: 0;
	margin-top: 5px;
	background-color: #fff;
	border: 1px solid #d4d4d4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px;
}

table#cart_contents tbody tr#cart_discount #discount_entry input {
	width: 100px;
	margin: 0;
}

table#cart_contents .item_name h2 {
	font-weight: normal;
}

table#cart_contents tr#cart_shipping h2,
table#cart_contents tr#cart_shipping div#shipping_entry,
table#cart_contents tr#cart_discount h2,
table#cart_contents tr#cart_discount div#discount_entry {
	float: left;
	padding-right: 6px;
}

table#cart_contents .item_name p,
table#cart_contents .optional {
	font-size: 0.8em;
	font-style: italic;
}

table#cart_contents .item_price {
	color: #ffaa00;
	font-weight: bold;
	width: 80px;
	text-align: right;
}

table#cart_contents .item_total {
	font-weight: bold;
	width: 80px;
	text-align: right;
}

table#cart_contents tfoot .item_total {
	font-size: 1.2em;
}

table#cart_contents .item_remove {
	width: 25px;
}

table#cart_contents .item_atsign {
	width: 25px;
}

table#cart_contents span.cart_atsign {
	text-indent: -9999px;
	width: 21px;
	height: 22px;
	background-image: url(../img/table_cart_atsign.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 0.1em;
	display: block;
}


table#cart_contents tfoot tr#cart_total {
	background-image: url(../img/table_cart_tfoot_total_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 44px;
}

table#cart_contents tfoot tr#cart_total td {
	color: #fff;
	padding: 8px 8px 10px 8px;
	font-weight: bold;
	vertical-align: middle;
}

table#cart_contents tfoot tr#cart_checkout {

	height: 75px;
}

table#cart_contents tfoot tr#cart_checkout td {
	color: #6a6a6a;
	font-size: 0.8em;
	line-height: 1.4em;
	vertical-align: middle;
}

table#cart_contents tfoot td#cart_checkout_info {
	background-image: url(../img/table_cart_tfoot_checkout_bg.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}

table#cart_contents tfoot tr#cart_checkout td p {
	width: 85%;
	padding: 13px 0px 5px 20px;
}

table#cart_contents tfoot tr#cart_checkout td button#btn_checkout {
	display: block;
	width: 100px;
	height: 47px;
	margin: 15px 10px 0px 10px;
}

table#cart_contents tfoot tr#cart_checkout td button#btn_checkout:hover {
	background-position: 0 0;
}

table#cart_contents #cart_update {
	display: inline;
	padding-left: 15px;
}

table#cart_contents .btn_item_remove {
	width: 16px;
	height: 16px;
	background-image: url(../img/cart_delete.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	font-size: 0.1em;
	display: block;
}

table#cart_contents .btn_item_removing {
	width: 16px;
	height: 16px;
	background-image: url(../img/product_adding_to_cart.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	font-size: 0.1em;
	display: block;
}

table#cart_contents tbody td a:link,
table#cart_contents tbody td a:visited,
table#cart_contents tbody td a:active {
	color:#FF9D00;
	font-weight:bold;
	text-decoration:none;
}

table#cart_contents tbody td a:hover {
	color:#0090C8;
	text-decoration:underline;
}



/*============================================================
 Error Messages
============================================================*/

.error,
.notification {
	width: 80%;
	padding: 10px 20px 10px 20px;
	border: 4px solid #ffdc02;
	background-color: #EE9200;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0px auto 30px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*============================================================
 Footer1/Links Bar Container
============================================================*/

#links_bar_container {
	width: 662px;
	height: 37px;
	background-image: url(../img/div_links_bar_bg.png);
	background-repeat: no-repeat;
	margin: 8px auto;
	position: relative;
}

	#links_bar_container #mewie_footer_logo {
		width: 70px;
		height: 19px;
		display: block;
		float: left;
		z-index: 800;
		padding-left: 21px;
		padding-top: 8px;
	}
	
		#links_bar_container #mewie_footer_logo h1 {
			z-index: 700;
		   text-indent:-9999px;
		   height: 100%;
		   width: 100%;
			outline: none;
		   overflow: hidden;
		   position: relative;
		}
		
		#links_bar_container #mewie_footer_logo h1 a {
		   background-image: url(../img/mewie_footer_logo.png);
			background-repeat: no-repeat;
		   background-position: 0 0;
			display:block;
			width: 100%;
			height: 100%;
			text-decoration:none;
			outline: none;
			z-index: 800;
			position: relative;
			cursor: pointer;
		}

	#links_bar_container #links_bar_sitemap {
		float: left;
		width: 540px;
		font-size: 0.9em;
		font-weight: bold;
		border-left: 1px dotted #ffdd00;
		padding-left: 10px;
		margin-top: 5px;
		margin-left: 10px;
		line-height: 1.4em;
	}
	
		#links_bar_container #links_bar_sitemap ul {
			list-style-type: none;
		
		}
		
		#links_bar_container #links_bar_sitemap ul li {
			float: left;
			margin-right: 6px;
		}
		
		#links_bar_container #links_bar_sitemap ul li a:link,
		#links_bar_container #links_bar_sitemap ul li a:active,
		#links_bar_container #links_bar_sitemap ul li a:visited {
			color: #fff;
			text-decoration: none;
		}
		
		#links_bar_container #links_bar_sitemap ul li a:hover {
			text-decoration: underline;
		}



/*============================================================
 Social/Twitter Bar Container
============================================================*/

#social_bar_container {
	width: 662px;
	height: 36px;
	background-image: url(../img/div_social_bar_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 20px auto;
	position: relative;
}

	#social_bar_container #twitter_bird {
		width: 66px;
		height: 55px;
		display: block;
		z-index: 800;
		position: absolute;
		left: 23px;
		top: -12px;
		
	}
	
		#social_bar_container #twitter_bird h2 {
			z-index: 700;
		   text-indent:-9999px;
		   height: 100%;
		   width: 100%;
			outline: none;
		   overflow: hidden;
		   position: relative;
		}
		
		#social_bar_container #twitter_bird h2 a {
		   background-image: url(../img/div_twitter_bird.png);
			background-repeat: no-repeat;
		   background-position: 0 0;
			display:block;
			width: 100%;
			height: 100%;
			text-decoration:none;
			outline: none;
			z-index: 980;
			position: relative;
			cursor: pointer;
		}

	#social_bar_container #follow_us {
		width: 220px;
		font-size: 0.9em;
		font-weight: bold;
		border-left: 1px dotted #fff;
		padding-left: 10px;
		top: 5px;
		left: 101px;
		line-height: 1.4em;
		color: #fff;
		display: block;
		position: absolute;
	}
	
		#social_bar_container #follow_us a:link,
		#social_bar_container #follow_us a:visited,
		#social_bar_container #follow_us a:active {
			color: #004c5e;
			text-decoration: none;
		}
		
		#social_bar_container #follow_us a:hover {
			text-decoration: underline;
		}



/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}



/*============================================================
 Colobor / Product Zoom Lightbox Styles
============================================================*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9990; overflow:visible;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxOverlay{background:#000;}

#colorBox{}
	#cboxTopLeft{width:15px; height:15px; background:url(../img/colorbox/border_corners.png) 0px 0px no-repeat;}
	#cboxTopCenter{height:15px; background:url(../img/colorbox/border_topbottom.png) 0px 0px repeat-x;}
	#cboxTopRight{width:15px; height:15px; background:url(../img/colorbox/border_corners.png) -15px 0px no-repeat;}
	#cboxBottomLeft{width:15px; height:15px; background:url(../img/colorbox/border_corners.png) 0px -15px no-repeat;}
	#cboxBottomCenter{height:15px; background:url(../img/colorbox/border_topbottom.png) 0px -15px repeat-x;}
	#cboxBottomRight{width:15px; height:15px; background:url(../img/colorbox/border_corners.png) -15px -15px no-repeat;}
	#cboxMiddleLeft{width:15px; background:url(../img/colorbox/border_leftright.png) 0px 0px repeat-y;}
	#cboxMiddleRight{width:15px; background:url(../img/colorbox/border_leftright.png) -15px 0px repeat-y;}
	#cboxContent{background:#fff;}
		#cboxLoadedContent{margin-bottom:20px; padding: 30px 10px 20px 10px;}
		#cboxTitle {
			position:absolute;
			top: 10px;
			left: 10px;
			text-align: left;
			width: 100%;
		}

		#cboxCurrent{position:absolute; bottom:15px; right:90px; color:#999;}
		#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
		#cboxPrevious,	#cboxNext {
			cursor: pointer;
			position:absolute;
			bottom:46%;
			z-index: 9999;
			text-indent: -9999px;
			width: 61px;
			height: 62px;
			background-image: url(../img/panel_scroll_buttons.png);
			background-repeat: no-repeat;
			background-position: 0 0;
			background-color: transparent;
			border: 0;
			outline: 0;
			overflow: visible;
		}
		#cboxPrevious{left:-55px;}
		#cboxNext{right: -55px;	background-position: -61px 0px;}
		#cboxPrevious:hover { background-position: 0px -62px;}
		#cboxNext:hover {	background-position: -61px -62px;}
		#cboxPrevious:active { background-position: 0px -124px;}
		#cboxNext:active { background-position: -61px -124px;}
		#cboxLoadingOverlay{background:url(../img/colorbox/loading_2.gif) 50% 46% no-repeat #fff;}
		#cboxClose {
			position: absolute;
			bottom: 5px;
			right: -10px;
			display: none;
			background-image: url(../img/colorbox/colorbox_close.png);
			background-repeat: no-repeat;
			background-position: 0 0;
			width: 122px;
			height: 58px;
			z-index: 9995;
			text-indent: -9999px;
		}


/*============================================================
 Clear Fix Stuff
============================================================*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



