body{
	margin:0;
  	color:#656565;
	font:12px/16px Tahoma, Arial, Helvetica, sans-serif;
	background:#fff;
}
img{border-style:none;}
a{text-decoration:none;color:#347494;outline:none;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% Tahoma, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}

.gray-para {
	color:#555;
	font-size:12px;
	font-weight:normal;
}

#holder {
	width:988px;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/bg-holder.gif) repeat-y;
	position:relative;
}
#wrapper {
	width:100%;
	display:table;
}
#main {
	width:100%;
	display:table-footer-group;
}
#header {
	width:100%;
	display:table-header-group;
}
.pagewidth {
	width:100%;
	overflow:hidden;
}
#holder h1 {
	margin:0;
}
#holder a.logo {
	position:absolute;
	left:8px;
	top:8px;
	background:url(../images/bg-logo.gif) no-repeat;
	width:179px;
	height:119px;
	text-indent:-9999px;
	overflow:hidden;
}
.header {
	width:100%;
	background:#fff url(../images/bg-header.gif) no-repeat 0 100%;
}
.header:after {
	clear: both;
	content:'';
	display: block;
}
#header .login {
	float:right;
	overflow:hidden;
	width:320px;
	padding:9px 0 0;
	min-height:119px;
	height:auto !important;
	height:119px;
}
#header .login-form fieldset  {
	float:right;
	width:100%;
	overflow:hidden;
	padding:0 0 23px;
}
#header .login-form .col  {
	float:left;
	margin:0 10px 0 0;
	display:inline;
	overflow:hidden;
	width:114px;
}
#header .login-form .col span {
	display:block;
	background:url(../images/bg-text.gif) no-repeat;
	width:112px;
	height:20px;
	padding:0 3px;
}
#header .login-form .col span input {
	display:block;
	width:100px;
	height:15px;
	background:none;
	border:none;
	color:#666;
	font-size:10px;
	padding:3px 5px 2px;
}
#header .login-form .pagewidth {
	padding:5px 0 0;
}
#header .login-form .pagewidth input {
	float:left;
	width:16px;
	height:15px;
	padding:0;
	margin:0 4px 0 0;
	display:inline;
}
#header .login-form .pagewidth label {
	float:left;
	color:#000;
	line-height:13px;
}
#header .login-form .submit {
	float:left;
	background:none;
	color:#000;
	border:none;
	cursor:pointer;
	width:45px;
	height:15px;
	font-weight:bold;
	margin:2px 0 0 3px;
}
#header .login ul {
	margin:0 23px 0 0;
	display:inline;
	padding:0;
	list-style:none;
	float:right;
	overflow:hidden;
}
#header .login ul li {
	display:inline;
	padding:0 6px 0 8px;
	background:url(../images/devider.gif) no-repeat 0 50%;
}
#header .login ul li:first-child {
	padding-left:0;
	background:none;
}
#header .login ul li a {
	color:#000;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.navbar {
	width:100%;
}
.navbar:after {
	clear: both;
	content:'';
	display: block;
}
#nav {
	margin:0 0 0 5px;
	display:inline;
	float:left;
	padding:0;
	list-style:none;
}
#nav li {
	float:left;
	position:relative;
	margin:0 1px 0 0;
	display:inline;
	z-index:5;
	padding:0 4px;
}
#nav li a {
	float:left;
	background:url(../images/bg-nav.gif) no-repeat;
	height:42px;
	color:#656565;
	font-size:14px;
}
#nav li a span {
	float:left;
	background:url(../images/bg-nav-r.gif) no-repeat 100% 0;
	height:29px;
	padding:13px 28px 0;
	cursor:pointer;
}
#nav li:hover a,
#nav li.hover a {
	background-position:0 -84px;
	text-decoration:none;
}
#nav li:hover a span,
#nav li.hover a span {
	background-position:100% -84px;
}
#nav li.active a {
	background-position:0 -42px;
	color:#fff;
}
#nav li.active a span {
	background-position:100% -42px;
}

#nav li.active:hover a {
	background-position:0 -84px;
	text-decoration:none;
	color:#666;
}
#nav li.active:hover a span {
	background-position:100% -84px;
}

