/*---------------------------------------------
	CSS Directory:
	* Header
	* Product Tab Navigation
	* Product Actions
	* Product Image
	* Product Description
	* Bullets Section
	* Alerts
	* IE 6/7 Hax
------------------------------------------------ */

/* ---------------- */
/* ==== PRESETS ==== */
/* ---------------- */
.page-actions ul.nav, .page-actions ol.nav {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.page-actions .nav li {
	margin: 0 !important;
	padding: 0 !important;
}


/* ---------------- */
/* ==== HEADER ==== */
/* ---------------- */

#header 					{float: left; width: 760px; margin-bottom: 0px;}
#header p.breadcrumb 		{margin: 0px; padding: 0px; font-size:13px;}
#header p.breadcrumb a 		{color: #363636;}
#header p.breadcrumb img	{margin:0px 4px 0px 8px;}

#header h2 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	letter-spacing: 0.01em;
	}
	
h2.tshirts-apparel 	{color:#e5ab06;}
h2.geektoys 		{color:#942dd8;}
h2.gadgets 			{color:#cd4444;}
h2.homeoffice		{color:#005b9f;}
h2.computing 		{color:#7a9913;}
h2.caffeine 		{color:#a4c704;}
h2.electronics 		{color:#4332d1;}
h2.geek-kids 		{color:#1aa9cc;}
h2.books 			{color:#ea610c;}
h2.clearance 		{color:#ba2020;}
h2.exclusives 		{color:#5e2fd4;}
h2.certificates 	{color:#ca29db;}

h2.tshirts-apparel a 	{color:#e5ab06;}
h2.geektoys a 		{color:#942dd8;}
h2.gadgets a		{color:#cd4444;}
h2.homeoffice a		{color:#005b9f;}
h2.computing a		{color:#7a9913;}
h2.caffeine a		{color:#a4c704;}
h2.electronics a	{color:#4332d1;}
h2.geek-kids a		{color:#1aa9cc;}
h2.books a			{color:#ea610c;}
h2.clearance a		{color:#ba2020;}
h2.exclusives a		{color:#5e2fd4;}
h2.certificates a	{color:#ca29db;}


/* -------------------------------- */
/* ==== PRODUCT TAB NAVIGATION ==== */
/* -------------------------------- */

ul#tabs {
	clear: left;
	position: relative;
	list-style-type: none;
	width: 642px;
	font-size: .8em;
	margin: 20px 0px;
	*margin: 0px 0px 20px 0px; /* fixes for ie6 */
	padding: 15px 0 0;
	height: 35px;
	border-bottom: 1px solid #c4c4c4;
	}
	
ul#tabs li {
	display: inline;
	margin: 0px;
	padding: 0px;
	}

ul#tabs li a {
	float: left;
	border: 1px solid #c4c4c4;
	text-indent: 0px;
	margin:0px -1px 20px 0px;
	padding:6px 7px 2px 7px;
	height: 26px;
	color: #505050;
	background:url("/images/product_page/tab_bg_up.gif") top left repeat-x #f8f8f8;
	text-align:center;
	font-size:0.94em;
	font-weight:bold;
	width:70px;
	line-height:1.067em;
	}
	
ul#tabs li a.selected, ul#tabs li a.selected:hover {
	border:1px solid #c4c4c4;
	border-bottom: 2px solid #ffffff;
	background: #ffffff;
	background-image: none;
	color: #333;
	font-size:0.94em;
	padding:6px 7px 1px 7px;
	margin-bottom:3px;
	width:70px;
	background:url("/images/product_page/tab_bg_selected.gif") top left repeat-x #f8f8f8;
	}
	
ul#tabs li a:hover{
	background:url("/images/product_page/tab_bg_over.gif") top left repeat-x #f8f8f8;
	color:#fefefe; 
	text-decoration:none;
	border:none;
	border: 1px solid #333;
	border-bottom:0px;
	height:27px;
	}
	
ul#tabs li.sharethis {
	display: block;
	padding-top: 12px;
	}

ul#tabs li.sharethis div.sharethis a {
	border: 0px;
	height: 25px;
	width: 160px;
	border: 0px;
	margin:0px 0px 0px 20px;
	position:absolute;
	background:none;
	}
	
ul#tabs li.sharethis a:hover{
	text-decoration:underline;
	color:#333;
	background:none;
	}

.stbuttontext{
	line-height:4px !important;
	font-size:1.1em;
	color:#333;
	position:relative;
	}

/* ---------------- */
/* == PROMOTIONS == */
/* ---------------- */
#product-promotion {
	border: 1px dashed;
	font-size: 12px !important;
	margin: 8px 0 0 0 !important;
	padding: 6px;

	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.50), 0px 2px 2px 1px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.50), 0px 2px 2px 1px rgba(0,0,0,.15);
	-ms-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.50), 0px 2px 2px 1px rgba(0,0,0,.15);
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}

#product-promotion .title {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0 !important;
}

#product-promotion .description {
	margin: 0 !important;
}

#product-promotion .description p {
	margin: 0 0 10px 0;
}

#product-promotion .description p:last-child {
	margin-bottom: 0 !important;
}

#product-promotion .description strong {
}

/* Buy One Get One! */
#product-promotion.bogo {
	background: rgb(216, 239, 204);
	border-color: rgb(44, 76, 34);
}

#product-promotion.bogo .title {
	color: rgb(44, 76, 34);
}

#product-promotion.bogo .description strong {
	color: rgb(44, 76, 34);
}

#product-promotion.bogo:hover {

}

/* ---------------- */
/* == ACTIONS == */
/* ---------------- */

#product-actions {
	position: relative;
	top: 0px;
	float: left; 
	width: 308px;
	margin: 0px;	
	font-size: 0.92em;
	line-height: 1em;
	}

#product-actions form {
	padding: 0px;
	}

/* --- ACTIONS - Universal --- */
#product-actions a 		{/*color: #292929; text-decoration: underline;*/}
#product-actions strong	{color:#3e4b59;}
#product-actions p		{margin:8px 0px; font-size:0.9em;}
#product-actions h3 		{font-size: 22px; margin: 0px; font-weight:bold; display:inline; vertical-align: middle;}
#product-actions hr		{border:0; height:1px; width:100%; background:#c0c0c0; margin:8px 0px;}


#product-actions div.addextra a	{line-height:1.4em;}

#product-actions div.addextra p{
	font-size:0.875em; 
	line-height:1.4em;
	margin:8px 0px 8px 0px; 
	padding:4px 8px;
	background:#ededed;
	border:1px dashed #d0d0d0;
	}
	
