/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
 
 /* These are strictly new styles added. Other pre-existing styles have been edited in their original CSS files */ 
.as-low-as-price { color: #990000; font-size: 1.1em; font-weight: bold; }

dt.product-options { margin-top: 6px; }

h2.faq { border-top: 1px solid #cccccc; padding-top: 10px; margin-top: 25px; }
h2.tab-names { margin: 0; }

hr.hrule { background-color:#babcbe; border:0; color:#babcbe; height:1px; margin:10px 0; padding:0; width:99%; overflow:visible; visibility:visible; }
 
li.bullet { list-style-type: disc; margin: 0 0 0 40px; }
li.circle { list-style-type: circle; margin: 0 0 0 30px; }

ol.checkout-agreements { border-left: 1px solid #d9dde3; border-right: 1px solid #d9dde3; padding: 15px 10px 5px; }

p.agree { margin-top: 10px; }

ul.features { margin: 5px 0 15px;  }

.new-additions { width: 683px; margin-top: 60px; }
.new-additions .item { height: 220px; width: 140px; border-right: 1px solid #ccc; padding: 0 15px 15px; text-align: center; float: left; }
.new-additions .item-last { height: 220px; width: 140px; padding: 0 15px 15px; text-align: center; float: left; }

.oversized { background-color: #f0f3f7; border: 1px solid #032236; height: 51px; margin: 20px 0 10px 0; padding: 10px; width: 360px; }

.store-details { color: #032236;	float: right; margin-bottom: 7px; position: relative; text-align: right; top: 5px; width:375px}

table#category-products { margin-top: 5px; text-align: center; clear: both; }
table#category-products td { vertical-align: bottom; }
table#category-products img { margin: 25px 0 5px; }

table.data td { padding: 5px; }

.highlightBox {
	background: #b9e0f7 url(http://www.thecompliancecenter.com/img/blue_gradient.gif) repeat-x top;
	border: 1px solid #cccccc;
	float: right;
	margin: 0 0 15px 15px;
	padding: 10px;
	width: 240px; 
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.size9 {	color: #666666; font-size: 9px; line-height: 12px; }

/* BEGIN Splash page */
table.splash, tr.splash, td.splash { color: #ffffff; font: 12px/16px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; }

#splash-layout {
	background-color: #ffffff;
	color: #333333;
	font: 12px/16px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 30px 25px 25px;
	width: 690px;
	text-align: left;
	border: 1px solid #cccccc;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#splash-footer {
	color: #babcbe;
	font: 9px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 7px 0 0 0;
	text-align: right;
	width: 700px;
}

.splash-globe { margin: 10px 15px 10px 0; float: left; }

h1.splash { 
	color: #2babe2;
	margin-bottom: 25px;
	font: 26px/16px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

h2.splash { 
	color: #717074;
	font: 18px/18px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

a:link.splash, a:visited.splash { text-decoration: none; }
a:hover.splash { color: #2babe2; }
/* END Splash page */
