#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;}
