/*
Theme Name: Duck Duck Green
Theme URI: http://www.goneutrino.com
Description: Powered by Neutrino Consulting, LLC
Version: 1.0
Author: Neutrino Consulting, LLC
*/

/*-------------------------------------------------
GLOBAL RESET
-------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear: both;
}
.hidden {
	display: none;
	visibility: hidden;
}
p.empty {
	text-align: center;
	margin: 50px 0;
}

/*-------------------------------------------------
GLOBAL
-------------------------------------------------*/

body {
	font-family: "Century Gothic", arial, verdana, sans-serif;
	font-size: 14px;
	color: #333;
	background: #fff;
	text-align: center;
}
a:link, a:visited, a:hover {
	text-decoration: none;
}

/*-------------------------------------------------
WRAPPER
-------------------------------------------------*/

.wrapperTop {
	width: 991px;
	height: 30px;
	background: url("../images/ddg/bg_wrapper_top.png") top center no-repeat;
}
.wrapper {
	width: 991px;
	margin: 0 auto;
	background: url("../images/ddg/bg_wrapper.png") center center repeat-y;
	text-align: left;
}
.wrapperBtm {
	width: 991px;
	height: 30px;
	background: url("../images/ddg/bg_wrapper_btm.png") top center no-repeat;
}

/* LAYOUT */
table.layout {
	width: 100%;
}
table.layout td {
	vertical-align: top;
}

/*-------------------------------------------------
LOGO
-------------------------------------------------*/

.logo a:link, .logo a:visited {
	display: block;
	background: url("../images/ddg/duckduckgreen.png") 0 0 no-repeat;
	width: 495px;
	height: 142px;
	margin: 0 0 0 75px;
}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/

.header {
	width: 951px;
	padding: 0 25px 0 15px;
	margin: 10px auto;
}
.header ul li {
	float: right;
	margin: 0 0 0 20px;
	padding: 5px 0 0 0;
	font-size: 11px;
	height: 12px;
	line-height: 12px;
	color: #666;
	vertical-align: bottom;
}
.header a:link, .header a:visited {
	color: #666;
}
.header a:link.cart, .header a:visited.cart {
	color: #ff6633;
}
.header a:hover, .header a:hover.cart {
	color: #66b821;
}

/*-------------------------------------------------
SIDEBAR
-------------------------------------------------*/

/* NAV */

.sidebar {
	margin: 115px 0 0 0;
}
.sidebar .nav {
	width: 175px;
	text-align: left;
	padding: 0 0 30px 0;
}
.sidebar .nav li {
	width: 175px;
	margin-bottom: 10px;
	text-transform: lowercase;
}
.sidebar .nav li.nProducts span,
.sidebar .nav li.nBlog span,
.sidebar .nav li.nBuzz span,
.sidebar .nav li.nAbout span {
	display: none;
	visibility: hidden;
}
.sidebar .nav li.nProducts a.nMaster {
	background: url("../images/ddg/nProducts.png") 0 0 no-repeat;
}

	/* CATEGORIES */
	/* L1 */
	.sidebar .nav li.nProducts ul {
		display: block;
		margin: 5px 0;
	}
	.sidebar .nav li.nProducts ul li {
		margin: 0;
	}
	.sidebar .nav li.nProducts ul li a {
		display: block;
		font-size: 1.0em;
		color: #707070;
		padding: 0 0 0 52px;
		height: 26px;
		line-height: 26px;
	}
	.sidebar .nav li.nProducts ul li a {
		background: url("../images/ddg/nCat.png") 0 0 no-repeat;
	}
	.sidebar .nav li.nProducts ul li a:hover,
	.sidebar .nav li.nProducts ul li.active a {
		background: url("../images/ddg/nCat.png") 0 -26px no-repeat;
	}
	.sidebar .nav li.nProducts ul li span {
		display: block;
		visibility: visible;
	}
	/* L2 */
	.sidebar .nav li.nProducts ul li ul {
		display: block;
		margin: 5px 0;
	}
	.sidebar .nav li.nProducts ul li ul li {
		margin: 0;
	}
	.sidebar .nav li.nProducts ul li ul li a {
		display: block;
		font-size: 0.85em;
		color: #707070;
		padding: 0 0 0 72px;
	}
	.sidebar .nav li.nProducts ul li ul li span {
		display: block;
		visibility: visible;
	}