#nav li div {
	position:absolute;
	left:1px;
	top:42px;
	width:205px;
	z-index:2;
	display:none;
}
#nav li:hover div,
#nav li.hover div {
	display:block;
}
#nav li div ul {
	padding:15px 16px 5px;
    background:url(../images/bg-drop-content.png) repeat-y;
	margin:0;
	height:1%;
	overflow:hidden;
	list-style:none;
}
#nav li div ul li {
	float:none;
	display:block;
	background:url(../images/bg-drop-list.gif) repeat-x;
	padding:9px 0 7px 14px;
}
#nav li div ul li:first-child {
	padding-top:0;
	background:none;
}
#nav li div ul li a {
	float:none;
	background:none;
	height:auto;
}
#nav li div ul li a:hover,
#nav li.active div ul li a:hover {
	color:#cf612b;
}
#nav li div .bottom {
	background:url(../images/bg-drop-btm.png) no-repeat;
	width:205px;
	height:7px;
	overflow:hidden;
	display:block;
}
.navbar .search fieldset {
	float:right;
	width:148px;
	overflow:hidden;
	padding:11px 0 0;
}
.navbar .search span {
	float:left;
	background:url(../images/bg-text.gif) no-repeat;
	width:99px;
	height:20px;
	padding:0 10px 0 5px;
}
.navbar .search span input {
	display:block;
	width:94px;
	height:15px;
	background:none;
	border:none;
	color:#666;
	font-size:10px;
	padding:3px 0px 2px 5px;
}
.navbar .search input.submit {
	float:left;
	background:url(../images/btn-search.png) no-repeat;
	width:32px;
	height:32px;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	text-transform:capitalize;
	border:none;
	margin:-11px 0 0 -11px;
}
.promobox {
	width:980px;
	overflow:hidden;
	padding:0 4px;
	background:url(../images/bg-promo.gif) no-repeat 4px 100%;
}
.promobox .aside {
	float:left;
	width:340px;
	overflow:hidden;
	padding:28px 0 0;
}
.promobox ul.promo-list {
	margin:0 0 -2px;
	padding:0 0 0 28px;
	list-style:none;
	overflow:hidden;
}
.promobox ul.promo-list li {
	margin:0 0 21px;
}
.promobox ul.promo-list li a {
	font:20px Georgia, 'Times New Roman', Times, serif;
	color:#cf612b;
}
.promobox .products {
	/*border:solid #cacaca;
	border-width:1px 0;*/
	padding:7px 0 8px 27px;
}
.promobox .products h3 {
	margin:0 0 11px;
	color:#656565;
	font:normal 24px Georgia, 'Times New Roman', Times, serif;
}
.promobox .products ul {
	margin:0;
	padding:0 0 0 4px;
	list-style:none;
}
.promobox .products ul li {
	margin:0 0 2px;
}
.promobox .products ul li a {
	background:url(../images/arrow.gif) no-repeat 0 50%;
	padding:0 0 0 16px;
	font-size:11px;
}
.promobox .products ul li a.orange {
	background:url(../images/arrow.gif) no-repeat 0 50%;
	padding:0 0 0 16px;
	font-size:11px;
	color:#cf612b;
	font-size:14px;
	line-height:24px;
}

ol.promo-sub-list {
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
	display:block;
	position:relative;
}

/*ol.promo-sub-list li{
	display:block;
	color:#626160;
	padding-left:40px;
	line-height:20px;
}*/

ol.promo-sub-list li a{
	background:url(../images/arrow.gif) no-repeat 0 50%;
	padding:0 0 0 16px;
	font-size:11px !important;
	color:#000000 !important;
}

