#mask {
	position:absolute;
	z-index:9000;
	background-color:#000;
	display:none;
}
#newDialog h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #106FA1;
	background-color: #06C;
	color: #FFF;
	padding-bottom: 3px;
	text-align: center;
}
#allegroDialog h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EA7526;
	background-color: #F90;
	color: #FFF;
	padding-bottom: 3px;
	text-align: center;
}

#newDialog input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	display: block;
	clear: left;
	float: left;
	height: 20px;
	width: 200px;
	margin-left: 15px;
	border: 1px solid #6297FB;
}
#allegroDialog input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	display: block;
	clear: left;
	float: left;
	height: 20px;
	width: 200px;
	margin-left: 15px;
	border: 1px solid #6297FB;
}

#newDialog #tumb {
	background-color: #FFF;
	display: block;
	height: 75px;
	width: 75px;
	padding: 5px;
	border: 1px solid #6297FB;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	float: left;
	text-align: center;
}
#allegroDialog #tumb {
	background-color: #FFF;
	display: block;
	height: 75px;
	width: 75px;
	padding: 5px;
	border: 1px solid #6297FB;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	float: left;
	text-align: center;
}
#allegroDialog label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	float: left;
	position: relative;
	margin-left: 16px;
	clear: left;
	margin-top: 5px;
}
#newDialog label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	float: left;
	position: relative;
	margin-left: 16px;
	clear: left;
	margin-top: 5px;
}

#newDialog textarea {
	height: 230px;
	width: 465px;
	display: block;
	clear: left;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
	resize:none;
	border: 1px solid #6297FB;
}
#allegroDialog textarea {
	height: 230px;
	width: 465px;
	display: block;
	clear: left;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
	resize:none;
	border: 1px solid #6297FB;
}


#newDialog #closeDialog {
	background-image: url(../images/buttonCloseRound30.png);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	position: absolute;
	top: -18px;
	right: -18px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#allegroDialog #closeAllegroDialog {
	background-image: url(../images/buttonCloseRound30.png);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	position: absolute;
	top: -18px;
	right: -18px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#newDialog #closeDialog:hover {
	background-position: 0px -30px;
	cursor: pointer;
}
#allegroDialog #closeAllegroDialog:hover {
	background-position: 0px -30px;
	cursor: pointer;
}


#newDialog {
	display: none;
	height: 480px;
	width: 500px;
	border: 3px solid #106FA1;
	float: left;
	position: absolute;
	left: 400px;
	top: 250px;
	z-index: 10000;
	background-image: url(../images/modalBcgBlue.png);
	background-repeat: repeat-x;
}
#allegroDialog {
	display: none;
	height: 480px;
	width: 500px;
	border: 3px solid #106FA1;
	float: left;
	position: absolute;
	left: 400px;
	top: 250px;
	z-index: 10000;
	background-repeat: repeat-x;
	background-image: url(../images/bkgYellowDialog.png);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}





#wrapper #main #center #itemBox #itemBoxMain ul li {
	list-style-image: url(http://img.forlessthanever.com/design/bullet.gif);
	margin-left: 70px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#wrapper #main #center #itemBox #itemBoxMain ul {
	width: 100%;
	text-align: left;
	padding: 0px;
}
.highlight  {
	border:2px solid #9F1319;
	background-color: #FCF;
	background-repeat: no-repeat;
	background-position: 2px;
}


#dialog #contactBox {
	background-color: #FFF;
	display: none;
	height: 410px;
	width: 500px;
	padding: 5px;
	position: absolute;
	z-index: 9999;
}
#dialog #allegroBox {
	background-color: #FFF;
	display: none;
	height: 510px;
	width: 500px;
	padding: 5px;
	position: absolute;
	z-index: 9999;
}
#dialog input  {
	display: block;
	height: 18px;
	width: 250px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#dialog label  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	display: block;
	height: 20px;
	width: 150px;
	background-color: #CCC;
	vertical-align: middle;
	padding: 2px;
}
#dialog textarea  {
	display: block;
	height: 250px;
	width: 480px;
}
#dialog h1  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	text-decoration: underline;
	background-color: #FFEA97;
	display: block;
	height: 28px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