.sidebar .nav li.nBlog a {
	background: url("../images/ddg/nBlog.png") 0 0 no-repeat;
}
.sidebar .nav li.nBuzz a {
	background: url("../images/ddg/nBuzz.png") 0 0 no-repeat;
}
.sidebar .nav li.nAbout a {
	background: url("../images/ddg/nAbout.png") 0 0 no-repeat;
}
.sidebar .nav li a:link, 
.sidebar .nav li a:visited {
	display: block;
	width: 175px;
	height: 26px;
}
.sidebar .nav li a:hover, 
.sidebar .nav li a.active {
	background-position: 0 -26px !important;
}
.sidebar .nav li.last a:link, 
.sidebar .nav li.last a:visited {
	color: #f0933f !important;
}

/* NEWSLETTER */

.sidebar .newsletter {
	width: 175px;
	height: 89px;
	background: url("../images/ddg/bg_sidebar_newsletter.png") no-repeat;
	text-align: left;
}
.sidebar .newsletter .input {
	padding: 36px 0 0 40px;
}
.sidebar .newsletter .input input {
	width: 120px;
	border-top: 1px solid #999;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #f4f4f4;
	color: #333;
	font-size: 12px;
	padding: 1px;
}
.sidebar .newsletter .submit {
	height: 24px;
	width: 80px;
	margin: 7px 0 0 0;
	float: right;
	cursor: pointer;
}

/*-------------------------------------------------
CONTENT
-------------------------------------------------*/

.content {
	padding: 20px 75px 0 75px;
}
.content h1, h3 {
	margin: 0 0 5px 0;
	font-size: 24px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.content h1 a:link, .post h1 a:visited {
	color: #333;
}

/* MY ACCOUNT H3 > TABLE */

.page-head {
	margin: 0 0 40px 0;
}
.page-head table td {
	vertical-align: bottom !important;
	padding: 0 25px 0 0;
	height: 22px;
}
.page-head table td h3 {
	margin: 0 !important;
	height: 22px;
}

/* ENTRY */
.content p {
	margin: 10px 0;
	line-height: 1.2em;
	font-size: 11px;
	color: #333;
}
.content a:link, .content a:visited {
	color: #66b821;
	text-decoration: underline;
}
.content a.alt:link, .content a.alt:visited {
	color: #f0933f;
	text-decoration: none;
	font-size: 11px;
}
.content a.alt:hover {
	color: #66b821;
	text-decoration: none;
}
span.greenLink {
	cursor: pointer;
	color: #66b821;
	text-decoration: none;
}

/* META */
.meta {
	color: #999;
	font-size: 12px;
}
.meta a:link, .meta a:visited {
	color: #66b821;
}

/*-------------------------------------------------
FOOTER
-------------------------------------------------*/

.footer {
	width: 951px;
	padding: 0 25px 0 15px;
	margin: 10px auto;
}
.footer ul li {
	float: left;
	margin: 0 0 0 20px;
	font-size: 11px;
	color: #666;
}
.footer a:link, .footer a:visited {
	color: #666;
}
.footer a:hover {
	color: #66b821;
}

/*-------------------------------------------------
DYNAMIC
-------------------------------------------------*/

/* HOME */
.dynamic-home table {
	width: 100%;
}
.dynamic-home td {
	width: 50%;
	padding: 25px 0 0 0;
}

/* ABOUT-US */
.about-us {
	width: 480px;
}

/*-------------------------------------------------
CATALOG
-------------------------------------------------*/

/* Navigation */
div.pager {
	width: 646px;
	margin: 10px 0;
}
div.pager ol {
	float: right;
}
div.pager ol li {
	display: inline;
	padding: 0 10px;
}
div.pager ol li span.on {
	color: #333;
}
div.pager ol li a:link, div.pager ol li a:visited {
	color: #f48025;
	text-decoration: none;
}
div.pager ol li a:hover {
	color: #66b821;
}
div.pager ol li.nextLnk {
	font-weight: bold;
	padding-right: 0;
}

/* Items */
div.listing-type-grid h5 a:link, div.listing-type-grid h5 a:visited {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	margin: 0;
}
div.listing-type-grid h6 {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #666;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}
div.listing-type-grid .price {
	font-size: 12px;
}

/*-------------------------------------------------
MY ACCOUNT
-------------------------------------------------*/

h4 {
	color: #f0933f;
	font-weight: normal;
	font-size: 15px;
	margin: 15px 0 10px 0;
}
.required {
	color: #f0933f;
	font-weight: bold;
}
.edit_btns {
	display: block;
	margin: 10px 0;
}
#form-validate table {
	width: 100%;
}
#login-form td, #form-validate td {
	width: 50%;	
}
.form-list,
.form-list-rows {
	margin: 30px 0;
	font-size: 11px;
	color: #333;
}
.form-list li,
.form-list-rows li {
	margin: 10px 0;
}
.form-list label {
	font-weight: normal;
	margin: 6px 0 0 0;
	padding: 5px 0 0 0;
	display: block;
	text-transform: lowercase;
}
.form-list-rows label {
	font-weight: normal;
	margin: 8px 0 4px 0;
	display: block;
	text-transform: lowercase;
}
.form-list input {
	float: right;
	border-top: 1px solid #999;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #f4f4f4;
	color: #333;
	font-size: 12px;
	padding: 2px;
	width: 190px;
}
.form-list-rows input {
	border-top: 1px solid #999;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #f4f4f4;
	color: #333;
	font-size: 12px;
	padding: 2px;
	width: 190px;
}
.form-list select {
	float: right;
	border-top: 1px solid #999;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #f4f4f4;
	color: #333;
	font-size: 12px;
	padding: 2px;
	width: 195px; /* PADDED */
}
/* RADIO > CHECKOUT */
ul.form-list-radio {
	font-size: 11px;
	color: #333;
}
ul.form-list-radio li {
	margin: 5px 0;
}