.gallery {
	width:640px;
	overflow:hidden;
	float:left;
	position:relative;
}
ul.gallery-list {
	width:100%;
	height:340px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
ul.gallery-list li {
	float:left;
}
ul.gallery-list li img {
	display:block;
}
.gallery-desc {
	position:absolute;
	width:100%;
	overflow:hidden;
	left:0;
	bottom:0;
}
.gallery-desc .content {
	background:url(../images/bg-gallery.png);
	width:100%;
	overflow:hidden;
	padding:4px 0 0;
}
.gallery-desc ul.btns {
	float:right;
	overflow:hidden;
	margin:23px 11px 0 0;
	display:inline;
	padding:0;
	list-style:none;
}
.gallery-desc ul.btns li {
	float:left;
	margin:0 0 0 3px;
	display:inline;
}
.gallery-desc ul.btns li a {
	background:url(../images/bg-gallery-btn.png) no-repeat;
	width:12px;
	height:18px;
	color:#000;
	font-size:11px;
	display:block;
	position:relative;
	cursor:pointer;
	padding:0 0 0 6px;
	font-weight:bold;
}
.gallery-desc ul.btns li a:hover,
.gallery-desc ul.btns li.active a {
	background:url(../images/bg-gallery-btn-rell.png) no-repeat;
	text-decoration:none;
}
.gallery-desc .section {
	width:305px;
	float:left;
	overflow:hidden;
	line-height:15px;
	color:#fff;
	font-size:11px;
	padding:0 0 2px 26px;
	position:relative;
}
.gallery-desc h3 {
	margin:0 0 5px;
	font-size:18px;
	font-weight:normal;
}

.gallery-desc h2 {
	font-size:20px;
	font-weight:normal;
	margin:15px 0;
}

.gallery-desc p {
	margin:0;
}
.stripe {
	background:url(../images/bg-stripe.gif) no-repeat;
	width:982px;
	height:23px;
	margin:0 3px;
	overflow:hidden;
}
#twocolumns {
	width:939px;
	margin:0 4px;
	overflow:hidden;
	background:url(../images/bg-twocolumns.gif) repeat-y;
	padding:27px 17px 20px 24px;
}
#twocolumns-alt {
	width:939px;
	margin:0 4px;
	overflow:hidden;
	background:url(../images/alternate-bg.jpg) repeat-y;
	padding:27px 17px 20px 24px;
}
#sidebar {
	float:left;
	width:292px;
	overflow:hidden;
}

#sidebar-alt {
	float:right;
	width:292px;
	overflow:hidden;
}

#twocolumns h2,
#twocolumns-alt h2 {
	margin:0 0 21px;
	color:#cf612b;
	font-size:20px;
	font-weight:normal;
	border-bottom:1px solid #e1e1e1;
	padding:13px 0 9px 59px;
	line-height:20px;
}
.services h2 {
	background:url(../images/ico1.gif) no-repeat 7px 50%;
}
.products h2 {
	background:url(../images/ico2.gif) no-repeat 2px 50%;
	padding:13px 0 10px 52px !important;
}
.news h2 {
	background:url(../images/ico3.gif) no-repeat 7px 50%;
	padding:13px 0 10px 50px !important;
}
.events h2 {
	background:url(../images/ico4.gif) no-repeat 7px 50%;
	margin-bottom:24px !important;
}
.feature h2 {
	background:url(../images/ico5.gif) no-repeat 3px 50%;
	margin:0 0 9px !important;
}
.training-development h2 {
	background:url(../images/training-ico.gif) no-repeat 3px 50%;
	margin:0 0 9px !important;
}
.news-feed h2 {
	background:url(../images/news-feed-ico.gif) no-repeat 3px 50%;
	margin:0 0 9px !important;
}
.careers h2 {
	background:url(../images/careers-ico.gif) no-repeat 3px 50%;
	margin:0 0 9px !important;
}
.careers h3.current {
	background:url(../images/Checked-ico.gif) no-repeat 3px 50% ;
	margin:0 0 9px !important;
	color:#cf612b;
	font-size:20px;
	font-weight:normal;
	border-bottom:1px solid #e1e1e1;
	padding:13px 0 9px 59px;
	line-height:20px;
}
.about-us h2 {
	background:url(../images/aboutus-ico.gif) no-repeat 3px 50%;
	margin:0 0 9px !important;
}
.contact-us h2 {
	background:url(../images/contactus-ico.gif) no-repeat 3px 50%;
	margin:0 0 9px !important;
}
.resource-center h2 {
	background:url(../images/resource-center-ico.gif) no-repeat 3px 50%;
	margin:0 0 9px !important;
}
.training-calendar h2 {
	background:url(../images/calendar-ico.gif) no-repeat 3px 50%;
	margin:0 0 9px !important;
}
.shopping-cart h2{
	background:url(../images/shoppingcart-ico.gif) no-repeat 3px 50%;
	margin:0 0 9px !important;
}
.client-testimonials h2{
	background:url(../images/user_feedback.gif) no-repeat 3px 50%;
	margin:0 0 9px !important;
}
.checkout h2{
	background:url(../images/checkout-ico.gif) no-repeat 3px 50%;
	margin:0 0 9px !important;
}
h4.orange {
	font-size:15px;
	color:#cf612b;
	font-weight:normal;
}
.services {
	width:100%;
	overflow:hidden;
	margin:0 0 6px;
}
.services ul {
	margin:0;
	padding:0 0 0 5px;
	list-style:none;
}
.services ul li {
	margin:0 0 12px;
	width:100%;
	overflow:hidden;
	float:left;
}
.services ul li a {
	float:left;
	padding:2px 0 2px 26px;
	background:url(../images/arrow2.gif) no-repeat 0 4px;
	color:#656565;
}
.services ul li span {
	float:left;
	padding:2px 0 2px 26px;
	background:url(../images/arrow2.gif) no-repeat 0 4px;
	color:#656565;
}
input.text {
	border:#3689b3 solid 1px;
	padding:5px;
	font-size: 12px;
	color:#333333;
}
.search-prod {
	margin-bottom:20px;
}
.products {
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}
.products ul {
	margin:0;
	padding:0 0 0 5px;
	list-style:none;
}
.products ul li {
	margin:0 0 13px;
}
.products ul li a {
	background:url(../images/arrow.gif) no-repeat 0 50%;
	color:#656565;
	font-size:15px;
	padding:0 0 0 17px;
}
#content {
	float:right;
	width:606px;
	overflow:hidden;
}