#product-actions p.stockinfo{
	font-size:0.875em;
	line-height:1.4em;
	background:#fffdd0;
	border:1px dashed #9f9f9f;
	padding:4px 6px 6px;
	margin-bottom:8px;
	}
	
#product-actions span.unavailable{
	font-size:12px;
	line-height:1.4em;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	margin:0px;
	display:block;
	color:#444;
	padding-bottom:8px;
	}
	
#product-actions p.stockinfo strong	{font-size:0.98em; line-height:1.4em;}

#product-actions p.buy_button {
	float: left;
	margin: 0 12px 10px 0;
	width: 134px;
}

#product-actions p.buy_button_unavail {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
}
	
#product-actions p.buy_button input, #product-actions p.buy_button img	{padding:0; border:0; vertical-align:middle;}

#product-actions p.buy_button span#wishlist	{width:134px; height:26px; background:url(/images/refresh/wishlistbutton.gif); display:block; margin-top:5px; float:left;}

#product-actions p.buy_button span#buybutton	{width:134px; height:37px; background:url(/images/product_page/buynow_orange.gif); display:block; float:left;}

#product-actions p.quantity-box1 input, #product-actions p.quantity-box2 input, #product-actions select {
	color:#333;
	padding:2px 0px;
	font-size:1em;
	}
	
#product-actions p.quantity-box1 input, #product-actions p.quantity-box2 input	{width:18px; padding:2px;}

#product-actions select {width:308px; margin-top: 5px;}
	
#product-actions p.quantity {margin-top:40px;}	

#product-actions p.emailme										{padding:0px; margin:5px 0px 16px 16px;}
#product-actions p.emailme a:link, #product-actions p.emailme a:visited	{font-size:11px; width:132px;}
#product-actions p.emailme a:hover								{}
#product-actions p.emailme img									{padding-right:4px; float:left;}

#product-actions p.availability 						{font-size:0.9em; margin-top:8px; display:inline; vertical-align: middle;}
#product-actions p.availability_sale					{color:#ba0606; margin:4px 0px 0px 0px;}
#product-actions p.availability_sale s				{color:#333; margin:4px 0px 0px 0px;}
#product-actions p.availability span.in_stock		{color:#55821A; font-weight:bold;}
#product-actions p.availability span.out_stock		{color:#a13232; font-weight:bold;}
#product-actions p.availability span.preorder		{color:#0051df; font-weight:bold; font-size: 1.2em;}
#product-actions p.availability span.backorder		{color:#0051df; font-weight:bold; font-size: 1.2em;}
#product-actions p.availability span img				{margin:0px -3px 0px 5px;}