/* RADIO */
.form-list-rows input.form-radio {
	border: none;
	color: #333;
	font-size: 12px;
	padding: 0;
	width: auto;
	float: left;
}
.form-list-rows label.form-radio {
	font-weight: normal;
	display: inline;
	padding: 0 0 0 3px;
}

/* CHECKOUT > BTN WRAPPER */
div.button-set {
	margin: 40px 0 0 0;
}

/* CHECKOUT > CC */

table.checkoutCC {
	margin: 0 0 30px 0;
}
table.checkoutCC td {
	padding: 10px 0;
}
table.checkoutCC td label {
	font-size: 11px;
	color: #333;
}
.checkout-sub {
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #f0933f;
	font-style: italic;
	font-weight: normal;
}
.ddg-success {
	margin: 30px 0 0 0;
	font-size: 12px;
}
.ddg-success p {
	font-size: 12px;
}
.ddg-success p strong { font-weight: bold; }

/* GIFT MSG */

.isitagift {
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #666;
	font-style: italic;
	font-weight: normal;
}
textarea.gift-message-whole-message {
	border-top: 1px solid #999;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #f4f4f4;
	color: #333;
	font-size: 12px;
	padding: 2px; 
}


/* BTNS */
div.btnContinue {
	width: 135px;
	height: 27px;
	background: url("/skin/frontend/ddg/default/images/ddg/btnContinue.png") 0 0 no-repeat;
	display: block;
	float: right;
	cursor: pointer;
}
	div.btnContinue:hover {
		background: url("/skin/frontend/ddg/default/images/ddg/btnContinue.png") 0 -27px no-repeat;
	}
span.btnCheckout {
	width: 179px;
	height: 27px;
	background: url("/skin/frontend/ddg/default/images/ddg/btnCheckout.png") 0 0 no-repeat;
	display: block;
	cursor: pointer;
}
	span.btnCheckout:hover {
		background: url("/skin/frontend/ddg/default/images/ddg/btnCheckout.png") 0 -27px no-repeat;
	}
div.btnContinueShopping {
	width: 178px;
	height: 27px;
	background: url("/skin/frontend/ddg/default/images/ddg/btn_continueshopping.png") 0 0 no-repeat;
	display: block;
	cursor: pointer;
}
	div.btnContinueShopping:hover {
		background: url("/skin/frontend/ddg/default/images/ddg/btn_continueshopping.png") 0 -27px no-repeat;
	}
div.btnAddCart {
	width: 315px;
	height: 32px;
	background: url("/skin/frontend/ddg/default/images/ddg/btnAddCart.png") 0 0 no-repeat;
	display: block;
	cursor: pointer;
}
div.btnRegistry {
	width: 315px;
	height: 32px;
	background: url("/skin/frontend/ddg/default/images/ddg/btnAddRegistry.png") 0 0 no-repeat;
	display: block;
	cursor: pointer;
}
div.btnCheckoutAlt {
	width: 315px;
	height: 39px;
	background: url("/skin/frontend/ddg/default/images/ddg/btnCheckoutContinue.gif") 0 0 no-repeat;
	display: block;
	cursor: pointer;
}

/* BUTTON CLASSES */
button.btnLogin,
div.btnLogin {
	width: 135px;
	height: 27px;
	background: url("/skin/frontend/ddg/default/images/ddg/btnLogin.png") 0 0 no-repeat;
	display: block;
	float: right;
	cursor: pointer;
	border: none !important;
}
	button.btnLogin:hover,
	div.btnLogin:hover {
		background: url("/skin/frontend/ddg/default/images/ddg/btnLogin.png") 0 -27px no-repeat;
	}