#content-alt {
	float:left;
	width:606px;
	overflow:hidden;
}

.news {
	width:289px;
	overflow:hidden;
	float:left;
	margin:0 25px 0 0;
	display:inline;
}
.news ul {
	margin:0;
	padding:0 0 0 4px;
	list-style:none;
}
.news ul li {
	margin:0 0 14px;
	width:100%;
	float:left;
	overflow:hidden;
}
.news ul li a {
	float:left;
	padding:2px 0 2px 20px;
	font-size:14px;
	background:url(../images/arrow.gif) no-repeat 0 7px;
	color:#656565;
}

.news ul li span {
	float:left;
	padding:2px 0 2px 20px;
	font-size:14px;
	background:url(../images/arrow.gif) no-repeat 0 7px;
	color:#656565;
}

.events {
	width:292px;
	overflow:hidden;
	float:left;
}
.events ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.events ul li {
	width:100%;
	overflow:hidden;
	margin:0 0 29px;
}
.events ul em.date {
	display:block;
	margin:0 0 7px;
	color:#333;
	font-weight:bold;
	font-style:normal;
}
.events ul div {
	overflow:hidden;
	height:1%;
	padding:0 0 0 18px;
}
.events ul h3 {
	margin:0;
	font-weight:normal;
	font-size:12px;
}
.events ul p {
	margin:0;
}
.events ul span.time {
	display:block;
	color:#000;
}
.shopping-cart {
	width:292px;
	overflow:hidden;
	float:left;
}
.shopping-cart ul {
	margin:0;
	padding:0;
}
.shopping-cart li {
	display:block;
	border-bottom:#dadcde solid 1px;
	padding:15px 0;
}
.shopping-cart li .cart-product-no {
	width:20px;
	float:left;
	color:#333;
}
.shopping-cart li .cart-product-name {
	float:left;
	width:110px;
	color:#333;
	margin-right:8px;
}
.shopping-cart li .cart-qty-txt {
	float:left;
	width:25px;
	margin-right:2px;
}
.shopping-cart li .cart-qty-field {
	float:left;
	width:45px;
}
.shopping-cart li .cart-price {
	float:left;
	width:65px;
	text-align:right;
	color:#00689c;
	font-size:14px;
	font-weight:bold;
}
.shopping-cart li .cart-delete-entry {
	float:left;
	width:12px;
	margin-left:5px;
	padding-top:3px;
}
a.delete {
	background:url(../images/delete-ico.gif) no-repeat left 50%;
	text-indent:-9999px;
	width:11px;
	height:11px;
	display:block;
}
.view-lnk {
	width:606px;
	overflow:hidden;
	margin:0 0 28px;
	text-align:right;
}
.view-lnk a {
	background:url(../images/arrow3.gif) no-repeat 100% 50%;
	padding:0 15px 0 0;
}
.feature-list {
	width:629px;
	overflow:hidden;
	margin:0 0 0 -23px;
}
.feature-list ul {
	width:291px;
	overflow:hidden;
	margin:0 0 0 23px;
	float:left;
	padding:0;
	list-style:none;
	display:inline;
}
.feature-list ul li {
	width:100%;
	overflow:hidden;
	background:url(../images/bg-feature.gif) repeat-y;
	margin:0 0 5px;
	float:left;
}
.feature-list .holder {
	width:100%;
	overflow:hidden;
	background:url(../images/bg-feature-t.gif) no-repeat;
}
.feature-list .frame {
	width:284px;
	overflow:hidden;
	padding:9px 0 6px 7px;
	min-height:119px;
	height:auto !important;
	height:119px;
	background:url(../images/bg-feature-b.gif) no-repeat 0 100%;
}
.feature-list .img {
	float:left;
	margin:0 11px 0 0;
	display:inline;
}
.feature-list img {
	display:block;
}
.feature-list .feature-desc {
	width:177px;
	float:left;
	overflow:hidden;
	line-height:14px;
	font-size:11px;
}
.feature-list h3 {
	margin:0 0 8px;
	color:#080808;
	font-size:14px;
	font-weight:normal;
	line-height:19px;
}
.feature-list p {
	margin:0 0 6px;
}
.feature-list .pagewidth {
	text-align:right;
	clear:both;
}
.feature-list .pagewidth a {
	background:url(../images/arrow4.gif) no-repeat 100% 50%;
	padding:0 15px 0 0;
	font-size:12px;
	margin:0 10px 0 0;
}
.hide {
	display:none;
}
ul.page-features {
	margin:0;
	padding:0 0 0 5px;
	list-style:none;
}
ul.page-features  li {
	margin:0 0 13px 20px;
	background:url(../images/arrow.gif) no-repeat 0 5px;
	display:block;
	padding:0 0 0 17px;
	color:#8a9cdb;
	font-weight:bold;
}
ul.page-features  li p {
	font-size:12px;
	font-weight:normal;
	color:#555;
}
.note {
	color:#FF0000;
}
.small {
	font-size:10px !important;
}
.width-one-half {
	width:49%;
	float:left;
}
.width-one-third {
	width:33%;
	float:left;
}
.width-two-third {
	width:66%;
	float:left;
}
.width-one-quarter {
	width:25%;
	float:left;
}
.width-three-quarter {
	width:75%;
	float:left;
}
.generic-form {
	margin:10px 0;
}
.generic-form label {
	display:block;
	font-size:11px;
	margin-top:5px;
}

