#itoris-wishlist-popup-box {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:15000;
}
#itoris-wishlist-popup-mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15000;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background-color: #666666;
	filter: alpha(opacity=90);
}
#itoris-wishlist-popup {
	z-index: 15001;
	border:none;
	position: fixed;
	width: 500px;
	overflow: auto;
	background-color: #f8f7f5;
	top: 182.5px;
	left:50%;
	margin: 0 0 0 -250px;
	border:1px solid #FFFFFF;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666
}

#itoris-wishlist-radiostack {
	margin-left: 20px !important;
	font: bold 12px/19px Arial, Helvetica, sans-serif;
	text-align: left;
}
#itoris-wishlist-popup-buttons {
	width: 100%;
	text-align: right;
	border-top:1px solid #AAAAAA;
	margin-top: 50px;
	padding: 5px 0;
}
#itoris-wishlist-popup-buttons button {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 0;
	overflow: visible;
	padding: 0;
	width: 110px;
}
#itoris-wishlist-popup-buttons button span {
	cursor: pointer;
	background: none repeat scroll 0 0 #618499;
	border: 1px solid #406a83;
	color: #FFFFFF;
	display: block;
	font: bold 12px/19px Arial, Helvetica, sans-serif;
	height: 19px;
	padding: 0 8px;
	text-align: center;
	white-space: nowrap;
}
#itoris-wishlist-popup-buttons button span span {
	border: 0 none;
	padding: 0;
}
/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #d4d0c8;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #d4d0c8;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar .nav {
  background: transparent url(http://www.performance-pcs.com/js/calendar/menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #848078;
  color: #fff;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #f4f0e8;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background-color: #e4e0d8;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #c4c0b8;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #f4f0e8;
}

.calendar tbody .rowhilite td {
  background: #e4e0d8;
}

