/* General */
.pre-column { margin: 0 auto; position: relative; z-index: 8; }
div#cart-box-branded {
	position: absolute;
	top: 5px;
	right: 5px;
	color: transparent;
	outline: none;
}
#colorSelector1 {z-index: 10000;}
#colorSelector2 {z-index: 10000;}
#colorSelector3 {z-index: 10000;}
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
#feedback {
	position: absolute;
	top: 215px;
	left: 0px;
	z-index: 250;
}
#printandproduct {
	position: absolute;
	top: 345px;
	left: 0px;
	z-index: 249;
}
/* End General */
div.column-container {
	padding: 10px;
	width: 950px;
}
div.form-column {
	float: left;
	width: 275px;
	padding: 15px;
	font-size: 14px;
	color: #333333;
	border-right: 1px dashed #B7B7B7;
}
div.form-column-custom {
	float: left;
	padding: 15px;
	font-size: 14px;
	color: #333333;
	border-right: 1px dashed #B7B7B7;
}
div.form-column p {
	margin-bottom: 5px;
	font-weight: 500;
}
div.form-column h4, div.form-column-custom h4 {
	font-size: 22px;
	color: #000000;
	margin-bottom: 5px;
}
img {
	outline:none;
}
/* Custom Form Items */
	span.checkbox {
		  width: 19px;
		  height: 25px;
		  padding: 0 5px 0 0;
		  background: url('/_ui/images/custom_forms/checkbox.gif') no-repeat;
		  display: block;
		  clear: left;
		  float: left;
		}
		span.radio {
		  width: 19px;
		  height: 25px;
		  padding: 0 5px 0 0;
		  background: url('/_ui/images/custom_forms/radio.gif') no-repeat;
		  display: block;
		  clear: left;
		  float: left;
		}
		span.select {
		  position: absolute;
		  width: 108px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
		  height: 29px;
		  padding: 5px 24px 0 8px;
		  color: #363636;
		  font-size: 1.4em; 
		  background: url('/_ui/images/custom_forms/select.gif') no-repeat;
		  overflow: hidden;
		}
		span.select:active {
		  background: url('/_ui/images/custom_forms/select-active.gif') no-repeat;
		}
/* End Custom Form Items */
/* Lightbox of Sorts */

/* Old Forms */
div.formtable {
	float: left;
	margin-top: 10px;
}
div.leftform {
	float: left;
	border-bottom: 1px solid #B7B7B7;
	padding-top: 9px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	color: #911822;
	font-size: 16px;
	height: 30px;
	border-right: 1px solid #B7B7B7;
	width: 100px;
}
div.leftformexpand {
	float: left;
	padding-top: 9px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	color: #911822;
	font-size: 16px;
	height: 30px;
	width: 100px;
}
div.rightform {
	float: left;
	border-bottom: 1px solid #B7B7B7;
	padding: 5px;
	height: 30px;
	min-width: 215px;
}
div.rightformexpand {
	float: left;
	border-bottom: 1px solid #B7B7B7;
	border-left: 1px solid #B7B7B7;
	padding: 5px;
	min-width: 215px;
}
div.rightform input {
	font-size: 16px;
	padding: 3px;
}