p.geek-point-notice					{border:1px solid #bababa; background:white; padding:6px; margin:6px; font-size:12px; font-weight:bold; color:#333; text-align: center;}
p.geek-point-notice strong			{font-size:18px; line-height:1em; padding-right:1px; vertical-align:middle; color:#43891c; display:inline;}
p.geek-point-notice a div			{}
p.geek-point-notice img				{vertical-align:middle; padding-right:6px;}
p.geek-point-notice a span			{display:none;}
p.geek-point-notice a span img		{position:absolute; top:-16px; left:-0px;}
p.geek-point-notice a span strong	{color:white; line-height:1.1em; vertical-align: baseline;}
p.geek-point-notice a:hover			{position:relative; text-decoration:none;}
p.geek-point-notice a:hover span{
	display:block; 
	position:absolute;
	width:152px;
	padding:10px 10px 10px 10px;
	background:#3e4b59;
	font-size:11px;
	color:white;
	margin-top:16px;
	border:1px solid #1a212a;
	right:-46px;
	line-height:1.3em;
	top:16px;
	z-index: 10;
	}

div.sharethis				{padding:6px 4px; font-size:0.8em; text-align:center;}
div.sharethis .stButton		{vertical-align: middle; margin:0;}

div.rightbox_corner			{background-image:url(/images/product_page/rightbox_corner.png); height:16px; width:21px; float:right; position:absolute; right:0px; margin-top:-15px;}
div.rightbox_top			{width:133px; border:1px solid #757779; background:#828587; border-bottom:0px; font-size:11px; color:#fff; font-weight:bold; margin:-1px 0px 0px -1px; padding:5px 6px 6px 7px; line-height:14px;}
div.rightbox				{width:146px; border:1px solid #bababa; background:#e0e0e0; margin-bottom:15px;}
div.rightbox h3				{font-size:1em; font-weight:bold;}
div.rightbox .actionshot	{text-align: center; display:block; padding:6px;}
div.rightbox ul li			{font-size:11px; list-style:none; text-align:center; padding:0px !important;}
div.rightbox ul li img		{padding:3px; background:white; border:1px solid #bababa;}
div.rightbox ul li p		{padding:0 !important; text-align:center;}
div.rightbox hr				{height:2px; border:none; background:url(/images/product_page/rightbox_hr.gif); margin:10px 0px;}

div#top_bullets, div#top_brief 			{width:308px; float:left;}
div#top_bullets p, div#top_brief p		{margin:0px 0px 5px;}
#top_bullets ul, #top_brief ul			{margin:0px 0px 3px; padding:0px; font-size:12px;}
#top_bullets ul li, #top_brief ul li	{list-style:outside; margin-left:25px; padding:3px 0px;}
div#top_brief p							{font-size:12px; line-height:18px;}
div#top_brief a							{font-size:12px; line-height:18px;}
#top_bullets a							{}
#top_bullets img						{margin:0px 4px 0px 6px; vertical-align:text-bottom; line-height: 18px;}
#top_brief img							{margin-right:2px; vertical-align:text-bottom; line-height: 18px;}
#top_brief h4							{margin-top:4px; font-size:14px;}
#top_bullets h4							{margin:4px 0px 6px; font-size:14px;}

#product-actions p.geek-point-notice					{padding-top:4px;}
#product-actions p.geek-point-notice strong			{font-size:1.4em; line-height:1em; padding-right:1px; vertical-align:bottom;}
#product-actions p.geek-point-notice img				{float:left; padding-right:6px;}
#product-actions p.geek-point-notice a span			{display:none;}
#product-actions p.geek-point-notice a span img		{position:absolute; top:-16px; left:-0px;}
#product-actions p.geek-point-notice a span strong	{color:white; line-height:1.1em;}
#product-actions p.geek-point-notice a:hover			{position:relative; text-decoration:none;}
#product-actions p.geek-point-notice a:hover span{
	display:block; 
	position:absolute;
	width:152px;
	padding:10px 10px 10px 10px;
	background:#3e4b59;
	font-size:1em;
	color:white;
	margin-top:16px;
	border:1px solid #1a212a;
	right:-48px;
	line-height:1.3em;
	top:16px;
	}

#product-actions .actionshot {
	background: #efefef;
	margin-top: 10px;
	text-align: center;
	padding: 5px 0px 0px 0px;
	border:1px solid #d0d0d0;
	}
	
#product-actions .actionshot img	{margin-bottom: 6px;}

#product-actions .actionshot p {
	background: url(/images/refresh/buybox-actionshottile.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 3px 0px 0px 0px;
	padding: 8px 8px 10px 8px;
	}

img.saletag {
	position:absolute;
	left:0px;
	z-index:100;
	}
	
/* --- ACTIONS: Fixes for legacy code --- */

#product-actions table 				{margin-top: -10px; width: 100%;}
#product-actions table tr td 		{vertical-align: top; padding:2px 0px 3px 2px;}
#product-actions table tr td input	{margin-top: 4px; margin-left:2px;}
#product-actions table br 			{display: none;}

#product-actions .checkout-table-stock-info span.error, #product-actions .checkout-table-text span.error {color: #d43a3a;}

#product-actions .error, #product-actions .error strong {
	color: #DF0000;
	font-size: 1em;
	background: none;
	margin: 0px;
	padding: 0px;
	}
	
#product-actions .checkout-table-stock-info, #product-actions .checkout-table-text {
	line-height: 16px;
	font-size:11px;
	padding:2px 6px 2px 16px;
	color:#333;
	}
	
#product-actions table .black-11px, #product-actions table .black-11px * {
	padding: 0px;
	margin: 0px;
	line-height: 15px;
	}
	
/* --- PRODUCT ACTIONS: Add to Wish list --- */
#product-actions .fluff {
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 15px 12px 0 0;
}

#product-actions #add-to-wish-list {
	float: left;
	margin: 8px 0 0 0;
	position: relative;
	width: 134px;
	z-index: 15;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}

#product-actions #add-to-wish-list #wish-list-add-default, #product-actions .unauthenticated #wish-list-add {
	background: transparent url("/images/preso/btn-wishlist-add.png") 0 0 no-repeat;
	display: block;
	height: 26px;
	overflow: hidden;
	position: relative;
	text-indent: -999999px;
	width: 134px;
	z-index: 15;
}

#product-actions .fluff.action-email-me {
	margin-top: 23px !important;
}

#product-actions div.action-email-me {
	margin-top: 15px !important;
}

#product-actions p.extra-sku-ui {
	margin-top: 15px !important;
}

#product-actions p.extra-sku-ui {
	margin-top: 11px !important;
}

#product-actions .fluff.extra-sku-ui {
	margin-top: 27px !important;
}

#product-actions .fluff.extra-sku-ui {
	margin-top: 23px !important;
}


/* NON-LOGGED IN USERS */
#product-actions .unauthenticated {
	position: relative;
}

#product-actions .unauthenticated .note {
	line-height: 1.4em;
	position: absolute;
	background: rgb(255,255,255);
	border: 2px solid rgb(226, 155, 0);
	padding: 12px 15px 15px 15px;
	left: -30px;
	top: -26px;
	width: 150px;
	z-index: 20;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 0px 0px 4px 2px rgb(226, 205, 177);
	-moz-box-shadow: 0px 0px 4px 2px rgb(226, 205, 177);
	box-shadow: 0px 0px 4px 2px rgb(226, 205, 177);
}

#product-actions .unauthenticated .note a, #product-actions .unauthenticated .note a:link, #product-actions .unauthenticated .note a:visited {
	color: rgb(0, 83, 168) !important;
}