.generic-form input.text {
	width:200px;
	margin-bottom:10px;
}
.marg-tb-10 {
	margin-top:10px;
	margin-bottom:10px;
}
.block {
	display:block;
}
#footer {
	width:955px;
	margin:0 4px;
	overflow:hidden;
	background:#286d91 url(../images/bg-footer.gif) repeat-x;
	position:relative;
	color:#fff;
	font-size:11px;
	padding:12px 0 12px 25px;
}
#footer ul {
	margin:0 0 19px;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
#footer ul li {
	float:left;
	padding:0 7px;
	background:url(../images/devider2.gif) no-repeat 0 50%;
	font-size:11px;
	margin:0 6px 0 -6px;
	display:inline;
}
#footer ul li a {
	color:#fff;
}
#footer p.copyright {
	margin:0 0 7px;
}
#footer address {
	display:block;
	font-style:normal;
}
#footer address strong {
	display:block;
	line-height:15px;
}
#footer address span {
	display:block;
	line-height:14px;
}
#footer .slogan {
	position:absolute;
	right:43px;
	top:50px;
	background:url(../images/text-business.png) no-repeat;
	width:404px;
	height:32px;
	text-indent:-9999px;
	overflow:hidden;
}
#footer a.footer-logo {
	position:absolute;
	right:4px;
	top:87px;
	background:url(../images/bg-footer-logo.png) no-repeat;
	width:200px;
	height:33px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}