/* default close button positioned on upper right corner */
div.close {
	background-image:url(/_ui/images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.vpbox {
	/* overlay is hidden before loading */
	display:none;
	max-width: 800px;
	max-height: 600px;
	/* standard decorations */
}

div.main-container {
	padding:11px;
	background-color:#fff;

	font-family:"lucida grande",tahoma,verdana,arial,sans-serif
}
div.mcontainer {
	padding:11px;
	background-color:#fff;

	font-family:"lucida grande",tahoma,verdana,arial,sans-serif
}
div.vp-container h3 {
	font-color:#000000;
	font-size: 18px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif
}
div.vp-container {
	padding:10px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif
}
p.button-container {
	padding-bottom: 10px;
}

.vpbox h2 {
	margin:-11px;
	margin-bottom:0px;
	color:#fff;
	background-color:#9A2E2E;
	background-image: url(/_ui/images/table-top.gif);
	background-repeat: repeat-x;
	padding:5px 10px; 
	font-size:26px;
}
/* End Lightbox of Sorts */
/* Input Design */
input[type=text], input[type=password] {
	font-size: 16px;
	padding: 3px;
	border:1px solid #B7B7B7;
}
input[type=text]:focus, input[type=password]:focus {
	border: 1px solid #911822;
}
a.button3 {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 16px arial, sans-serif;
    height: 32px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
 
a.button3 span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 22px;
    padding: 5px 0 5px 18px;
}
a.button3:active {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}
 
a.button3:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button2 {
    background: transparent url('/images/bg_button_a_2.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 16px arial, sans-serif;
    height: 32px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
 
a.button2 span {
    background: transparent url('/images/bg_button_span_2.gif') no-repeat;
    display: block;
    line-height: 22px;
    padding: 5px 0 5px 18px;
}
a.button2:active {
    background-position: bottom right;
    color: #333;
    outline: none; /* hide dotted outline in Firefox */
}
 
a.button2:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
/* End Input Design */
/* Table Design */
ul.item-grid {
	float: left;
}
li.grid-item {
	float: left;
	padding-left:3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 7px;
	min-height: 165px;
	max-width: 200px;
	background-color: #FFFFFF;
	border: 1px outset #B7B7B7;
}
li.prod-item {
	min-width:160px;
	min-height:180px
}
div.move-left {
	margin-left: -25px;
}
li.grid-item p.desc {
	color: #333333;
	padding-left: 5px;
	text-align: center;
	padding-right: 5px;
}
span.checker {
	width: 15px;
	margin:auto;
	position: relative;
}
li.grid-item:hover {
	border: 1px outset #D5D995;
	background-color: #FFFFCC;
}
p.product-price {
	color:#A81F2A;
	width: 40px;
	margin-left: auto;
	margin-right: auto;
}
.vptable {
	font-size: 14px;
	color:#333333;
}
.vptable th {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  	font-weight:bold;
  	text-align: center;
    color: #FFFFFF;
  	margin:10px;
  	border-top:1px solid #7D1818;
    border-bottom:2px solid #61020D;
    padding:10px;
  	font-size:110%;
  	background-image: url(/_ui/images/table-top.gif);
  	background-repeat: repeat-x;
}
.vptable th.left {
	 border-left:1px solid #7D1818
}
.vptable th.right {
	 border-right:1px solid #7D1818;
}
.vptable span.info-box {
	border:1px solid #B7B7B7;
	padding:3px;
}
div.error-heading {
	background-color:#AF222D;
	color: #fff;
	padding: 1px;
}
div.error-div {
	border:1px solid #DD3C10;
	background: #FFEBE8;
	font-size: 16px;
	color:#000000;
	padding:3px;
}
 ul.error-ul {
	padding: 5px;
	list-style:square;
	text-align: left;
}
div.success-div {
	border:1px solid #339933;
	background: #9DFFB1;
	font-size: 16px;
	color:#000000;
	padding:3px;
}
span.msg-image {
	position: relative;
	top: 1px;
}
.vptable td.lineitem {
    padding:10px;
    font-size: 16px;
  	border-right:1px solid #B7B7B7;
  	border-bottom:1px solid #B7B7B7;
}
.vptable td.blank {
    padding:10px;
    font-size: 16px;
  	border-right:1px solid #fff;
  	border-bottom:1px solid #fff;
}
p.form-p {
	padding-bottom: 5px;
}
.vptable td.blank-2 {
    padding:10px;
    font-size: 16px;
    background-color: #EDEDED;
  	border-right:1px solid none;
  	border-bottom:1px solid none;
}
.vptable tr.highlight {
  background-color:#FFFFAA;
  font-weight:bold;
}
.vptable td.lineitem a {
	color:#A81F2A;
}
.vptable td.highlight-order {
  padding:10px;
  background-color:#FFFFAA;
  border-right:1px solid #B7B7B7;
  border-bottom:1px solid #B7B7B7;
  font-weight:bold;
}
.vptable td.highlight-desc {
  padding:10px;
  background-color:#FFFFAA;
  border-right:1px solid #B7B7B7;
  border-bottom:1px solid #B7B7B7;
  font-weight:bold;
}
.vptable td.desc {
  border-left:1px solid #B7B7B7;
  padding:10px;
  border-right:1px solid #B7B7B7;
  border-bottom:1px solid #B7B7B7;
}
.vptable td.blank {
  background-color:#FFFFFF;
}
vptable2 {
	font-size: 14px;
	color:#333333;
}
.vptable2 th {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  	font-weight:bold;
  	text-align: center;
    color: #333333;
  	margin:10px;
    border-bottom:2px solid #61020D;
    padding:10px;
  	font-size:16px;
  }
.vptable2 th.left {
	 
}
.vptable2 th.right {
	 
}
.vptable2 span.info-box {
	border:1px solid #B7B7B7;
	padding:3px;
}
.vptable2 td.lineitem {
    padding:10px;
    font-size: 16px;
  	border-right:1px solid #B7B7B7;
  	border-bottom:1px solid #B7B7B7;
  	color: #333333;
}
.vptable2 tr.highlight {
  background-color:#FFFFAA;
  font-weight:bold;
  font-size: 14px;
  color:#000000;
}
.vptable2 td.lineitem a {
	color:#A81F2A;
}
.vptable2 td.highlight-order {
  padding:10px;
  background-color:#FFFFAA;
  border-right:1px solid #B7B7B7;
  border-bottom:1px solid #B7B7B7;
  font-weight:bold;
}
.vptable2 td.highlight-desc {
  padding:10px;
  background-color:#FFFFAA;
  border-right:1px solid #B7B7B7;
  border-bottom:1px solid #B7B7B7;
  font-weight:bold;
}
.vptable2 td.desc {
  border-left:1px solid #B7B7B7;
  padding:10px;
  border-right:1px solid #B7B7B7;
  border-bottom:1px solid #B7B7B7;
}
.vptable2 td.blank {
  background-color:#FFFFFF;
}
/* VP FORM */
div.form-table {
	float: left;
	margin-top: 10px;
	font-size: 14px;
	text-align:left;
	margin-bottom: 10px;
}
div.left-form {
	float: left;
	border-bottom: 1px solid #B7B7B7;
	padding-top: 9px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	color: #911822;
	font-size: 16px;
	height: 30px;
	border-right: 1px solid #B7B7B7;
	width: 100px;
}
div.left-form-expand {
	float: left;
	padding-top: 9px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	color: #911822;
	font-size: 16px;
	height: 30px;
	width: 100px;
}
div.right-form {
	float: left;
	border-bottom: 1px solid #B7B7B7;
	padding: 5px;
	height: 30px;
	min-width: 320px;
}
#carousel1 a {
	color: #333333;
	font-size: 12px;
	margin-top: -5px;
}
#carousel1 a:hover {
	color: #B40404;
}
div.right-form-expand {
	float: left;
	border-bottom: 1px solid #B7B7B7;
	padding: 5px;
	width: 320px;
}
div.right-form-padded {
	float: left;
	border-bottom: 1px solid #B7B7B7;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 30px;
	min-width: 320px;
}
div.right-form-expand {
	float: left;
	border-bottom: 1px solid #B7B7B7;
	border-left: 1px solid #B7B7B7;
	padding: 5px;
	min-width: 215px;
}
p.form-description {
	font-size: 14px;
	font-color:#333333;
	background-color: #F7F7F7;
	border: 1px solid #B7B7B7;
	padding: 5px;
	margin-top: -5px;
}
p.large {
	font-size: 200%;
}
/* END VP FORM */
/* Pagination */
.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #666666;
text-decoration: none; 
background-color: #FFFFFF;
color: #333333;
}
 
.pagination a:hover, .pagination a:active{
border: 1px solid #B40404;
color: #000;
background-color:#F7F7F7;
}
span.disabled.prev_page {
	display: none;
}
span.disabled.next_page {
	display: none;
}
.pagination {
	margin-bottom: -10px;
	text-align: left; 
	font-size: 18px;
}
#imgtip { 
    display:none; 
    background-color:#FFF; 
    font-size:12px; 
    padding:5px; 
    position:absolute;
	left: 20%;
	z-index:1000000;
    border:1px solid #333333;
}
/* End Pagination */