/* %~%@ < 4.000 > @%~% */
/* %~%# < 2/13/2009 > #%~% */
/* %~%! < cart4 > !%~% */

/* Generic Colors */
.c4BG1 {
}
.c4BG2 {
	color: white;
	background-color:#0066FF;
}
.c4BG3 {
	color: white;
	background-color: #3366CC;
}
.c4BG4 {
	color: white;
	background: transparent;
}
.c4BG5 {
	color: white;
}
.c4BG6 {
	color: white;
}

.BlackBorder {
}
.c4BlackBorderLeft {
	border-left: 1px solid black;
}
.c4BlackBorderRight {
}
.c4BlackBorderTop {
	border-top: 1px solid black;
}
.c4BlackBorderBottom {
}

/* Module Wide Generic Styles */
.c4TblStyled {
	border: 0 solid transparent;
	border-collapse: collapse;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0 auto;
	height: auto;
}
.c4TblStyled, .c4TblStyled * {
	border-collapse: collapse;
	border: 0;
	border-style: hidden;
}
.c4TblStyled td {
	padding: 5px;	
}

.c4TblSimple {
	font: 14px Arial, Helvetica, sans-serif;
	color:#fff;
	margin: 15px 0 0;
}

.c4TRHeader {
	font-size: 15px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #06085a;
	padding: 5px;
}

.c4TRHeader th {
	padding: 2px 5px;
	text-align: center;
}

.c4THLf {}
.c4THMid {}
.c4THRt {}

/* Style for simulated buttons on basket page */
.c4Button1 {
	text-decoration: none;
	padding: 2px 8px;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	margin: 5px 0;
	cursor: pointer;
	background: #dcbf40;
	color: #4d4316;
	
}

.c4Button1 div {
	display:block; 
	width:100%;
	padding-left: 2px;
	padding-right: 2px;
}
.c4Button1:link {color: white; text-decoration: none; color: #4d4316; text-decoration: none;}
.c4Button1:visited {color: white; text-decoration: none; color: #4d4316; text-decoration: none;}
.c4Button1:hover {
	color: #8f7c29;
	text-decoration: none;
	background: #f6e496;
}

.c4Button1:focus {
	color: #8f7c29;
	text-decoration: none;
}

#ccPlace .c4Button1 {
	font-size: 10px;	
}

.MiniCartContent a.c4Button1 {
	background: url(/images/minicartViewCart.png) 0 0;
	width: 83px;
	height: 26px;
	line-height: 26px;
	border: 0;
	margin: 12px 0 0 7px;
	font-size: 17px;
	font-weight: normal;
}
.MiniCartContent .c4Button1 div {
	display:block; 
	width:100%;
	padding-left: 2px;
	padding-right: 2px;
}
.MiniCartContent a.c4Button1:link {color: white; text-decoration: none;}
.MiniCartContent a.c4Button1:visited {color: white; text-decoration: none;}
.MiniCartContent a.c4Button1:hover {
	background-position:0 30px;
	border: 0;
}
.MiniCartContent a.c4Button1:focus {
}

/* Form Styles */
.c4FrmNoMargin {
	margin: 0px;
}

.c4FrmTextbox {
	margin: 5px 0 0;
}
.c4FrmTextbox:hover, .c4FrmTextbox:focus  {
}

.c4FrmTextbox1 {
}
.c4FrmTextbox1:hover, .c4FrmTextbox1:focus  {
}

.c4FrmSelect{
	font-size: 12px;
	border: 1px solid black;
	background:  white;
	color: #000;
}
.c4FrmSelect:hover, .c4FrmSelect:focus {
	background: #eee;
}
.c4FrmSelect optgroup{
	color: #000;
	padding-top:5px;
}
.c4FrmSelect option{
	color: #000;
}

/* Generic text styling classes (usually applied to spans) */
.c4fontOnly {
	font-family: Arial, Helvetica, sans-serif;
}
.c4font {
	font: 12px Arial, Helvetica, sans-serif;
}
.c4bold {
	font-weight:bold;
}
.c4unbold {
	font-weight:normal;
}
.c4italic {
	font-style:italic;
}
.c4unitalic {
	font-style: normal;
}
.c4small {
	font-size:12px;
}
.c4small1 {
	font-size:11px;
}
.c4underline {
	text-decoration:underline;
}
.c4ununderline {
	text-decoration:normal;
}
.c4AlignLeft {
	text-align: left;
}
.c4AlignRight {
	text-align: right;
}
.c4AlignCenter {
	text-align: center;
}
#ccPlace td {
	text-align: left;
}
.c4DisplayNone {
	display:none;
}
.c4DisplayBlock {
	display:block;
}

/* Transparency */
.c4op20 {
	-moz-opacity: 0.2;
	opacity:.20;
	filter: alpha(opacity=20);
}
.c4op40 {
	-moz-opacity: 0.4;
	opacity:.40;
	filter: alpha(opacity=40);
}
.c4op60 {
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}
.c4op80 {
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.c4op100 {
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
}

/* Other generic styles */
.BorderCollapse {
	border-collapse:collapse;
}

.c4buyAlertWrapper3{
}
.c4buyAlertWrapper2{
	padding-left:13px;
}
.c4buyAlertWrapper{
	background: #3366CC;
	border-left:2px solid #DFE7F7;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #DFE7F7;
	border-right: 2px solid #0C1730;
	border-bottom: 2px solid #0C1730;
}
#c4buyAlert{
	text-align:center;
	width:220px;
	height:75px;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	padding-left: 5px;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: white;
}

/* Styles for popup overlays */
.c4BOverlayBackground{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 110%;
	z-index:1001;
}

.c4OverlayForeground {
	display: none;
	position: absolute;
	top: 0px;
	left: 25%;
	width: 50%;
	height: 100%;
	padding-top:25px;
	z-index:1002;
}

#tk_username {
	width: 128px;
	margin: 0 0 5px;
	float: left;
}
#billingAddress1, #billingAddress2, #shippingAddress1, #shippingAddress2 {
	width: 178px;	
}
#light {
	color: #fff;
	background: none;
}
#light tr {
	background: #2d2d2d;
	padding: 15px;
}
#light .c4Button1 {
	background: #fff;
	color: #2d2d2d;
	text-decoration: none;
}
#light .c4Button1:hover {
	background: #ccc;
}
#checkoutErrorCell {
	padding: 15px;	
}
#billingZip, #shippingZip, #billingCityDiv, #shippingCityDiv, #billingStateDiv, #shippingStateDiv {
	float: left;	
}
.c4TRCOCards {
	background: #06085a;
	color: #fff;
}
#accountContent {
	float: right;
	width: 480px;
}

.MiniCartView {
	border-top: 1px solid #3e6bff;	
}