button.btnSearch {
	width: 135px;
	height: 27px;
	background: url("/skin/frontend/ddg/default/images/ddg/btnSearch.png") 0 0 no-repeat;
	display: block;
	float: right;
	cursor: pointer;
	border: none !important;
}
	button.btnSearch:hover {
		background: url("/skin/frontend/ddg/default/images/ddg/btnSearch.png") 0 -27px no-repeat;
	}
button.btnContinue {
	width: 135px;
	height: 27px;
	background: url("/skin/frontend/ddg/default/images/ddg/btnContinue.png") 0 0 no-repeat;
	display: block;
	float: right;
	cursor: pointer;
	border: none !important;
}
	button.btnContinue:hover {
		background: url("/skin/frontend/ddg/default/images/ddg/btnContinue.png") 0 -27px no-repeat;
	}
button.btnSubmit {
	width: 135px;
	height: 27px;
	background: url("/skin/frontend/ddg/default/images/ddg/btn_submit.png") 0 0 no-repeat;
	display: block;
	float: right;
	cursor: pointer;
	border: none !important;
}
	button.btnSubmit:hover {
		background: url("/skin/frontend/ddg/default/images/ddg/btn_submit.png") 0 -27px no-repeat;
	}

/* MISC */
div.co-form-notice {
	font-weight: bold;
	color: #f18200;
	margin: 3px 0 0 0;
}

/*.validation-advice {
	display: none;
	visibility: hidden;
}*/
a.backBtn {
	color: #666 !important;
	font-size: 12px;
	text-decoration: none !important;
	text-transform: lowercase;
}
a.backBtn:hover {
	color: #66cc00 !important;
}

/* MY ACCOUNT > DASHBOARD */
.accountLinks ul li {
	margin: 15px 0;
	font-size: 11px;
}
.accountLinks ul li h4 {
	margin: 0 0 5px 0;
	font-weight: normal;
}
.accountLinks ul li h4 a:link, .accountLinks ul li h4 a:visited {
	color: #f0933f;
	font-size: 15px;
	text-decoration: none;
}

/* CHECKOUT > FORMS */
.one-page-checkout .form-list-rows {
	margin: 10px 0;
}
table.checkout-btns-box {
	width: 100%;
}
table.checkout-btns-box td {
	vertical-align: middle;
	width: 33%;
}
table.checkout-btns-box td.co-td-l {text-align: left;}
table.checkout-btns-box td.co-td-m {text-align: center;}
table.checkout-btns-box td.co-td-r {text-align: right;}

/*.payment-methods dl {
	margin: 30px 0;
}
.payment-methods ul {
	margin: 10px 0 !important;
}
.payment-methods dt {
	display: block;
}
.payment-methods dd li {
	margin: 10px 0;
}
.payment-methods dd label {
	font-weight: normal;
	margin: 8px 0 0 0;
	display: block;
}
.payment-methods dd input {
	border-top: 1px solid #999;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #f4f4f4;
	color: #333;
	font-size: 12px;
	padding: 2px;
	width: 250px;
	float: left;
	margin: 0;
}*/

/*-------------------------------------------------
PRODUCT
-------------------------------------------------*/

/* Description */
.product-collateral {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.3em;
}

/* Custom Attributes */
#manufacturer .ddg-whyweloveit, 
#manufacturer .ddg-readthereview, 
#manufacturer .ddg-kit-items,
#additional .ddg-manufacturer {
	display: none;
	visibility: hidden;
}
.ddg-manufacturer, #manufacturer {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #666;
	font-style: italic;
	font-weight: normal;
	margin: 0px 0 20px 0;
}
.ddg-whyweloveit span {
	display: block;
	text-transform: uppercase;
	margin: 20px 0 1px 0;
	font-size: 14px;
	letter-spacing: 5px;
}
.ddg-readthereview {
	margin: 1px 0 20px 0;
}
.ddg-readthereview a:link, .ddg-readthereview a:visited {
	font-family: "Century Gothic", arial, verdana, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #66b821;
	font-weight: bold;
	text-decoration: none;
}

/* PRODUCT IMAGE(S) */

.product-img-box {
	width: 315px;
	float: left;
}
.product-img-box p {
	margin: 0;
	line-height: 1;
}
.product-img-box .product-image-zoom { 
	position: relative;
	overflow: hidden; 
	width: 315px;
	height: 315px;
}
.product-img-box .product-image-zoom img { 
	position: absolute;
	left: 0;
	top: 0;
	cursor: default;
}
.product-img-box .more-views ul { 
	margin: 13px 0 0 -13px;
}
.product-img-box .more-views li { 
	float: left;
	margin: 0 0 0 13px;
}
.product-img-box .more-views li a { 
	float: left;
	width: 96px;
	height: 96px;
	overflow: hidden;
}
.gallery_image img {
	cursor: pointer;
}