.calendar tbody .rowhilite td.wn {
  background: #d4d0c8;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  padding: 2px 2px 0px 2px;
  background: #e4e0d8;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #f4f0e8;
  padding: 1px;
  border: 1px solid #000;
  background: #848078;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #e4e0d8;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #c4c0b8;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar .combo .hilite {
  background: #048;
  color: #fea;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #766;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

/* Overlay and loading-masks====================================================================================*/
#smartlogin {text-align: left;}
#smartlogin .overlay-modal			{position:fixed; top:0; left:0; z-index:10000; width:100%; height:100%; opacity:0.6; background:url(http://www.performance-pcs.com/js/itoris/smartlogin/images/overlay-modal-background.png)  scroll 0 0 transparent; filter:alpha(opacity=60); }

#smartlogin .loading-mask			{background-image:url(http://www.performance-pcs.com/js/itoris/smartlogin/images/loading-mask-background.png); background-repeat:repeat; z-index:10004; border:none; position:fixed; overflow:visible; width:315px; left:50%; margin:-162px 0 0 -157px; }
#smartlogin .loading-mask .corner-top-left, #smartlogin .loading-mask .corner-top-right, #smartlogin .loading-mask .corner-bottom-left, #smartlogin .loading-mask .corner-bottom-right {position: absolute;width: 5px;height: 5px;}
#smartlogin .loading-mask .corner-top-left, #smartlogin .loading-mask .corner-top-right {top: -5px;}
#smartlogin .loading-mask .corner-top-left {left: -5px;background-image: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/loading-mask-corner-top-left.png);}
#smartlogin .loading-mask .corner-top-right {right: -5px;background-image: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/loading-mask-corner-top-right.png);}
#smartlogin .loading-mask .corner-bottom-left, #smartlogin .loading-mask .corner-bottom-right {bottom: -5px;}
#smartlogin .loading-mask .corner-bottom-left {left: -5px;background-image: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/loading-mask-corner-bottom-left.png);}
#smartlogin .loading-mask .corner-bottom-right {right: -5px;background-image: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/loading-mask-corner-bottom-right.png);}
#smartlogin .loading-mask .background-top, #smartlogin .loading-mask .background-left, #smartlogin .loading-mask .background-right, #smartlogin .loading-mask .background-bottom {position: absolute;background-image: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/loading-mask-background.png);background-repeat: repeat;}
#smartlogin .loading-mask .background-top, #smartlogin .loading-mask .background-bottom {left: 0px;right: 0px;height: 5px;}
#smartlogin .loading-mask .background-top {top: -5px;}
#smartlogin .loading-mask .background-bottom {bottom: -5px;}
#smartlogin .loading-mask .background-left, #smartlogin .loading-mask .background-right {top:0px;bottom:0px;width:5px;}
#smartlogin .loading-mask .background-left {left: -5px;}
#smartlogin .loading-mask .background-right {right: -5px;}
#smartlogin .loading-mask-log		{margin:-152px 0 0 -157px; top:50%; height:290px;}
#smartlogin .loading-mask-reg		{margin:-230px 0 0 -157px; height:456px; top:50%;}
#smartlogin .loading-mask img	{position:absolute; margin:-16px; top:50%; left:50%; }
#smartlogin .loading-mask-ret		{margin:-90px 0 0 -157px; height:170px; top:50%;}

/* Smartform====================================================================================*/
#smartlogin .smartform									{border:medium none; position:fixed; overflow:hidden; color:#333333; font-family:Arial,Tahoma,sans-serif; font-size:11px; font-weight:bold; z-index:10001; left:50%; top:50%; width:0; height:0;  }
#smartlogin .smartform.dialog-log						{background:url(http://www.performance-pcs.com/js/itoris/smartlogin/images/login-background.png) 0 0 transparent; /*#c7c7c6; */margin:-162px 0 0 -157px; }
#smartlogin .smartform.dialog-reg						{margin:-262px 0 0 -157px; }
#smartlogin .smartform.dialog-ret						{background:url(http://www.performance-pcs.com/js/itoris/smartlogin/images/retrieve-background.png) 0 0 transparent; margin:-102px 0 0 -157px; }

.calendar {z-index: 15000;}
#smartlogin .smartform.dialog {background-image: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/form-background-top.png);background-repeat: repeat-x;background-position: top;background-color: #ffffff;/*	overflow: visible;*/}
#smartlogin .smartform .corner-top {position: absolute;top: -15px;width: 15px;height: 15px;}
#smartlogin .smartform .corner-top.left {left: -10px;background-image: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/form-background-corner-top-left.png);}
#smartlogin .smartform .corner-top.right {right: -10px;background-image: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/form-background-corner-top-right.png);}
#smartlogin .smartform.dialog .shadow-top {height: 15px;background-image: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/form-shadow-top.png);background-repeat: repeat-x;position: absolute;top: -15px;left: 5px;right: 5px;}
#smartlogin .smartform .corner-bottom {position: absolute;bottom: -15px;width: 15px;height: 15px;}
#smartlogin .smartform .corner-bottom.left {left: -10px;background-image: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/form-background-corner-bottom-left.png);}
#smartlogin .smartform .corner-bottom.right {right: -10px;background-image: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/form-background-corner-bottom-right.png);}
#smartlogin .smartform.dialog {position: absolute;}
#smartlogin .smartform.dialog .shadow-bottom {height: 15px;background-image: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/form-shadow-bottom.png);background-repeat: repeat-x;position: absolute;bottom: -15px;left: 5px;right: 5px;}
#smartlogin .smartform.dialog .shadow-left {top: 0px;bottom: 0px;left: -10px;width: 10px;position:absolute;background-image: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/form-shadow-left.png);background-repeat: repeat-y;}
#smartlogin .smartform.dialog .shadow-right {position:absolute;top: 0px;bottom: 0px;right: -10px;width: 10px;background-image: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/form-shadow-right.png);background-repeat: repeat-y;}
#smartlogin .dialog .title {position: absolute;top: -5px;height: 36px;background-image: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/form-title-background.png);}
#smartlogin .dialog .title {font-family:Arial,Tahoma,sans-serif; font-size:17px; font-weight:bold; color:#666666;}
#smartlogin .dialog .title .background {height: 36px;}
#smartlogin .dialog .title .background.left {margin-left: -6px;float: left;width: 6px;	background-image: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/form-title-background-left.png);}
#smartlogin .dialog .title .background.right {margin-right: -6px;background-image: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/form-title-background-right.png);background-position: right;background-repeat: no-repeat;padding: 0px 8px 0 0;}
#smartlogin .dialog .title .background.right span{padding:4px 0;margin:0;display: inline-block;}
#smartlogin .dialog .title span {margin: 5px 90px 5px 5px;}
#smartlogin .dialog .content {width: 90%;margin: 50px auto;margin-bottom: 0;}
#smartlogin .dialog .close {position: absolute;top: 0;right: 5px;margin: 0;}
#smartlogin .dialog .content ul li {display: inline-block;height: 68px;margin-left: 18px;width: 226px;}
#smartlogin .dialog .content ul li .label, #smartlogin .dialog .content ul li .field {margin-left: 0;}
#smartlogin .dialog .required em {color: #FF9966;}
#smartlogin .dialog .note {color: #999999;}
#smartlogin .dialog .buttons {margin: 15px auto;width: 90%;}\
#smartlogin .dialog .checkbox-div input {margin-top:0;}
#smartlogin .smartform.dialog .calendar-trig, #smartlogin .smartform.dialog .date-trig {position:absolute;cursor:pointer;top: 1px;right: 10px;width: 30px;height: 30px;background-image: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/calendar.png);}
#smartlogin .smartform.dialog .date-trig {position: relative;width: 25px;height: 25px;left:-33px;top:5px;}

#smartlogin .dialog .content .field input, #smartlogin .dialog .content .field select {	position: relative;}

#smartlogin .smartform .field  {margin-left:18px; margin-top:4px; background:url(http://www.performance-pcs.com/js/itoris/smartlogin/images/input-back-norm.png) no-repeat  0 0 transparent; height:33px; width:226px; border:0; position:relative;}

#smartlogin .smartform .field *, #smartlogin .dialog.custom-reg-form .input-box *	{background:none;}
#smartlogin .smartform .field input, #smartlogin .smartform .field select {position:absolute; top:9px; left:5px; margin-bottom:5px; margin-top:0; width:217px; height:15px; border:0; background:none repeat scroll 0 0 transparent; padding: 0 !important; color: #fff; }
#smartlogin .smartform .field-error						{background:url(http://www.performance-pcs.com/js/itoris/smartlogin/images/input-back-incorrectly.png) repeat-x scroll 0 0 transparent; }

#smartlogin .smartform .field.dob input, #smartlogin .dialog.custom-reg-form .input-box input.date { width: 115px;}

#smartlogin .smartform .dialog-header					{margin-left:111px; margin-top: 16px; float:left; font-family:Arial,Tahoma,sans-serif; font-size:17px; font-weight:bold; color:#666666;overflow: hidden;}
#smartlogin .smartform .dialog-header.ret				{margin-left:61px}
#smartlogin .smartform .smart-centre					{margin-top:65px; margin-left:24px; }
#smartlogin .smartform .smart-centre .please-login		{color: #000000;text-align:left; margin-top:7px; margin-left:14px; overflow:hidden; height:15px; }
#smartlogin .smartform .smart-centre .label, #smartlogin .dialog .content .label,
#smartlogin .dialog.custom-reg-form .field label {text-align:left; margin-top:12px; margin-left:18px; font-size:12px; color:#000000;}
#smartlogin .dialog.custom-reg-form .field label {margin-left: 0;}
#smartlogin .smartform .smart-centre .label span,
#smartlogin .dialog.custom-reg-form .field label em {color:#ff9966; }
#smartlogin .smartform .smart-centre .reg				{margin-top:5px; }
#smartlogin .smartform .smart-centre .checkbox-div		{margin-left:18px; margin-top:6px; vertical-align:middle;}
#smartlogin .smartform .smart-centre .checkbox-div *	{margin:0; padding:0;}
#smartlogin .smartform .smart-centre .checkbox-div *	{display:none;}
#smartlogin .smartform .smart-centre .checkbox-div input,
#smartlogin .smartform .smart-centre .checkbox-div span {display:inline; color:#444444; margin-top:0;}

#smartlogin .smartform .smart-centre .req				{margin-top:10px; margin-left:18px; font-weight:bold; color:#999999; }
#smartlogin .smartform .smart-centre .account-info      {margin-top:69px; height: 197px;}
#smartlogin .smartform .smart-centre .account-password  {height: 115px;}

#smartlogin .smartform .smart-centre a.forgot			{padding-top:10px; color:#ff6600; cursor:pointer; font:bold 11px Arial,Helvetica,sans-serif; margin-left:10px; }
#smartlogin .smartform .smart-centre a.log-in			{margin-left:18px; color:#0099cc; cursor:pointer; font:bold 11px Arial,Helvetica,sans-serif; }
#smartlogin .smartform .smart-footer .login-link		{margin-top:13px; }

#smartlogin .smartform .smart-footer					{margin:15px 0px 10px 0px; width:245px; height:55px; }
#smartlogin .smartform button.btn-submit				{background:none repeat scroll 0 0 transparent; border:0; cursor:pointer; margin-left:44px; margin-top:-8px; overflow:visible; padding:0; height:33px; text-align:left; width:81px; float:right; }
#smartlogin .smartform button.btn-submit.retrievebutton	{margin-left: 20px; float:right;}
#smartlogin .smartform button.btn-submit.loginbutton	{margin-left: 25px; float: right;}
#smartlogin .smartform button.btn-submit span 			{cursor:pointer; background:url(http://www.performance-pcs.com/js/itoris/smartlogin/images/button-normal.png) no-repeat scroll 0 0 transparent; border:none; color:#727272; display:block; font:bold 12px/19px Arial,Helvetica,sans-serif; width:61px; height:33px; padding:0 9px; text-align:center; white-space:nowrap; border-radius:7px; }
#smartlogin .smartform button.btn-submit span span 		{background:none repeat scroll 0 0 transparent; height:15px; border:0 none; padding-top:7px; padding-left:0; padding-right:0; }
#smartlogin .smartform button.btn-submit:hover span 	{background:url(http://www.performance-pcs.com/js/itoris/smartlogin/images/button-active.png) no-repeat scroll 0 0 transparent; color:#ffffff; }
#smartlogin .smartform button.btn-submit:hover span span{background:none repeat scroll 0 0 transparent; }

/* Errorform====================================================================================*/
#smartlogin .error							{border:none; position:fixed; overflow:visible; top:50%; text-align:center; font-size:14px; font-weight:bold; display:none; height:140px; left:50%; z-index:10008; margin-top:-70px; }
#smartlogin .error .error-left				{background:url(http://www.performance-pcs.com/js/itoris/smartlogin/images/error-window-left.png) no-repeat 0 0; display:block;height: 132px;width: 38px; float:left;}
#smartlogin .error .error-right				{background:url(http://www.performance-pcs.com/js/itoris/smartlogin/images/error-window-right.png) no-repeat 0 0; display:block;height: 132px;width: 39px; float:right;}
#smartlogin .error .error-center			{background:url(http://www.performance-pcs.com/js/itoris/smartlogin/images/error-window-center.png) repeat-x 0 0; display:block;height: 132px; margin-left:38px; margin-right:39px;}
#smartlogin .error .error-center .error-text{margin: 0; color:#f25016;font-size:14px; font-weight:bold;padding-top: 55px;}

#smartlogin button.close-error				{background:none repeat scroll 0 0 transparent; border:0; cursor:pointer; margin-top:15px; overflow:visible; padding:0; text-align:left; }
#smartlogin button.close-error *			{background:none; border:0; margin:0; padding:0; }
#smartlogin button.close-error div 		    {cursor:pointer; background:url(http://www.performance-pcs.com/js/itoris/smartlogin/images/error-close-normal.png) no-repeat scroll 0 0 transparent; width:18px; height:18px; float:right;}
#smartlogin button.close-error:hover div 	{background:url(http://www.performance-pcs.com/js/itoris/smartlogin/images/error-close-active.png) no-repeat scroll 0 0 transparent; }
#smartlogin .close-error  					{cursor:pointer; background:url(http://www.performance-pcs.com/js/itoris/smartlogin/images/error-close-normal.png) no-repeat scroll 0 0 transparent; width:18px; height:18px; float:right; margin-top:15px; margin-right:17px; }
#smartlogin .close-error:hover 			 	{background:url(http://www.performance-pcs.com/js/itoris/smartlogin/images/error-close-active.png) no-repeat scroll 0 0 transparent; }
#smartlogin a span {color: inherit}
#smartlogin input {outline: none}

#smartlogin .dialog.custom-reg-form input, #smartlogin .dialog.custom-reg-form select {
	position:relative; margin:0; width:254px; height:20px; left: 0; top:0; border: 1px solid #B6B6B6;padding: 0; color: #000000;
	height: 33px;
}
#smartlogin .dialog.custom-reg-form input[type=text], #smartlogin .dialog.custom-reg-form input[type=password], #smartlogin .dialog.custom-reg-form textarea{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/input-background.png) repeat-x !important;
}
#smartlogin .dialog.custom-reg-form input[type=text], #smartlogin .dialog.custom-reg-form input[type=password] {text-indent:5px; line-height:28px;}
#smartlogin .dialog.custom-reg-form select {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size:12px;
	height: auto;
	padding:8px !important;
	background: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/input-background.png) repeat-x !important;
}
#smartlogin .dialog.custom-reg-form input[type=checkbox] {border:none;}
#smartlogin .dialog.custom-reg-form input[type=file] {height:24px !important;}
#smartlogin .dialog.custom-reg-form input.date {width: 234px;}
#smartlogin .dialog.custom-reg-form .field {background: none; height:auto; width: 260px; margin-right: 10px;clear:none;float:left;}
#smartlogin .dialog.custom-reg-form .content ul li {height: auto; width: 860px;}
#smartlogin .dialog.custom-reg-form .field label {float:none;}
#smartlogin .dialog.custom-reg-form .field .note {padding: 0;}
#smartlogin .dialog.custom-reg-form a.log-in {color:#0099cc;}
#smartlogin .dialog .field .reload-captcha {height: 16px; width: 16px;	background-image: url(http://www.performance-pcs.com/js/itoris/smartlogin/images/refresh.gif); cursor: pointer; float: left;}
#smartlogin .dialog.custom-reg-form .field-error {background: none; }
#smartlogin .dialog.custom-reg-form .field-error input, #smartlogin .dialog .field-error select {border: 1px solid red;}
#smartlogin .dialog.custom-reg-form input.itoris-smartlogin-form-checkbox {position: relative;margin-top: 4px;}
#smartlogin .dialog.custom-reg-form .content ul li.itoris-smartlogin-form-2cols {width: 574px;}
#smartlogin .dialog.custom-reg-form .content ul li.itoris-smartlogin-form-1col {width: 287px;}
#smartlogin_captcha {margin-bottom:30px;}
#smartlogin .captcha-image {display: block; float: none;margin-top:20px;width: 224px;}
#smartlogin #smarlogin-captcha-reload {cursor: pointer;right: 45px;}
#smartlogin-register-form #recaptcha_widget_div {margin-left: 17px;}
#smartlogin-register-form .buttons {margin-top: 40px !important;}
.itoris-dropdown {
	position: relative;
	border: 1px solid #414141;
	background-color: #000;
	color: #fff;
	width: 90%;
	cursor:pointer;
}
.itoris-dropdown .arrow {
	background-image: url(http://www.performance-pcs.com/js/itoris/dropdown-arrow.png);
	width: 19px;
	height: 17px;
	position: absolute;
	right: 4px;
	top: 3px;
	margin: 0;
}
.itoris-dropdown .options {
	/*height: 100px;*/
	background-color: #000;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
	top: 23px;
	left: -1px;
	border: 1px solid #b6b6b6;
	position: absolute;
	z-index: 130;
	min-width:100%;
}
.itoris-dropdown .selected-option-text {
	margin: 3px 25px 3px 3px;
	white-space:nowrap;
	color: #fff;
	position: relative;
	z-index: 101;
	height: 18px;
	overflow: hidden;
}
.itoris-dropdown .options .option {
	width: auto;
	height: 20px;
	margin: 0 !important;
	cursor:pointer;
}
.itoris-dropdown .options .option:hover {
	background-color: #333333;
}
.itoris-dropdown .options .option.disabled:hover {
	background-color: transparent;
}
.itoris-dropdown .options .option .label {
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	white-space: nowrap;
}
.itoris-dropdown .options .option .label a {
	margin-left: 10px;
	color:#FFD284;
}
.option a.customoption-product-link {color:#FFD284;}
.itoris-dropdown .options .option .label a:hover, .option a.customoption-product-link:hover {color:#7DB4FF;}
.itoris-dropdown .options .option.disabled, .itoris-dropdown .options .option.disabled .label,
.product-options .options-list .disabled .label {color:#808080;cursor: default;}
.customoption-product-details-popup {
	position: absolute;
	background-color: #d3d3d3;
	width: 400px;
	padding: 8px;
	color: #000;
	z-index: 100000;
	text-align: justify;
}
.customoption-product-details-popup img {
	float: left;
	border: 1px solid #2f4f4f;
	margin: 0 8px 8px 0;
}
#product-options-wrapper {position:relative; z-index:15;}
span.customoption-out-of-stock {
	color: #ff0000;
}

#confirmBox .itoris-dropdown {
	font-size: 12px;
	text-shadow: none;
	line-height: 18px;
}
.customoption-product-details-popup.swatch-image-popup {width: auto;}
.customoption-product-details-popup.swatch-image-popup img {margin:0;}
#itoris_qa{
	width: 620px;
	margin: auto;
	margin-top: 20px;
	font-family: Arial;
	position: relative;
}

#itoris_qa_logo{
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 43px;
	height: 16px;
	background-image: url('http://www.performance-pcs.com/js/itoris/productqa/sharp/images/logo.png');
	cursor: pointer;
}

#itoris_qa_label{
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	margin-left: 3px;
}

