.floatRight{
	float: right;
}
.floatLeft{
	float: left!important;
}
/* transparent box */
.transparentBox{
	position: relative;
	width: 100%;
	height: 100%;
}
.transparentBg{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.homeText{
	color: #DFDFDF;
}
.homeText h1{
	font-size: 25pt!important;
}
.transparentBody{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.red, .txtcartProgressCurrent{
	color: #EC1E22!important;
}
.padding10{
	padding: 10px;
}
.padding25{
	padding: 25px;
}
.gray{
	color: #999999;	font-family: Verdana,Arial,sans-serif;	font-size: 11px;	text-transform: uppercase;
}a:hover.gray{	color: #fff;	text-decoration: underline;}
.darkGray{
	color: #414141!important;
}
.smallCaps{
	font-variant: small-caps!important;
}
.leftGap{
	margin-left: 10px;
}
.Title {
	padding: 5px 20px;
	border-bottom: solid 1px #414141;
	margin-bottom: 10px;
}
.Title h1{
	color: #959595;
	font: normal 16pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.bold{
	font-weight: bold;
}
.productBox{
/*	width: 211px;
	height: 180px;
	position: relative; */
	height:460px;
	margin-right:10px;
	position:relative;
	width:280px;
}
.product_desc{
	padding: 5px 10px;
	font-size: 8pt;
}
.product_desc h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
}
.prodImage{
	/*height: 280px;*/
}
.center{
	text-align: center;
}
.overflowAuto{
	overflow: auto;
}
.price{
	color: #111111 !important;
	font-size:12px;
	padding: 4px;
	float: right;
	/*
	left: 0;
	position: absolute;
	top: 0;
	*/
}
a.txtLink:hover{
	color: #EC1E22!important;
}
.pagination{
	text-align: right;
	padding: 5px 10px;
}
.pagination strong{
	color: #EC1E22!important;
}
.textbox{
	padding: 5px;
	border: solid 1px #8C8C8C;
	font: normal 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.textbox:focus{
	border: solid 1px #EC1E22;
}
.tdcartTitle{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #959595;
	font-size: 15pt;
}
a.txtButton, .submit, a.txtButtonSmall, .submitSmall{
	padding: 5px 15px;
	border: solid 1px #414141;
	background: #1F1F1F;
	font-family: Georgia , Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #959595;
	float: right;
	letter-spacing: 1px;
}
a.txtButton:hover, a.txtButtonSmall, .submitSmall{
	background: #1F1F1F;
}
a.txtButtonSmall, .submitSmall{
	font-size: 13pt;
}
.BlueBg{
	overflow: auto;
}
.cartProgress{
	padding: 5px 0pt 15px;
	text-align: center;
	font-family: Georgia,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}
.floatNone{
	float: none!important;
}
.width400{
	width: 360px;
	padding: 20px;
}
.topGap{
	margin-top: 20px;
}
.rightGap{
	margin-right: 10px;
}
.line_through{
	text-decoration: line-through;
}
.larger{
	font-size: 150%;
}
.whiteBg{
	background: #111111;
	font: normal 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #959595;
}
.bottom0{
	margin-bottom: 0;
}
.textRight{
	text-align: right;
}
.colorDropDown{
	position: absolute;
	top: 40px;
	width: 65px;
	right: 0;
	background: #FFF;
	font: bold 9pt Arial, Helvetica, sans-serif;
	text-align: center;
	z-index: 80;
	border: solid 1px #CCC;
}
.colorDropDown .colorTitle{
	padding: 5px;
	cursor: pointer;
}
.colorDropDown a{
	display: block;
	padding: 5px;
}
.hidden{
	display: none;
}
ul.list{
	/*list-style: square!important;*/
	padding-left: 20px!important;
	line-height: 1.5em!important;
}
ul.list li{
	margin-bottom: 5px!important;
}
ul.list li a:link, ul.list li a:visited{
	padding: 2px;
	color: #AFAFAF;
}
ul.list li a:hover, ul.list li a.selectedColor{
/*	color: #FFF!important;
	background: #8C8C8C!important;*/
	font-weight: bold;
}
.top10Gap{
	margin-top: 10px;
}
.product_desc h2 a:link, .product_desc h2 a:visited{
	color: #111;
}
.product_desc h2 a:hover{
	color: #8C8C8C;
}
.currency{
	font: normal 8pt Georgia,Verdana,Geneva,Arial,Helvetica,sans-serif;
	background: #2F2F2F;
	color: #8C8C8C;
	border: none;
}
.currency option{
	border: none;
}
.txtError{
	border: solid 1px #9F1D1D;
	color: #111;
	margin: 10px 0;
	background: #FFDFDF;
}
.errInput{
	border: solid 1px #9F1D1D!important;
	color: #111!important;
	background: #FFDFDF!important;
}
a.dp-choose-date {
	display: none;
}
/* DATE PICKER */

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px!important;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px!important;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
/* ==== */