/* DROPDOWN & MULTI WISHLISTS */
#product-actions .multi #wish-list-add-default {
	background: transparent url("/images/preso/btn-wishlist-add-multi.png") 0 0 no-repeat !important;
	display: block;
	height: 26px;
	overflow: hidden;
	position: relative;
	text-indent: -999999px;
	width: 134px;
}

#product-actions #add-to-wish-list .dropdown-options {
	background-color: rgb(114, 114, 114);
	border: 1px solid rgb(37, 37, 37);
	color: rgb(255,255,255);
	font-size: 12px;
	list-style: none;
	margin: 0;
	position: absolute;
	padding: 45px 10px 10px 10px;
	top: -6px;
	left: -6px;
	width: 124px;
	z-index: 10;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .5);
}

#product-actions #add-to-wish-list .dropdown-options li {
	border-bottom: 1px solid rgb(88, 88, 88);
	margin: 0 0 8px 0;
	padding: 0;
}

#product-actions #add-to-wish-list .dropdown-options a {
	color: rgb(221, 221, 221);
	display: block;
	padding: 0 20px 8px 0;
	width: 99px;
}

#product-actions #add-to-wish-list .dropdown-options a:hover {
	color: rgb(255,255,255);
}

/* WISHLIST STATES */
#product-actions #add-to-wish-list .dropdown-options li.default {
	font-weight: bold;
}

#product-actions #add-to-wish-list .dropdown-options li.default a {
	color: rgb(255, 255, 255);
}

#product-actions #add-to-wish-list .dropdown-options li.private {
	background: transparent url("/images/preso/ico-wl-private.png") top right no-repeat !important;
}

/* NEW WISHLIST BUTTON */
#product-actions #add-to-wish-list .dropdown-options li.new {
	border: none;
	font-size: 11px;
	padding-bottom: 0;
	padding-right: 0;
	margin-bottom: 0;
	width: 100%;
}

#product-actions #add-to-wish-list .dropdown-options li.new a {
	background: rgb(101,101,101); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(101,101,101) 0%, rgb(37,37,37) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(101,101,101)), color-stop(100%,rgb(37,37,37))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(101,101,101) 0%,rgb(37,37,37) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(101,101,101) 0%,rgb(37,37,37) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgb(101,101,101) 0%,rgb(37,37,37) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#252525',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgb(101,101,101) 0%,rgb(37,37,37) 100%); /* W3C */
	border: 1px solid rgb(37, 37, 37);
	color: rgb(255,255,255);
	color: rgba(255,255,255, 0.75);
	text-shadow: 2px 2px 2px rgb(37, 37, 37);
	display: block;
	font-weight: bold;
	line-height: 1;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}

#product-actions #add-to-wish-list .dropdown-options li.new a:hover  {
	color: rgb(255,255,255);
	color: rgba(255,255,255,1);
	text-decoration: none !important;
    border: 1px solid rgb(21, 21, 21);

	box-shadow: 0 2px 0 rgb(37, 37, 37);
	-moz-box-shadow: 0 0 2px rgb(37, 37, 37);
	-webkit-box-shadow: 0 0 2px rgb(37, 37, 37);
}

#product-actions #add-to-wish-list #wish-list-add-another {
	background: transparent url("/images/preso/spr-wishlist-add-multi-select.png") 0 -26px no-repeat;
	display: block;
	height: 26px;
	overflow: hidden;
	position: absolute;
	text-indent: -999999px;
	top: 0;
	right: 0;
	width: 25px;
	z-index: 20;
}

#product-actions #add-to-wish-list #wish-list-add-another.open {
	background-position: 0 0;
}

/* WISHLIST STATUS */
#product-actions .status {
	clear: left;
	display: block;

}

#product-actions .success {
	background-color: rgb(255, 242, 212);
	padding: 8px;	
}

/*NEW WISHLIST*/
#window-wish-list-new {
	padding: 0 20px 30px 20px;
	width: 450px;
}

#window-wish-list-new h2 {
	border-bottom: 1px solid rgb(0,0,0);
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#window-wish-list-new ol, #wish-list-new ul {
	margin: 0;
	padding: 0;
} 

#window-wish-list-new li {
	border-bottom: 1px solid rgb(233, 234, 238);
	list-style: none !important;
	margin: 0;
	padding: 15px 0;
}


#window-wish-list-new label {
	
}

#window-wish-list-new .text label {
	color: rgb(110, 110, 110);
	display: block;
	margin-bottom: 8px;
	text-transform: uppercase;
}

#window-wish-list-new .text input, #window-wish-list-new .text textarea {
	border: 2px solid rgb(207, 207, 207);
	color: rgb(37, 37, 37);
	font-weight: bold;
	display: block !important;
	padding: 10px;
	width: 95%;
}

#window-wish-list-new .text input::-webkit-input-placeholder, #window-wish-list-new .text textarea::-webkit-input-placeholder {
    color: rgb(110, 110, 110);  
	font-weight: normal;
}
#window-wish-list-new .text input:-moz-placeholder, #window-wish-list-new .text textarea:-moz-placeholder {
	color: rgb(110, 110, 110);  
	font-weight: normal;
}

#window-wish-list-new .text input:focus, #window-wish-list-new .text textarea:focus {
	color: rgb(37, 37, 37);
	-moz-box-shadow: 0 0 4px rgb(173, 205, 228);
	-webkit-box-shadow: 0 0 4px rgb(173, 205, 228);
	box-shadow: 0 0 4px rgb(173, 205, 228);
	border-color: rgb(138, 180, 228);
}

#window-wish-list-new .check {
	padding: 8px 0;
}