#itoris_qa .input-text{
	width: 473px;
}

#itoris_qa .text_expand, #itoris_qa_sort_text{
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-size: 12px;
}

#itoris_qa .text_expand{
	margin-left: 65px;
}

#itoris_qa_sort_text{
	margin-left: 8px;
}

#itoris_qa .expand_img{
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	margin-left: 3px;
	width: 12px;
	height: 12px;
	cursor: pointer;
	background-image: url('http://www.performance-pcs.com/js/itoris/productqa/sharp/images/expand.png');
}

#itoris_qa .collapse_img{
	background-image: url('http://www.performance-pcs.com/js/itoris/productqa/sharp/images/collapse.png');
}

#itoris_qa_select{
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 227px;
	height: 20px;
	font-size: 11px;
	margin-left: 5px;
	position: relative;
	cursor: pointer;
	background-color: #ffffff;
	z-index: 6;
	float: right;

}

#itoris_qa .space_5{
	height: 5px;
}

*+html #itoris_qa_select{
	top: -23px;
}

#itoris_qa_select_text{
	width: 201px;
	height: 15px;
	margin-left: 5px;
	margin-top: 3px;
	float: left;
	overflow: hidden;
}

#itoris_qa_select_img{
	width: 11px;
	height: 6px;
	background-image: url('http://www.performance-pcs.com/js/itoris/productqa/sharp/images/select.png');
	float: right;
	margin-top: 6px;
	margin-right: 10px;
}