.products-list {
	width:100%;
	display:inline-block;
}

.products-list:after {
	content:" ";
	display:block;
	overflow:hidden;
	clear:both;
}

.product-image {
	width:125px;
	float:left;
	margin-right:10px;
}

.product-desc {
	width:300px;
	float:left;
}

.product-addtocart {
	width:200px;
	float:left;
}

.aright {
	display:block;
	text-align:right;
	padding-right:20px;
}
.aright-no-pad {
	display:block;
	text-align:right;
}
.fright {
	float:right;
}
.fright a {
	font-size:12px;
}
.no-pad-right {
	padding-right:0px !important;
}
.pad-20 {
	padding:10px 20px;
}
ul.products-info {
	margin:0;
	padding:0;
}
ul.products-info li {
	display:block;
	padding:15px;
	border-bottom:#e1e1e1 solid 1px;
	
}
ul.products-info li a {
	background:none;
	margin-left:0 !important;
	padding-left:0 !important;
}
ul.products-info div.img-holder {
	width:75px;
	float:left;
}
ul.products-info div.text-holder {
	width:490px;
	float:left;
	padding-left:10px;
}

ul.products-info div.text-holder p.product-name {
	color:#4d8aaa;
	font-size:16px;
}

ul.products-info div.text-holder p {
	color:#555;
	padding:0;
	margin:5px 0;
}

ul.products-info div.text-holder div.prod-price {
	width:200px;
	float:left;
}
ul.products-info div.text-holder div.prod-qty {
	width:75px;
	float:left;
}
ul.products-info div.text-holder div.prod-price span,
ul.products-info div.text-holder div.prod-qty span {
	color:#909090;
	font-size:12px;
	display:block;
	margin-bottom:5px;
}
ul.products-info div.text-holder div.prod-price strong {
	color:#333;
	font-size:20px;
	font-weight:normal;
}
ul.products-info div.text-holder div.prod-add-to-cart {
	width:102px;
	float:left;	
	padding-top:17px;
}
ul.products-info div.text-holder div.prod-share {
	width:135px;
	float:left;	
	padding-top:23px;
	margin-left:40px;
}

a.more-link {
	font-size:10px !important;
	background:url(../images/arrow.gif) no-repeat right center !important;
	color:#900 !important;
	text-transform:uppercase;
	padding-right:8px !important;
	font-weight:bold;
}
ul.boxed-pagination {
	padding:0;
	margin:0;
	list-style:none;
	float:right;
}

ul.boxed-pagination li {
	float:left;
	border:#448ac6 solid 1px;
	margin:0 3px;
	padding:0;
	text-align:center
}

ul.boxed-pagination li.label {
	border:none;
	font-weight:bold;
	padding-top:3px;
}

ul.boxed-pagination li a {
	text-decoration:none;
	color:#448ac6;
	display:block;
	font-size:11px;
	font-weight:bold;
	width:20px;
	height:20px;
	line-height:20px;
	padding-left:0 !important;
	margin-left:0 !important;
	background-image:none !important;
}

ul.boxed-pagination li a.active,
ul.boxed-pagination li a:hover {
	color:#fff;
	background-color:#448ac6;
}

.do-login {

	width:200px;
	padding-right:20px;
}
.do-signup {

	width:200px;
	padding-left:20px;
}

a.checkout {
	background:url(../images/btn-checkout.gif) no-repeat;
	width:102px;
	height:30px;
	float:right;
	text-indent:-9999px !important;
}

.checkout-summary {
	border:#e5f3fe solid 1px;
	width:606px;
	background:#f4f8fb;
}

.checkout-summary tr.head {
	color:#357393;
	font-weight:bold;
	background:#eaf5fd;
}

.checkout-summary tr.bottom {
	color:#7fd371;
	font-weight:bold;
	background:#eaf5fd;
}