#window-wish-list-new .check label {
	font-weight: normal;
	margin-left: 10px;
}

#window-wish-list-new .its-checked label {
	font-weight: bold;
}

#window-wish-list-new .check input {
	color: rgb(37, 37, 37);
	cursor: pointer;
}

#window-wish-list-new li .note {
	color: rgb(203, 91, 17);
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 0;
}

/*SUBMIT ACTIONS*/
#window-wish-list-new .actions li {
	border: none;
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}

#window-wish-list-new .actions li+li {
	margin-left: 10px;
}

#window-wish-list-new .actions {
	margin-top: 15px;
}

#window-wish-list-new .actions #wish-list-new-submit, #skutowish #skupicker-add-to-wish-list {
	background: rgb(101,101,101); /* Old browsers */
		background: -moz-linear-gradient(top, rgb(101,101,101) 0%, rgb(37,37,37) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(101,101,101)), color-stop(100%,rgb(37,37,37))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgb(101,101,101) 0%,rgb(37,37,37) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgb(101,101,101) 0%,rgb(37,37,37) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgb(101,101,101) 0%,rgb(37,37,37) 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#252525',GradientType=0 ); /* IE6-9 */
		font-size: 13px;
		background: linear-gradient(top, rgb(101,101,101) 0%,rgb(37,37,37) 100%); /* W3C */
		border: 1px solid rgb(37, 37, 37);
		color: rgb(255,255,255);
		color: rgba(255,255,255, 0.75);
		cursor: pointer;
		text-shadow: 2px 2px 2px rgb(37, 37, 37);
		display: block;
		font-weight: bold;
		line-height: 1;
		padding: 10px 15px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;

		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;

		-webkit-transition: all 0.15s ease-in-out;
		-moz-transition: all 0.15s ease-in-out;
}

#window-wish-list-new .actions #wish-list-new-submit:hover, #skutowish #skupicker-add-to-wish-list:hover {
	color: rgb(255,255,255);
	color: rgba(255,255,255,1);
	text-decoration: none !important;
    border: 1px solid rgb(21, 21, 21);

	box-shadow: 0 2px 0 rgb(37, 37, 37);
	-moz-box-shadow: 0 0 2px rgb(37, 37, 37);
	-webkit-box-shadow: 0 0 2px rgb(37, 37, 37);	
}

#skutowish #skupicker-add-to-wish-list {
	/* display: inline;*/
}

#window-wish-list-new .actions #wish-list-new-cancel {
	display: block;
	margin-top: 10px;
}

/* --------------------- */
/* === PRODUCT IMAGE === */
/* --------------------- */

#productimage {
	float: left;
	margin: 0px 20px 0px 0px;
	}
	
#productimage img{
	text-align:center;
	}

#productimage ul {
	list-style-type: none;
	padding: 5px 5px; 
	background-color: #e7e7e7;
	margin: 20px auto 20px auto;
	font-size:0.813em;
	text-align:center;
	border:1px solid #d0d0d0;
	}
	
#productimage li {
	margin:0px;
	padding: 0px;
	text-indent: 0px;
	display:inline;
	}
	
#productimage li a {
	color: #292929;
	}
	
#productimage li img {
	vertical-align: middle;
	}

img.actionshot {
	max-width: 500px;
	}

/* ---------------------- */
/* ==== CONTENT BLOB ==== */
/* ---------------------- */

#contentblob {
	margin: 0px 168px 0px 0px;
	padding: 0px;
	min-height: 400px;
	}
	
#contentblob-wide {
	margin: 0px 50px 0px 0px;
	padding: 0px;
	min-height: 400px;
	}
	
ul#bookinfo {
	list-style-type: none;
	width: 450px;
	padding: 5px;
	margin: 0px auto;
	}

ul#bookinfo li {
	display: block;
	float: left;
	width: 215px;
	line-height: 1.2em;
	padding: 5px 5px;
	}

#upsells {
	z-index: 1;
	background-image: url(/images/refresh/upsellsbgtile.gif);
	*background-image: none; /* fixes for ie6 & ie7*/
	background-position: top left;
	background-repeat: repeat-x;
	width: 779px;
	margin: -10px 0px 0px -191px;
	padding: 50px 10px 20px 191px;
	clear: both;
	}
	
#upsells img.header {
	clear: both;
	display: block;
	margin: 20px 0px 8px 0px;
	}
	
#upsells h3 {
	clear: both;
	}
	
#upsells ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#upsells ul li {
	display: inline;
	float: left;
	width: 115px;
	padding: 0px;
	margin: 0px 30px 0px 0px; 
	}
	
#upsells ul li img {
	border: 3px solid #ffffff;
	}

#upsells ul li p {
	padding: 0px;
	margin: 4px 0px 25px 0px;
	font-size: .95em;
	}

#upsells ul li p a {
	color: #292929;
	line-height: 1.2em;
	}

.mainaction {
	float: left; 
	margin-right: 30px;
	}
	
.mainaction h3 {
	margin-top: 0px;
	}
	
.suyas {
	margin: 15px;
	}
	
#additionals {
	position: relative;
	top: 14px;
	}
	
#additionals .additionalthumbs {
 	float: left;
 	margin: 28px 20px 0px 0px; 
 	height: 150px;
 	}

#additionals .additionalthumbs p {
	 width: 100px;
	 font-size:12px;
	}
	
#additionals .additionalthumbs a{width:100px;}