#itoris_qa .select_up{
	background-image: url('http://www.performance-pcs.com/js/itoris/productqa/sharp/images/select_up.png');
}

#itoris_qa_select ul{
	width: 100%;
	position: absolute;
	background-color: #dfe7ea;
	top: 20px;
	left: -1px;
	z-index: 5;
}

#itoris_qa_select ul li{
	padding-left: 3px;
}

#itoris_qa .li_hover{
	background-color: #a7c7dc;
}

#itoris_qa_body{
	width: 616px;
	position: relative;
	border-width: 2px;
	border-style: solid;
	border-bottom-width: 38px;
}

#itoris_qa .body_empty{
	border-bottom-width: 2px;
	height: 50px;
}

#itoris_qa .space_20{
	height: 20px;
}

#itoris_qa .space_15{
	height: 15px;
}

#itoris_qa .question{
	width: 582px;
	margin: 0 auto;
	margin-bottom: 2px;
	overflow: hidden;
	cursor: pointer;
	background-repeat: repeat-x;
	position: relative;
}

#itoris_qa .q_border_r{
	top: 0px;
	right: 0px;
	width: 2px;
	height: 100%;
	position: absolute;
	z-index: 5;
}

#itoris_qa .q_border_l{
	top: 0px;
	left: 0px;
	width: 2px;
	height: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 5;
}