/* PRICE + ADD TO CART */
.ddg-price {
	font-family: "Century Gothic", arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 20px 0 60px 0;;
}
.addLinks .btnAddCart {
	margin: 0 0 10px 0;
}

/* KIT ITEMS AJAX */

#ddg-kit-items-wrapper a:link, #ddg-kit-items-wrapper a:visited {
	color: #fe7f1d;
	text-decoration: none;
}
#ddg-kit-items-wrapper .kit-title {
	display: block;
	text-transform: uppercase;
	margin: 25px 0 15px 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: 5px;
}
.isinkit-title {
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 14px;
}
#ddg-kit-items-wrapper .ddg-kit-items ul {
	margin: 0 0 0 15px;
}
#ddg-kit-items-wrapper .ddg-kit-items li {
	list-style-type: disc;
	font-weight: normal;
	font-size: 12px !important;
}
#ddg-kit-items-wrapper .ddg-kit-items li a:link,
#ddg-kit-items-wrapper .ddg-kit-items li a:visited {
	font-size: 12px !important;
}

/* TOOLTIPS */
.tooltip {
	cursor: pointer;
	font-family: "Century Gothic", arial, verdana, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #66b821;
	font-weight: bold;
	text-decoration: none;
}
#tooltip {
	background: url("/skin/frontend/ddg/default/images/ddg/bg_tooltip.png") 0 0 no-repeat;
	width: 414px;
	height: 148px;
	overflow: hidden;
}
#loaderPop {
	margin: 50px 0 0 0;
}
#popTable {
	height: 148px;
	width: 364px;
	overflow: hidden;
}
#popTable td {
	vertical-align: middle !important;
}
#pop_name {
	margin: 0 0 5px 0;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}
#pop_manufacturer {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 1.25em;
	color: #666;
	font-style: italic;
	font-weight: normal;
	margin: 5px 0 10px 0;
}
#pop_description {
	font-size: 12px;
}

/* ORDER HISTORY */
#my-orders-table {
	width: 100%;
}
#my-orders-table th {
	font-size: 12px;
	padding: 0 0 10px 0;
}
#my-orders-table td {
	font-size: 12px;
	padding: 5px 0;
}

/* CART + CHECKOUT */

#checkout-review-table {
	margin: 10px 0 0 0;
	float: right;
	width: 700px;
}
.cartLinks a:link,
.cartLinks a:visited {
	font-size: 12px;
	color: #333;
	text-decoration: none;
	margin: 0 0 3px 0;
}
#shopping-cart-table th {
	font-size: 12px;
	color: #333;
	padding: 0 5px 5px 5px;
}
#shopping-cart-table td {
	padding: 10px;
	vertical-align: bottom;
	font-size: 12px;
	color: #333;
}

#shopping-cart-table .even td {
	padding-top: 0px;
/*	vertical-align: bottom;
	font-size: 12px;
	color: #333;
*/}

/* CHECKOUT */
#checkout-review-table th {
	font-size: 12px;
	color: #66b821;
	padding: 0 10px 15px 10px;
	
}
#checkout-review-table td {
	padding: 10px;
	vertical-align: bottom;
	font-size: 12px;
	color: #333;
}
#checkout-review-table tfoot tr.first td {
	padding-top: 60px !important;
}
#checkout-review-table tfoot td {
	text-align: right !important;
}
#checkout-review-table tfoot td span.price {
	display: block;
	text-align: left;
	padding: 0 0 0 10px;
}
/* END */

.backLink a:link, .backLink a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #666;
	text-transform: lowercase;
}
.backLink a:hover {
	color: #66b821;
}
a.orangeLink {
	color: #f0933f !important;
	text-decoration: none !important;
}

/* CHECKOUT STAGES */

.ddgStageBox td {
	height: 26px !important;
}
.ddgStageBox h3 {
	font-size: 24px !important;
	height: 26px !important;
	line-height: 24px !important;
	margin: 0 !important;
	letter-spacing: 3px !important;
	text-transform: uppercase !important;
}
.ddgStage li {
	float: left;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
}
.ddgStage li.active {
	color: #66cc00;
}
.ddgStage li.break {
	width: 15px;
}

/* CHECKOUT > ORDER REVIEW */

#checkout-review-table td {
	text-transform: lowercase !important;
}