.checkout-summary tr.light-gray{
	color:#999999;
	font-size:10px;
}

.checkout-summary tr {
	padding:10px 0;
	background:#f4f8fb;
}

.checkout-summary td {
	padding:5px;
	border-bottom:#e5f3fe solid 1px;
}

.marg-top-20 {
	 margin-top:20px;
}

.payment-info {
	float:left;
	width:290px;
	padding-right:10px;
	margin-bottom:10px;
}

.payment-info fieldset,
.general-form fieldset {
	border:0;
	padding:10px 0 0 0;
	margin:0;
}

.payment-info h1,
.general-form h1 {
	font-size:18px;
	color:#357393;
	font-weight:normal;
	margin:0;
	padding:0 0 5px 0;
	border-bottom:#e2e2e2 solid 1px;
}

.payment-info ul,
.general-form ul {
	margin:0;
	padding:0;
	list-style:none
}

.payment-info li,
.general-form li {
	display:block;
	padding:5px 0;
}

.payment-info label,
.general-form label {
	display:block;
	color:#333333;
	font-size:11px;
}

.payment-info input,
.general-form input {
	width:250px;
	padding:3px;
	font-size:14px;
}

.payment-info input.shorter,
.general-form input.shorter {
	width:50px;
}

.payment-info input.short,
.general-form input.short {
	width:100px;
}

.payment-info input.button,
.general-form input.button {
	width:auto;
}

.payment-info select,
.general-form select {
	padding:3px;
	font-size:14px;
}

.payment-options {
	float:left;
	width:280px;
	padding-left:15px;
	border-left:#CCCCCC 3px dotted;
}

.payment-options span {
	color:#cf612b;
	font-size:14px;
}

.direct-payment-info {
	float:left;
	width:280px;
	padding-left:15px;
	margin-bottom:10px;
	border-left:#CCCCCC 3px dotted; 
}

.direct-payment-info fieldset {
	border:0;
	padding:10px 0 0 0;
	margin:0;
}

.direct-payment-info h1 {
	font-size:18px;
	color:#357393;
	font-weight:normal;
	margin:0;
	padding:0 0 5px 0;
	border-bottom:#e2e2e2 solid 1px;
}

.direct-payment-info ul {
	margin:0;
	padding:0;
	list-style:none
}

.direct-payment-info li {
	display:block;
	padding:5px 0;
}

.direct-payment-info label {
	display:block;
	color:#333333;
	font-size:11px;
}

.direct-payment-info input {
	width:250px;
	padding:3px;
	font-size:14px;
}

.direct-payment-info input.checkbox {
	width:20px;
}

.direct-payment-info input.shorter {
	width:50px;
}

.direct-payment-info input.short {
	width:100px;
}

.direct-payment-info input.button {
	width:auto;
}

.direct-payment-info select {
	padding:3px;
	font-size:14px;
}

.note {
	color:#FF0000;
}

a.paypal-checkout {
	background:url(../images/btn-paypal-checkout.jpg) no-repeat top center;
	height:37px;
	display:block;
	text-indent:-9999px;
	margin:30px 0;
}

h2.orange-head {
	margin:0 0 21px;
	color:#cf612b;
	font-size:20px;
	font-weight:normal;
	border-bottom:1px solid #e1e1e1;
	padding:13px 0 9px 5px;
	line-height:20px;
	text-align:left;
}

.login-form {
	float:left;
	width:260px;
}

.signup-form {
	float:left;
	width:260px;
	margin-left:20px;
	padding-left:20px;
	border-left:#CCCCCC dotted 3px;
}

.update-cart {
	background:url(../images/update-cart-ico.gif) no-repeat 0 50%;
	line-height:20px;
	padding-left:25px;
	display:block;
	text-transform:uppercase;
	font-size:12px;
}

.apply-job-button {
	display:block;
	background:url(../images/btn-job-apply.jpg) no-repeat;
	width:590px;
	height:30px;
	text-indent:-9999px!important;
}

h3.job-title {
	color:#92bdd3;
	font-size:16px;
}

.even-row {
	background:#EFEFEF;
	padding:5px 10px 10px 10px;
}

.odd-row {
	background:#ffffff;
	padding:1px 10px 10px 10px;
}