#itoris_qa .q_text{
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	margin-left: 15px;
	width: 430px;
}

#itoris_qa .q_text div, #itoris_qa .answer_text div{
	height: 100%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	overflow: hidden;
	vertical-align: top;
}

#itoris_qa .qa{
	width: 20px;
}

#itoris_qa .qa_text{
	width: 400px;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#itoris_qa .answer_text .qa_text{
	width: 540px;
}

#itoris_qa .text_red, #itoris_qa .text_black, #itoris_qa .text_blue{
	font-size: 12px;
	font-weight: bold;
}

#itoris_qa .q_answers{
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 65px;
	height: 20px;
	margin: 2px;
	margin-left: 55px;
	margin-right: 8px;
	text-align: center;
}

#itoris_qa .answers{
	width: 584px;
	margin: -2px auto;
	margin-bottom: 20px;
}

#itoris_qa .q_info_block{
	height: 35px;
	position:relative;
}

#itoris_qa .button_answer_question{
	background: url(http://www.performance-pcs.com/js/itoris/productqa/sharp/images/answer_question.png) 0 0;
	width: 140px;
	height: 28px;
	cursor: pointer;
	margin-right: 4px;
	margin-top: 3px;
}

#itoris_qa .float_right{
	float: right;
}

#itoris_qa .button_answer_question:hover{
	background-position: 0 -28px;
}

