/* Body and global page settings */
body{
	background: #FFFFFF;
	margin: 0 0 0 0;
	font-size: 11px;
	color: #000000;
}

td, th, p{
	font-family: Arial; 
	font-size: 11px;
	color: #000000;
}

h1 {
	font-size: 17px;
}

h2 {
	font-size: 14px;
}

.disabledInput
{
	cursor: default;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

/* Link Styles */
a:visited {color: #000066;}

a.special:link	  {color:#FFFFFF; FONT-WEIGHT: bold; font-size: 16px; text-decoration:none}
a.special:visited {color:#FFFFFF; FONT-WEIGHT: bold; font-size: 16px; text-decoration:none}
a.special:active  {color: #FFFFFF; FONT-WEIGHT: bold; font-size: 16px; text-decoration:none}
a.special:hover   {color: #FFFFFF; FONT-WEIGHT: bold; font-size: 16px; text-decoration:none}

a.sspecial:link	  {color:#FFFFFF; FONT-WEIGHT: bold; font-size: 14px; text-decoration:none}
a.sspecial:visited {color:#FFFFFF; FONT-WEIGHT: bold; font-size: 14px; text-decoration:none}
a.sspecial:active  {color: #FFFFFF; FONT-WEIGHT: bold; font-size: 14px; text-decoration:none}
a.sspecial:hover   {color: #FFFFFF; FONT-WEIGHT: bold; font-size: 14px; text-decoration:none}

a.redlink:link	  {color:#FF0000; FONT-WEIGHT: bold; font-size: 14px; text-decoration:none}
a.redlink:visited {color:#FF0000; FONT-WEIGHT: bold; font-size: 14px; text-decoration:none}
a.redlink:active  {color: #FF0000; FONT-WEIGHT: bold; font-size: 14px; text-decoration:none}
a.redlink:hover   {color: #FF0000; FONT-WEIGHT: bold; font-size: 14px; text-decoration:none}

/* Global re-usable styles */
.form-line {
	padding: 5px;
}

.pricing {
	color: #CC0000;
}

input.error {
	border:1px solid #ff0000;
}

select.error {
	border:1px solid #ff0000;
}

label{
	display: inline-block;
	font-weight: 700;
	padding-right: 20px;
	text-align: right;
	width: 90px;
}

.loading-modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/images/loading-icon.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loading-modal {
    display: block;
}

/* Search Form Styles */
::-webkit-input-placeholder {
    color: #888;
}

input:-moz-placeholder {
    color: #888;
}

.search-form {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    zoom: 1; /* ie7 hack for display:inline-block */
    *display: inline;
}

.search-form.frame {
    padding: 7px;
    border: 1px solid #ccc;
    background-color: #ededed;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#d2d1d0)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #f6f6f6, #d2d1d0); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #f6f6f6, #d2d1d0); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #f6f6f6, #d2d1d0); /* IE10 */
    background-image:      -o-linear-gradient(top, #f6f6f6, #d2d1d0); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #f6f6f6, #d2d1d0);
    -moz-box-shadow:    0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.7);
    box-shadow:         0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.7);
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
}

.search-input {
    width: 196px;
    height: 20px;
    padding: 6px 10px;
    font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    outline: none;
    position: relative;
    background-color: #fff;
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    -moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
}

.search-btn {
    margin-left: 3px;
    width: 32px;
    height: 33px;
    color: #fff;
    font: bold 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
    border: 1px solid #b9b9b9;    
    outline: none;
    cursor: pointer;
    position: relative;
    background-color: #666;
    -moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
}

.frame.inbtn .search-input {
    padding-right: 45px;
    width: 225px;
}

.frame.inbtn .search-btn {
    position: absolute;
    top: 7px;
    right: 8px;
}

.search-form.frame.rlarge, .rlarge .search-input {
    -moz-border-radius:    28px;
    -webkit-border-radius: 28px;
    border-radius:         28px;
}

.frame.inbtn.rlarge .search-btn {
    -moz-border-radius:    0 28px 28px 0;
    -webkit-border-radius: 0 28px 28px 0;
    border-radius:         0 28px 28px 0;
}

.search-form.frame .search-btn {    
    background-color: #1d83e2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#86bdf0), to(#1560a6)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #86bdf0, #1560a6); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #86bdf0, #1560a6); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #86bdf0, #1560a6); /* IE10 */
    background-image:      -o-linear-gradient(top, #86bdf0, #1560a6); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #86bdf0, #1560a6);
}

/* Specific Styles */
.out-of-stock {
color:red;
font-size: 16px;
font-weight: bold;
}

.special{
background: #FFFFFF;
font-family: Arial;
font-size: 11px;
color: #000000;
}

.special2{
background: #FFFFFF;
font-family: Arial;
font-size: 10px;
color: #000000;
}

.large{
font-family: Arial;
font-size: 14px;
color: #000000;
FONT-WEIGHT: bold;
}

.imgGallery {
border-style: solid;
border-width: 1px;
border-color: #000000;
margin: 2px;
}

.imgGallerySelected {
border-style: solid;
border-width: 1px;
border-color: #FF0000;
margin: 2px;
}

#contShoppingLink {
float: right;
margin: -43px 300px 0 0;
}

#secureSiteSeal {
float: right;
margin: -43px 160px 0 0;
}

/* Homepage Styles */
.homepage-oem-part-link {
	font-size: 13px;
}

/* Checkout Page Styles */
.checkoutBtn {
	border: 0;
}

#validation_errors label.error {
	color: #FF0000;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 90%;
}

#customer_info_section {
	padding-bottom: 20px;
	width: 1100px;
}

#payment_info_section {
	padding-bottom: 20px;
	width: 1100px;
}

#payment_info_section .payment-errors {
	color: #FF0000;
}

#customer_billing_info {
	display: inline-block;
	vertical-align: top;
	width: 500px;
}

#customer_shipping_info {
	display: inline-block;
	vertical-align: top;
	width: 500px;
}

#customer_info_section input{
	display: inline-block;
	width: 200px;
}

#payment-form #email{
	width: 200px;
}

#customer_info_section select{
	display: inline-block;
	width: 200px;
}

#customer_info_section  #shipping_same_as_billing {
	width: 20px;
}

#secure_checkout {
	margin: 20px 0 -10px 53px;
}

label[for=shipping_same_as_billing] {
	font-weight: 700;
	padding-right: 0;
	text-align: left;
	width: 220px;
}

.phone-label {
	margin-left: 55px;
}