/* %~%@ < 4.000 > @%~% */
/* %~%# < 2/13/2009 > #%~% */
/* %~%! < cart4 > !%~% */

/* Generic Colors */
.c4BG1 {
	color: black;
	/*background-color:#E7DFBF;*/
}

#light .c4BG1{
	color: black;
	background-color:#E7DFBF;
}


body#shop-cats .c4BG1,
body#shop-detail .c4BG1 {
	background-color: transparent;
}

.c4BG2 {
	color: white;
	background-color:#0066FF;
}
.c4BG3 {
	color: white;
	background-color: #3366CC;
}
.c4BG4 {
	color: white;
	background: transparent;
}
.c4BG5 {
	color: black;
	background-color:#D5E0F5;
}
.c4BG6 {
	color: white;
	background-color:#000033;
}

.BlackBorder {
	/*border: 1px solid black;
	background: #eeeeee;
	border: 1px solid #eeeeee;*/
}
.c4BlackBorderLeft {
	border-left: 1px solid black;
}
.c4BlackBorderRight {
	border-right: 1px solid black;
}
.c4BlackBorderTop {
	border-top: 1px solid black;
}
.c4BlackBorderBottom {
	border-bottom: 1px solid black;
}

/* Module Wide Generic Styles */
.c4TblStyled {
	width: 100%;
	border: 1px solid black;
	border-collapse:collapse;
	font: 14px Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#fff;
}

body#shop-detail .c4TblStyled {
	background-color: transparent;
}

.c4TblStyled tr td {
	padding: 5px;
}

.c4TblSimple {
	font: 14px Arial, Helvetica, sans-serif;
	color:#000000;
}

.c4TblSimple tr td {
	padding: 5px;
}

.c4TblSimple tr td input {
	width: 200px;
}

input#prodQTY661 {
	width: 25px;
}

.c4TRHeader {
	font-size:16px;
	color: #FFFFFF;
	background-color:#383838;
}

.c4TRHeader th {
	padding: 5px;
	text-align:center;
}

.c4THLf {}
.c4THMid { border-left: 1px solid white; }
.c4THRt { border-left: 1px solid white; }

.c4DivP1Buy {
	width: auto;
}

/* Style for simulated buttons on basket page */
.c4Button1 {
	display:block; 
	width: auto;
	margin: 10px 0 0 0;
	color: white;
	text-decoration: none;
	background-color: #F41929;
	padding: 2px 10px;
	/*border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #1E2A42;
	border-bottom: 1px solid #1E2A42;*/
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	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;
	cursor: hand;
}

.c4Button1 div {
	display:block; 
	width:100%;
	padding-left: 2px;
	padding-right: 2px;
}
a.c4Button1:link {color: white; text-decoration: none;}
a.c4Button1:visited {color: white; text-decoration: none;}
a.c4Button1:hover {
	background-color: #920c16;
	color: #fff;
	text-decoration: none;
	/*border-right: 1px solid #1E2A42;
	border-bottom: 1px solid #1E2A42;*/
}

a.c4Button1:focus {
	background-color: #920c16;
	color: #fff;
	text-decoration: none;
	/*border-right: 1px solid #1E2A42;
	border-bottom: 1px solid #1E2A42;*/
}

/* Form Styles */
.c4FrmNoMargin {
	margin: 0px;
}

.c4FrmTextbox {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid black;
	background:  white;
	color: #000066;
	padding-right: 2px;
	padding-left: 2px;
}
.c4FrmTextbox:hover, .c4FrmTextbox:focus  {
	background: #E2E9F8;
}

.c4FrmTextbox1 {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid black;
	background:  #E2E9F8;
	color: #000066;
	padding-right: 2px;
	padding-left: 2px;
}
.c4FrmTextbox1:hover, .c4FrmTextbox1:focus  {
	background: white;
}

.c4FrmSelect{
	border: 1px solid black;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background:  white;
	color: #000066;
}
.c4FrmSelect:hover, .c4FrmSelect:focus {
	background: #E2E9F8;
}
.c4FrmSelect optgroup{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #475372;
	border-left: 1px solid #9FABCA;
	border-bottom: 1px solid #475372;
	border-top: 1px solid #9FABCA;
	background: #B7C9EE;
	color: #000099;
	Padding-top:5px;
}
.c4FrmSelect option{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #EFFBFE;
	border-top: 1px solid #5680B1;
	background: #e2e9f8;
	color: #000099;
}

/* 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;
}
.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;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*border-left:2px solid #DFE7F7;
	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;
}

/*-----------------------------------------------------
	JEREMY OVERRIDES
*/
/*#c4buyAlert {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-box-shadow:0 -1px 3px rgba(0, 0, 0, 0.2);
	background:#E5E5E5;
	top:0;
	right: 0;
	font-size:11px;
	margin:0 auto;
	padding:1px 0 0;
	position:absolute;
	width:200px;
	height: 25px;
	z-index:10;
}*/


/* Steve start buyalert */

.c4buyAlertWrapper3{
}
.c4buyAlertWrapper2{
	padding-left:13px;
}
.c4buyAlertWrapper{
	background: #43301B;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#c4buyAlert{
	text-align:center;
	width:650px;
	height:200px;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	padding-left: 5px;
	font-size:1.5em;
	color: white;
}


/* Steve stop buyalert */