#itoris_qa .q_info{
	margin-left: 20px;
	margin-top: 6px;
	margin-top: 6px;
	float: left;
}

#itoris_qa .info{
	color: #666666;
}

#itoris_qa .icon_good, #itoris_qa .icon_bad, #itoris_qa .icon_inappr{
	display: inline-block;
	zoom: 1;
	*display: inline;
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;
	width: 23px;
	height: 20px;
	vertical-align: middle;
	background-position: 0 0;
}

#itoris_qa .icon_good{
	background-image: url('http://www.performance-pcs.com/js/itoris/productqa/sharp/images/good.png');
}

#itoris_qa .icon_bad{
	background-image: url('http://www.performance-pcs.com/js/itoris/productqa/sharp/images/bad.png');
}

#itoris_qa .icon_inappr{
	background-image: url('http://www.performance-pcs.com/js/itoris/productqa/sharp/images/inappr.png');
}

#itoris_qa .icon_good:hover, #itoris_qa .icon_bad:hover, #itoris_qa .icon_inappr:hover{
	background-position: 0 -20px;
}

#itoris_qa .answer{
	margin-top: 10px;
}

#itoris_qa .a_info_block{
	height: 25px;
}

#itoris_qa .a_info{
	float: right;
}

#itoris_qa .form_box{
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