/* SKU Picker Fancybox */

	#skutocart, #skutowish {
		width: 372px;
		padding: 6px 10px 10px;
		text-align: center;
		font-size: 0.92em;
		}
		
	#skutocart p, #skutowish p {
		text-align: center;
		}
	
	#skutocart h2, #skutowish h2 {
		margin: 0 0 -10px;
		text-align: center;
		}
		
	#skutocart p.skuchooser, #skutowish p.skuchooser {
		text-align: center;
		padding:0 8px;
		}
		
	#skutocart input.cancel, #skutowish input.cancel {
		position: absolute;
		top: 5px; 
		right: 5px;
		}
		
	p.skuchooser select{
		color:#333333;
		padding:2px 0;
		width: 100%;
		}
	
	#skutocart input.okay, #skutowish input.okay {
		display: block;
		margin: 12px auto -12px;
		width: auto;
		filter: alpha(opacity=50); /* internet explorer */
		-khtml-opacity: 0.5;      /* khtml, old safari */
		-moz-opacity: 0.5;       /* mozilla, netscape */
		opacity: 0.5;           /* fx, safari, opera */
		}
		
	#skutocart input.ready, #skutowish input.ready{
		filter: alpha(opacity=100); /* internet explorer */
		-khtml-opacity: 1;      /* khtml, old safari */
		-moz-opacity: 1;       /* mozilla, netscape */
		opacity: 1;           /* fx, safari, opera */
		}
		
	#fancybox-outer{
		border:2px solid #222 !important
		border-radius:6px;
		-webkit-border-radius: 6px;
		-khtml-border-radius: 6px;	
		-moz-border-radius: 6px;
		}
	
.sku_checkbox{
	height:auto;
	/*overflow-y:scroll;*/
	padding:5px;
	font-size:11px;
	border:1px solid #999;
	background:#efefef;
	border-top:none;
}
	
.sku_checkbox_head{
	width:308px;
	height:23px;
	background:#3E4B59;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	background:url(/images/product_page/please_select.gif);
	display: none;
	margin-top:6px;
}


.sku_checkbox input{float:left; vertical-align:middle;}

.sku_checkbox_item{margin:0px 0px 6px 0px; float:left; width:148px;}

.sku_checkbox label{float:left; width:130px; line-height:14px; margin-left:4px;}

.js .sku_checkbox{display:none;}
.js .sku_checkbox_head{display:block;}

/* ----------------------------- */
/* ==== PRODUCT DESCRIPTION ==== */
/* ----------------------------- */

p.prodheader 			{font-weight: bold; font-size: 1.125em; line-height: 1.313em;}
h4.prodheader 			{font-weight: bold; font-size: 1.125em; line-height: 1.313em;}
h4.listheader 			{font-weight: bold; font-size: 1.063em; line-height: 1.2em;}
.right 					{float: right;  margin: 5px 10px 10px 15px; text-align: left;}
.left 					{float: left; margin: 5px 15px 10px 0px; text-align: left;}
.center 				{text-align: center; margin: 18px 0px 10px 0px; clear: left;}	
.center img + img 		{margin-left: 10px;}
img.right + img.right 	{margin-right: 0px;}
img.left + img.left 	{margin-left: 0px;}

#proddescription strong	{font-weight:bold; line-height:1.4em;}
#proddescription p			{margin:1.1em 0em;}
#proddescription .spoiler	{color:#ffffff !important;}

#proddescription, #proddescription p{
	color: #000000; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.96em;
	line-height:1.4em;
	}

#proddescription p.error {
	color: #d43a3a;
	font-weight: bold;
	background: #e7e7e7;
	padding: 5px 10px;
	font-size: 1.2em;
	}
	
img.prodbadge {
	float: right;
	display: inline;
	height: 109px;
	width: 104px;
	margin: 0px 10px 5px 10px;
	}

#proddescription span{
	font-weight:inherit;
	font-style:inherit;
	line-height:inherit;
	font-size:inherit;
	}
	
#proddescription h3											{font-size:1em; font-weight:bold;}
#proddescription ul, #proddescription ol					{list-style-position:outside; margin:0px 0px 0px 35px; font-size:0.96em;}
#proddescription ul.floatfix, #proddescription ol.floatfix	{list-style-position:outside; padding:0px 0px 0px 35px; margin:0; overflow:hidden; font-size:0.96em;}
#proddescription li											{line-height:1.8em; padding:0em;}
	
	
/* ------------------------- */
/* ==== BULLETS SECTION ==== */
/* ------------------------- */

#bullets 					{margin:1.1em 0em; font-size:0.93em;}
#bullets table 				{font-size:0.96em; width:auto; margin:0;}
#bullets table tr td		{padding:5px; border:none;}
#bullets table tr td p		{margin:0em;}
#bullets h3					{font-size:1em; font-weight:bold;}
#bullets ul, #bullets ol	{list-style-position:outside; margin:0px 0px 0px 35px;}
#bullets ul.floatfix, #bullets ol.floatfix	{list-style-position:outside; padding:0px 0px 0px 35px; margin:0; overflow:hidden;}
#bullets li						{line-height:1.8em; padding:0em;}

/* ------------------------- */
/* ==== YOUTUBE ==== */
/* ------------------------- */

#video {
	width:642px;
	margin:0 auto;
}


/* ------------------------- */
/* ==== PAGE ACTIONS ==== */
/* ------------------------- */
.page-actions {
	margin: 20px 0 0 0;
	position: relative;
}

.page-actions .nav-01 {
	width: 35%;
}