#dialog .closeContactBox  {
	float: right;
	cursor: pointer;
}
#wrapper #main #left #leftBoxWhite #sItemBox {
	background-color: #FFF;
	display: block;
	height: 140px;
	width: 210px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#wrapper #main #left #leftBoxWhite #sItemBox #sItemBoxR h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #C00;
	padding-top: 25px;
}

#wrapper #main #left #leftBoxWhite #sItemBox #sItemBoxL {
	background-color: #FFF;
	display: block;
	float: left;
	height: 75px;
	width: 100px;
}
#wrapper #main #left #leftBoxWhite #sItemBox #sItemBoxR {
	background-color: #FFF;
	display: block;
	float: left;
	height: 75px;
	width: 100px;
	vertical-align: middle;
}
#wrapper #main #left #leftBoxWhite #sItemBox #sItemBoxB {
	background-color: #FFF;
	display: block;
	float: left;
	height: auto;
	width: 200px;
}
#wrapper #main #left #leftBoxWhite #sItemBox #sItemBoxB a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #00F;
	text-decoration: none;
}
#wrapper #main #center #itemBox #itemBoxMain table {
	margin: auto;
	border-collapse:collapse;
}
#wrapper #main #center #itemBox #itemBoxMain #selectSize {
	display: block;
	height: 50px;
	width: 400px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #main #center #itemBox #itemBoxMain #selectColor {
	display: block;
	min-height: 100px;
	width: 285px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#wrapper #main #center #itemBox #itemBoxMain table tr {
	background-color: #333;
	border: 1px solid #999;
}
#wrapper #main #center #itemBox #itemBoxMain table td {
	background-color: #333;
	border: 1px solid #999;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#wrapper #main #right #rightBox #rightBoxMain p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
#wrapper #main #center #fbCenter {
	display: block;
	height: 0px;
	width: 0px;
	text-align: left;
	padding-left: 5px;
	position: relative;
	top: -30px;
	left: 14px;
}
#newDialog .title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	display: block;
	float: right;
	height: 85px;
	width: 370px;
	position: relative;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: bold;
	color: #006;
}
#wrapper #main #center #itemBox #itemBoxMain .varColorORG {
	display: table-cell;
	vertical-align: bottom;
	float: left;
	height: 45px;
	width: 45px;
	position: relative;
	background-color: #FFF;
	border: 2px solid #CCC;
	margin: 3px;
	clear: none;
	
}

#wrapper #main #center #itemBox #itemBoxMain .varColor {
	display: table-cell;
	vertical-align: middle;
	height: 55px;
	width: 55px;
	background-color: #FFF;
	border: 2px solid #CCC;
	border-collapse:separate;
	border-spacing:10px 50px;
	
	
		
}



#wrapper #main #center #itemBox #itemBoxMain .notAvailable {
	display: table-cell;
	height: 55px;
	width: 55px;
	border: 2px solid #666;
	z-index: 0;
	background-color: #FFF;
	opacity:0.3;
}

#wrapper #main #center #itemBox #itemBoxMain .available {
	display: table-cell;
	height: 55px;
	width: 55px;
	border: 2px solid #096;
	z-index: 10;
	opacity:1;
}

#wrapper #main #center #itemBox #itemBoxMain .selected {
	display: table-cell;
	height: 55px;
	width: 55px;
	border: 2px solid #C00;
	z-index: 20;
	opacity:1;
}
#allegroDialog .title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#allegroDialog .allegroCommision {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}
.availableSize {
	color: #093;
}
#wrapper #main #right #rightBox #rightBoxMain #cartForm #jItemPrice {
	display: none;
}
