        
    /* Layout: Two Column
	Theme: Sapphire
	sapphire.css

The following styles control fonts, colors and background images
===============================================================*/

body {
	background-color: #646464;
    background-image:url('https://rockwell.infusionsoft.com/Download?Id=1209144');
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position-x: 0%;
    background-position-y: 0%;
    margin: 0; 
    font-family: Tahoma,Arial,Verdana;
    font-size: 12px;
    color: #333; 
	}

#wrapper {
	background-color: #fff;
	}

#wrapperCheckout {
	background-color: #fff;
	}



/* TOP NAVIGATION AND HEADER
===============================================================*/

#topNav a {
	color: #666666;
	}



/* LEFT SIDEBAR AND MAIN NAVIGATION
===============================================================*/

#nav {
	border: 1px solid #c6e1e3;
	}

#nav li {
	border-bottom: 1px solid #666666;
	}

#nav .last {
	border: none;
	}

#nav a {
	color: #666666;
	}

#nav a:hover {
	background-color: #FFFFFF;
    color: #FF0000
	}

.listHeader {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	}



/* CONTENT / PRODUCT
===============================================================*/

.price {
	/* Price shown on product details page */
	font: 18px bold;
	}

.subscriptionPrice {
     /* Product/subscription price on product details page */
	font: 18px Baskerville, "Baskerville Old Face", Garamond, Palatino Linotype, Georgia, serif;
    color: #333;
	}

#productGrid a {
	color: #333;
	}



/* CART AND CHECKOUT
===============================================================*/

.cartDiscount {
    /* Discount shown in cart */
    color: #FF0000;
    font-weight: bold;
    font-size: 14px;
	}

.cartProduct {
	/* Product name in cart */
	font-weight: bold;
	}

.removeItem {
    /* Remove item link in cart */
	color: #0000FF;
	}

.search, .promoField {
    /* Text fields for search and promo code */
	font: 13px Baskerville, "Baskerville Old Face", Garamond, Palatino Linotype, Georgia, serif;
	color: #999;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .checkoutTopShort, .signinField, .signinTop, .productQty, .qtyField, .checkoutInput  {
	/* Form fields used in checkout forms */
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

.shippingTable {
	border: 1px solid #CCCCCC;
	}

.payPlan, .paymentInfo, .shippingInfo, .billingInfo, .shippingTable, .billingTable, .signinTable, .paymentMethodTable, .forgotPasswordTable  {
	border: 1px solid #CCCCCC;
	}

.promoCode th {
	border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
	}

.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th, .forgotPasswordTable th {
	border-bottom: 1px solid #CCCCCC;
	background-color: #E6E6E6;
	}

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td, {
	border-bottom: 1px solid #CCCCCC;
	}

.subtotal {
	background-color: #CCCCCC;
	font-weight: bold;
	}

#forgotPasswordWindow {
	background-color: #fff;
	}

.cellTall, .cellMedium {
	border-bottom: 1px solid #CCCCCC;
	}

.financeCharge {
	/* Comment in PayPlan table that displays the finance charge */
	font-size: 10px;
	color: #999;
	}



/* UPSELLS
===============================================================*/

.upsell {
	background-color: #f0f6f6;
	border: 1px solid #CCCCCC;
}

#upsellContainer img {
	border: 1px solid #CCCCCC;
	}

.upsellRegPrice {
	font-style: italic;
	}



/* TYPOGRAPHY
===============================================================*/

h1 {
    /* Used for product and page headers */
    color: #a80000;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.15em;
	}

h2 {
    /* Used for product description header */
	font-family: Tahoma,Arial,Verdana;
    font-size: 21px;
	color: #333;
	}

h3 {
    /* Used for product grid headline */
	font-family: Tahoma,Arial,Verdana;
    font-size: 18px;
	color: #6c888a;
	border-bottom: 1px solid #eee;
	}

h4 {
	font-family: Tahoma,Arial,Verdana;
    font-size: 15px;
	color: #555;
	}

.tableHeader {
	font-family: Tahoma,Arial,Verdana;
    font-size: 13px;
	color: #555;
	}

.smallHeader {
	font-size: 15px;
	font-weight: bold;
	}



/* LINKS AND BUTTONS
===============================================================*/

a {
	color: #0000FF;
	}

a:hover {
	color: #0000FF;
	}

 .newsButton, .formButton {
	background-color: #b1e1e5;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow: 0 1px 0 #ebfeff;
	}

.buttonRight a:hover, .buttonLeft a:hover {
	color: #4e6364;
	}

.searchButton, .cartButton, .codeButton, .continueButton, .upsellButton {
    background-color: #FF8000;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font: bold 12px Helvetica, Arial, sans-serif;
	}

.searchButton:hover, .cartButton:hover, .codeButton:hover, .continueButton:hover, .upsellButton:hover {
	background-color: #FF8000;
	text-decoration: none;
	}



/* FOOTER
===============================================================*/

#footer {
	background-color: #CCCCCC;
	color: #6c888a;
    border-bottom: 10px solid #fff;
	}



/* MISC
===============================================================*/

.errorMessage {
	color: #dd4949
	}

.green_tick_1_list li
{
  background-image: url("https://www.rockwelltrading.com/wp-content/themes/OptimizePress/images/style3.png");
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 39px;
  padding-bottom: 15px;
  font-weight: normal;
  font-size: 13px;
  list-style-type: none;
  margin-bottom: 0px;
}


.btn{
background-image:linear-gradient(-90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5));
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0.5)));
	background-image:-moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#20ffffff', EndColorStr='#50ffffff');
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#20ffffff', EndColorStr='#50ffffff')";
	background-color:rgb(51, 51, 51);
	width:200px;
	height:40px;
	border:1px solid rgb(102, 102, 102);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px 20px;
	box-shadow:0px 0px 0px rgb(255, 255, 255);
	-moz-box-shadow:0px 0px 0px rgb(255, 255, 255);
	-webkit-box-shadow:0px 0px 0px rgb(255, 255, 255);
	font-size:12px;
	font-weight:normal;
    text-align:center;
	color:rgb(255, 255, 255);
	text-shadow:1px 1px 1px rgb(0, 0, 0);
}