.page-actions .button {
	background: #656565;
	background: -moz-linear-gradient(top, #656565 0%, #252525 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656565), color-stop(100%,#252525));
	background: -webkit-linear-gradient(top, #656565 0%,#252525 100%);
	background: -o-linear-gradient(top, #656565 0%,#252525 100%);
	background: -ms-linear-gradient(top, #656565 0%,#252525 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#252525',GradientType=0 );
	background: linear-gradient(top, #656565 0%,#252525 100%);
	border: 1px solid #252525;
	color: white;
	color: rgba(255, 255, 255, 0.75);
	text-shadow: 2px 2px 2px #252525;
	display: block;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}

.page-actions .button:hover {
	color: white;
	color: rgba(255, 255, 255, 1);
	text-decoration: none !important;
	border: 1px solid #151515;
	box-shadow: 0 2px 0 rgb(37, 37, 37);
	-moz-box-shadow: 0 0 2px rgb(37, 37, 37);
	-webkit-box-shadow: 0 0 2px rgb(37, 37, 37);
}

	
/* ------------------------- */
/* ==== ALERTS ==== */
/* ------------------------- */
/* fixes */
#innerwrapper {
	z-index: 0;
	position: relative;
}

.ie6 .wrapper-alert-outer {
	display: none !important;
}

.ie7 #alert-out-of-stock .actions #add-to-wish-list a {
	color: white !important;
}

.ie7 #alert-out-of-stock .actions #add-to-wish-list a:hover {
	color: white !important;
}

/* flash alerts */
.wrapper-alert-outer {
	display: none;
	bottom: 0;
	left: 0;
	height: 200px;
	position: fixed;
	width: 100%;
	z-index: 100;	
}

.wrapper-alert {
	background: rgb(255, 244, 220);
	background: rgba(255, 244, 220, 0.93);
	/*background: rgb(255, 234, 202);*/
	border-top: 5px solid rgb(226, 155, 0);
	height: 100%;
	padding: 0 10px;

	-webkit-box-shadow: 0px -1px 3px 1px rgba(0, 0, 0, .3), inset 0px 1px 0px 0px rgb(255,255,255);
	-moz-box-shadow: 0px -1px 3px 1px rgba(0, 0, 0, .3), inset 0px 1px 0px 0px rgb(255,255,255);
	box-shadow: 0px -1px 3px 1px rgba(0, 0, 0, .3), inset 0px 1px 0px 0px rgb(255,255,255);
	
	width: 100%;

	/*-moz-transition: height 0.25s ease-in-out;
	-webkit-transition: height 0.25s ease-in-out;
	transition: height 0.25s ease-in-out;*/
}

/*.wrapper-alert-outer {
	height: 0;
}*/

/* not used now but needed for CSS3 transitions*/
/*.wrapper-alert.open {
	height: 200px;
}*/

/* temp/testing */
.wrapper-alert-outer-hidden {
	display: none;
}

/*hide button*/
.wrapper-alert .control {
	background: rgb(226, 155, 0);
	color: rgba(0,0,0, 0.75);
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 30px;
	z-index: 111;
	
	-webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
}

.wrapper-alert .control.hidden {
	top: -20px;
}

.wrapper-alert .control:hover {
	color: rgba(0,0,0,1);
}

.flash-alert {
	margin: 0 auto;
	padding: 20px 0;
	width: 940px;
}

/* out of stock */

#alert-out-of-stock {
	font-size: 13px;
}

#alert-out-of-stock .message {
	float: left;
	margin: 0 30px 0 0;
	width: 425px;
}

#alert-out-of-stock .message h2 {
	border-bottom: 2px solid rgb(0,0,0);
	background: transparent url("/images/preso/hd-oosMessage.png") 0 1px no-repeat;
	padding: 5px 0 5px 45px;
}

#alert-out-of-stock p {
	margin: 0 0 10px 0;
}

#alert-out-of-stock h2 {
	font-size: 16px;
	margin: 0 0 5px 0;
}

#alert-out-of-stock h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}


#alert-out-of-stock a {
	color: rgb(0, 83, 168);
	text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
}

#alert-out-of-stock a:hover {
	color: rgb(0, 114, 228);
	text-decoration: underline;
}

#alert-out-of-stock .actions {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: none;
}

#alert-out-of-stock .actions li {
	padding: 0;
	float: left;
	margin-right: 10px;
}

#alert-out-of-stock .actions li a {
	background: rgb(101,101,101); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(101,101,101) 0%, rgb(37,37,37) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(101,101,101)), color-stop(100%,rgb(37,37,37))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(101,101,101) 0%,rgb(37,37,37) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(101,101,101) 0%,rgb(37,37,37) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgb(101,101,101) 0%,rgb(37,37,37) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#252525',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgb(101,101,101) 0%,rgb(37,37,37) 100%); /* W3C */
	border: 1px solid rgb(37, 37, 37);
	color: rgb(255,255,255);
	color: rgba(255,255,255, 0.75);
	text-shadow: 2px 2px 2px rgb(37, 37, 37);
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	padding: 8px 6px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}

#alert-out-of-stock .actions li a:hover {
	color: rgb(255,255,255);
	color: rgba(255,255,255,1);
	text-decoration: none !important;
    border: 1px solid rgb(21, 21, 21);

	box-shadow: 0 2px 0 rgb(37, 37, 37);
	-moz-box-shadow: 0 0 2px rgb(37, 37, 37);
	-webkit-box-shadow: 0 0 2px rgb(37, 37, 37);	
}

#alert-out-of-stock .actions #add-to-wish-list a {
	background: rgb(101,101,101); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(101,101,101) 0%, rgb(37,37,37) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(101,101,101)), color-stop(100%,rgb(37,37,37))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(101,101,101) 0%,rgb(37,37,37) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(101,101,101) 0%,rgb(37,37,37) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgb(101,101,101) 0%,rgb(37,37,37) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#252525',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgb(101,101,101) 0%,rgb(37,37,37) 100%); /* W3C */
	border: 1px solid rgb(37, 37, 37);
	text-shadow: 2px 2px 2px rgb(37, 37, 37);
}