#itoris_qa .form .label{
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 120px;
	text-align: right;
	vertical-align: top;
}

#itoris_qa .form .label span{
	color: #ec3f15;
}

#itoris_qa .form .value{
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-right: 10px;
	margin-left: 3px;
	margin-top: 2px;
}

#itoris_qa .form .value span{
	font-size: 10px;
}

#itoris_qa .form .value a{
	color: #000000;
	font-size: 12px;
}

#itoris_qa .hide_answer_form{
	position: absolute;
	background-color: #ffffff;
	right: 0px;
	bottom: 0px;
	width: 140px;
	height: 32px;
}

#itoris_qa .button_hide_answer_form{
	margin: 4px 15px 0 -5px;
}

#itoris_qa .button_hide_form{
	width: 120px;
	height: 28px;
	margin-left: 10px;
	background: url(http://www.performance-pcs.com/js/itoris/productqa/sharp/images/hide_form.png) 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
}

#itoris_qa .button_hide_form:hover{
	background-position: 0 -28px;
}

#itoris_qa .ask_questions{
	position: absolute;
	right: 0px;
	bottom: -36px;
	background-color: #ffffff;
	height: 36px;
	width: 180px;
}

#itoris_qa .ask_questions_empty{
	bottom: 3px;
}

#itoris_qa .ask_questions_hide{
	width: 142px;
}

#itoris_qa .button_ask_questions{
	width: 158px;
	height: 28px;
	margin-left: 10px;
	background-position: right;
	background-repeat: no-repeat;
	background: url(http://www.performance-pcs.com/js/itoris/productqa/sharp/images/ask_questions.png) 0 0;
	cursor: pointer;
}

#itoris_qa .button_ask_questions:hover {
	background-position: 0 -28px;
}

#itoris_qa .button_add_question{
	background: url(http://www.performance-pcs.com/js/itoris/productqa/sharp/images/add_question.png) 0 0;
	width: 158px;
	height: 28px;
	cursor: pointer;
}

#itoris_qa .button_add_question:hover{
	background-position: 0 -28px;
}

#itoris_qa_loading{
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
	left: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #f5f0ea;
	z-index: 100;
}

#itoris_qa_loading div{
	font-size: 16px;
	font-weight: bold;
	margin-left: -30px;
	margin-top: 5px;
	color: #7d7d7d;
	position: absolute;
	top: 50%;
	left: 50%;
}

#itoris_qa_loading .loader{
	margin: 0 auto;
	margin-top: -45px;
	margin-left: -16px;
	z-index: 110;
	height: 31px;
	width: 31px;
	background-image: url('http://www.performance-pcs.com/js/itoris/productqa/ajax-loader.gif');
	background-position: center;
	background-repeat: no-repeat;
}

#itoris_qa_pages{
	position:absolute;
	bottom: -23px;
	left: 13px;
	font-weight: bold;
}

#itoris_qa_pages span{
	cursor: pointer;
}

#itoris_qa_alert_back{
	height: 100%;
	width: 100%;
	left:0;
	top:0;
	background-color: #c5c5c6;
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: fixed;
	z-index: 1000;
}

#itoris_qa_alert{
	width: 280px;
	height: 120px;
	background-color: #ffffff;
	border: 2px solid #666666;
	position: fixed;
	margin-left: -140px;
	left: 50%;
	margin-top: -100px;
	top: 50%;
	z-index: 1001;
}

#itoris_qa_alert .message{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 25px 5px 10px 5px;
	text-align: center;
}

#itoris_qa_alert .button_box{
	position: absolute;
	bottom: 4px;
	left: 4px;
	right: 4px;
	background-color: #ebebeb;
	height: 40px;
}

#itoris_qa_alert .button_ok{
	background-image: url('http://www.performance-pcs.com/js/itoris/productqa/sharp/images/button_ok.png');
	width: 71px;
	height: 28px;
	cursor: pointer;
	margin: 6px auto;
}

#itoris_qa .newsletter-email .value, #itoris_qa .notify-email .value  {
	color: #9c9c9c;
	font-style: italic;
	margin: 0;
	padding: 0;
}
#itoris_qa .newsletter-email .active, #itoris_qa .notify-email .active {
	color: #000000;
	font-style: normal;
}
.itoris_qa_add_first_q_link {
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
	text-decoration: underline;
	cursor: pointer;
	color: #1E7EC8;
}
.itoris_qa_add_first_q_link:hover {
	text-decoration: none;
}
#itoris_qa  .q_info_block_subscribe {
	height: 85px;
}
#itoris_qa  .q_info_block_subscribecustomer {
	height: 55px;
}
#itoris_qa .qa_subscribe_box {
	clear:both;
	margin: 5px 0 0 18px;
}
#itoris_qa .q_info_block .validation-advice {
	margin: 0 15px;
}
#itoris_qa_label{
	color: #010101;
}

#itoris_qa .text_expand, #itoris_qa_sort_text{
	color: #666666;
}

#itoris_qa_select, #itoris_qa_select ul{
	border: 1px solid #cdcdcd;
	color: #4e4e4e;
}

#itoris_qa_select ul{
	border-color: #b6b6b6;
	background-color: #b6b6b6;
	color: #ffffff;
}

#itoris_qa .li_hover{
	background-color: #ffffff;
	color: #000000;
}
#itoris_qa_select_img{
	background-image: url('http://www.performance-pcs.com/js/itoris/productqa/sharp/black/images/select.png');
}

#itoris_qa .select_up{
	background-image: url('http://www.performance-pcs.com/js/itoris/productqa/sharp/black/images/select_up.png');
}

#itoris_qa_body{
	border-color: #333333;
	background-color: #cccccc;
}

#itoris_qa .form_box{
	background-color: #333333;
}

#itoris_qa .question{
	border: 1px solid #000000;
	background-image: url('http://www.performance-pcs.com/js/itoris/productqa/sharp/black/images/background.png');
	background-color: #505050;
	color: #9c9c9c;
}

#itoris_qa .q_border_r{
	background-image: url('http://www.performance-pcs.com/js/itoris/productqa/sharp/black/images/right_border.png');
}

#itoris_qa .q_border_l{
	background-image: url('http://www.performance-pcs.com/js/itoris/productqa/sharp/black/images/left_border.png');
}

#itoris_qa .text_red{
	color: #f14200;
}

#itoris_qa .question_answers{
	border: 1px solid #8f8f8f;
	border-bottom-color: #d9d9d9;
	border-right-color: #d9d9d9;
	background-color: #cbcbcb;
}

#itoris_qa .q_info_block{
	background-color: #999999;
}

#itoris_qa .info .red{
	font-style: italic;
	color: #000000;
}

#itoris_qa .info .gray{
	color: #333333;
}

#itoris_qa .text_blue{
	color: #31669c;
}

#itoris_qa .a_info_block .red{
	color: #6599c9;
}

#itoris_qa_pages{
	color: #606060;
}

#itoris_qa .form .label, #itoris_qa .form .value span, #itoris_qa .form .value, #itoris_qa .form .value a{
	color: #ffffff;
}

#itoris_qa .form .label span, #itoris_qa_pages .active{
	color: #e33405;
}

#itoris_qa .ask_questions, #itoris_qa .hide_answer_form{
	background-color: #cccccc;
}

#itoris_qa .button_hide_form{
	background-image: url('http://www.performance-pcs.com/js/itoris/productqa/sharp/black/images/hide_form.png');
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.performance-pcs.com/js/amasty/amcustomerimg/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.performance-pcs.com/js/amasty/amcustomerimg/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#mageworxLightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#mageworxLightbox img{ width: auto; height: auto;}
#mageworxLightbox a img{ border: none; }

#mageworxOuterImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#mageworxImageContainer{ padding: 10px; }

#mageworxLoading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#mageworxHoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#mageworxImageContainer>#mageworxHoverNav{ left: 0;}
#mageworxHoverNav a{ outline: none;}

#mageworxPrevLink, #mageworxNextLink{ width: 49%; height: 100%; display: block; }
#mageworxPrevLink { left: 0; float: left;}
#mageworxNextLink { right: 0; float: right;}
#mageworxPrevLink:hover, #mageworxPrevLink:visited:hover { background: url(http://www.performance-pcs.com/js/mageworx/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#mageworxNextLink:hover, #mageworxNextLink:visited:hover { background: url(http://www.performance-pcs.com/js/mageworx/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#mageworxImageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#mageworxImageData{	padding:0 10px; color: #666; }
#mageworxImageData #mageworxImageDetails{ width: 70%; float: left; text-align: left; }	
#mageworxImageData #mageworxCaption{ font-weight: bold;	}
#mageworxImageData #mageworxNumberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#mageworxImageData #mageworxBottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#mageworxOverlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