#alert-out-of-stock .actions #email-notification {
	margin-right: 0;
}

#alert-out-of-stock .actions #email-notification a {
	padding-left: 0;
}

#alert-out-of-stock .actions #email-notification a span {
	background-image: url("/images/other/emailme.png");
	background-repeat: no-repeat;
	background-position: 8px 2px;
	padding-left: 35px;
}

/*#alert-out-of-stock .actions #email-notification:before {
	content: "or";
	color: rgba(37, 37, 37, .55);
	font-size: 13px;
	font-weight: bold;
	margin: 10px 10px 0 5px;
	text-transform: uppercase;
}*/


#alert-out-of-stock .other-options {
    background-color: rgb(244, 227, 174);
    border: 2px solid rgb(249, 207, 65);
	float: left;
	margin: -3px 0 0 0;
    position: relative;
	padding: 10px 15px;
	width: 435px;
	
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: inset 0 1px 0 0 white;
    -moz-box-shadow: inset 0 1px 0 0 white;
    -ms-box-shadow: inset 0 1px 0 0 white;
}

#alert-out-of-stock .other-options h3 {
	color: rgb(191, 81, 0);
	text-transform: uppercase;
}

#alert-out-of-stock .other-options #products-recommended {
	list-style: none;
	margin: 0;
	padding: 0;
}

#alert-out-of-stock .other-options #products-recommended li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	width: 75px;
}

#alert-out-of-stock .other-options #products-recommended li.ultimo, #alert-out-of-stock .other-options #products-recommended li.break {
	margin-right: 0;
}

#alert-out-of-stock .other-options #products-recommended li img {
	background: rgb(255,255,255);
	border: 1px solid rgb(186, 186, 186);
	margin: 0 0 5px 0;
}

#alert-out-of-stock .other-options #products-recommended h4 {
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	margin: 0;
}

#alert-out-of-stock .other-options #products-recommended li a {
	-webkit-transition: all 0.50s ease-in-out;
	-moz-transition: all 0.50s ease-in-out;	
}

#alert-out-of-stock .other-options #products-recommended li a.unfocused, #alert-out-of-stock .other-options #products-recommended li a.unfocused * {
	opacity: 0.50;
}

/* alt styling */
/*#alert-out-of-stock .other-options #products-recommended li h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}*/

/* -------------------- */
/* ===== Utility ====== */
/* -------------------- */
.ie .clearing {
	zoom: 1;
}

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

.tucked {
	position: absolute;
	font-size: 0;
	left: -1000000px;
}

/* -------------------- */
/* ===== Utility ====== */
/* -------------------- */
.ie .clearing, .ie #product-actions {
	zoom: 1;
}

.clearing:after, #product-actions:after, #window-wish-list-new .actions:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.tucked {
	position: absolute;
	font-size: 0;
	left: -1000000px;
}

.modal {
	display: none;
}


/* -------------------- */
/* ==== Animations ==== */
/* -------------------- */
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-ms-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fade-out {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-ms-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}

/* -------------------- */
/* ==== IE 6/7 HaX ==== */
/* -------------------- */

*:first-child+html #buybox p.availability				{margin-top:0px;}
*:first-child+html #buybox hr							{margin:0px;}
*:first-child+html #blob hr								{margin:0px;}
*:first-child+html ul#tabs li.sharethis div.sharethis a {margin:0px 0px 0px 0px;}
*:first-child+html .sku_checkbox label 					{width:80px;}
*:first-child+html .sku_checkbox_item					{width:105px;}
*:first-child+html #contentblob 						{min-height:auto;}
*:first-child+html div.rightbox ul li p			{padding:0; margin:4px 12px 4px 0px; text-align:center;}
*:first-child+html div.rightbox hr				{height:2px; border:none; padding:0px; background:url(/images/product_page/rightbox_hr.gif); margin:0px 0px;}


*html #buybox p.availability							{margin-top:0px;}
*html #buybox hr										{margin:0px;}
*html #buybox p.emailme img								{padding-right:1px;}
*html ul#tabs li.sharethis div.sharethis a 				{margin:0px 0px 0px 0px;}
*html #buybox p.geek-point-notice img					{padding-right:4px;}
*html #buybox											{margin-right:0px;}
*html .sku_checkbox label{width:80px;}
*html .sku_checkbox_item{width:105px;}
*html div.rightbox ul li p			{padding:0; margin:4px 12px 4px 0px; text-align:center;}
*html div.rightbox hr				{height:2px; border:none; padding:0px; background:url(/images/product_page/rightbox_hr.gif); margin:0px 0px;}

.ie7 #product-actions #add-to-wish-list .dropdown-options {
	padding-left: 0 !important;
	width: 134px !important;
	z-index: 100 !important;
}

.ie7 #product-actions #add-to-wish-list #wish-list-add-default, .ie7 #product-actions #add-to-wish-list #wish-list-add-another {
	z-index: 110 !important;
}

.ie7 #product-actions #add-to-wish-list .dropdown-options li {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.ie7 #product-actions .unauthenticated .note {
	background-color: #fff !important;
	z-index: 100 !important;
}

.ie6 #product-actions #add-to-wish-list .dropdown-options {
	z-index: 100 !important;
}

.ie6 #product-actions #add-to-wish-list #wish-list-add-default, .ie6 #product-actions #add-to-wish-list #wish-list-add-another {
	z-index: 110 !important;
}

