/*
	Copyright 2010 QuillDesign
	Icons credit: http://www.pinvoke.com
*/
@import "reset.css";
@import "colors.css";

/* @group Globals */

body {
	font: 12px  Arial, Helvetica, Verdana, sans;
	color: #2c2c2c;
	background: #fff url(../images/bg.gif) center top no-repeat;
}
body a { color: #2c2c2c; }
strong { font-weight: bold; }

/* @end */

/* @group Utilities */

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.hr {
	height: 1px;
	background: #cfcfcf;
}
.hr hr { display: none; }

/* @end */

/* @group Structure */

#bgwrap {
	margin: 0 auto;
	width: 1000px;
}
#header {
	position: relative;
	margin: 0 0 0px 0;
	height: 103px;
}
#content-wrap {
	float: right;
	margin-left: -384px;
	/* min-height: 700px; */
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	background: #fff url(../images/2_sidebar_bg_tile.png) 188px 0 repeat-y;
	min-height:700px;
}
#content-inner { margin: 0 0 0 189px; }
.cart #col-wrap { padding: 0; }
.cart #content-inner { margin-right: 0; }
#content {
	float: left;
	padding: 10px;
	width: 592px;
}
#content-wrap.wide { background: #fff url(../images/sidebar_border_tile.png) 188px 0 repeat-y; }
.cart #content-wrap, #content-wrap.cart {
	border: 0;
	background: 0;
}
#content-wrap.cart {
	min-height:250px;
}
#content-wrap.full { background: #fff; }
.wide #content-inner { margin-left: 198px; }
.wide #content { width: 780px; }
.full #content-inner { margin-left: 5px; }
.full #content { width: 990px; }
.cart #content-inner { margin-left: 5px; }
.cart #content, .account #content {
	margin: 0 5px 0 0;
	width: 756px;
	border: 1px solid #ccc;
	background: #fff;
}
#cart-sidebar {
	float: right;
	width: 217px;
}
#footer {
	clear: both;
	margin: 0 auto 0 auto;
	padding: 0 26px;
	width: 994px;
	height: 150px;
}

/* @end */

/* @group Header */

#header h1 { position: absolute; top: 16px; }
h1 a {
	display: block;
	width:320px;
	height:50px;
	text-indent:-999px;
	background: url(../images/greatoccasions_logo_R.gif) left no-repeat;
}
#search-form, #header-info, #cart-info { float: right; }
#search-form {
	padding: 25px 20px 13px 0;
}
#search-form li { float: left; }
#search-form input {
	padding: 4px;
	width: 200px;
	border: 1px solid #000;
}
#search-form button {
	width: 33px; height: 26px;
	background: url(../images/search_btn.png) no-repeat;
}
#cart-info {
	font-size:11px;
	margin: 10px 0 0 0; padding: 10px 0 0 20px;
	width: 125px; height: 53px;
/*	border-left: 1px solid #D3D3D3; */
}
#cart-info dt a {
	display: block;
	margin: 0 0 10px 0; padding: 0 0 0 28px;
	line-height: 21px;
	font-weight: bold; text-decoration: none;
	background: url(../images/cart_icon.png) no-repeat;
}
#cart-info dd {
	float: left;
	margin: 0 10px 0 0;
}
#header-info {
	margin: 10px 0 0 0; padding: 6px 20px 0 20px;
	height: 57px;
	line-height: 24px;
	font-weight: bold;
	/* border-left: 1px solid #D3D3D3; */
}
#send-page {
	margin: 0 5px 10px 0;
	height: 20px;
	line-height: 16px;
}
#send-page a {
	float: right;
	padding: 0 0 0 24px;
	background: url(../images/email_go.png) left no-repeat;
}
#header a:hover { text-decoration: underline; }

/* Breadcrumb */
#content #breadcrumb {
	margin: 0 0 16px 0;
	line-height: 20px;
}
#breadcrumb li { display: inline; }

/* @end */


/* @group Navigation */

#nav {
	position: absolute; top: 73px; z-index: 100;
	display: table;
	margin: 0; padding: 3px 0;
	width: 998px; height: 22px;
	border: 1px solid #e0e0e0;
	background: url(../images/navbg.jpg) repeat-x;
}
#nav li {
	display: table-cell;
	border-left: 1px solid #b3b3b3;
}
#nav li:first-child { border: 0; }
#nav > li > a {
	display: block;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #575800;
	text-decoration: none;
}
/* @group Flyout Menu */
#nav li ul {
	position: absolute; left: 0; z-index: 98;
	margin: 3px 0 0 0;
	padding: 18px 0 0 16px;
	width: 982px;
	border: 1px solid #DFDFDF;
	background: #fefdf3;
}
#nav li ul dl {
	float: left;
	width: 220px;
	border: 0;
}
#nav dl {
	margin: 0 20px 16px 0;
	line-height: 18px;
}
#nav dl.clear-row { clear: left; }
#nav dt { font-weight: bold; }
#nav dd a { text-decoration: none; font-size:11px; }

/* @end */
#nav #account-btn {
	width: 144px;
}
/* @end */

/* @group Forms */

fieldset { display: block; }
form li { margin: 0 0 14px 0; }
form li > label { display: block; }
form li.list_price {text-decoration:line-through;}
form li.base_price {color:#b7002f;font-weight:bold}
form dl { line-height: 20px; }
form dt {
	clear: both;
	margin: 0 10px 0 0;
	width: 140px;
}
form dt.checkbox { width: auto; }
form dt, form dd {
	float: left;
	margin-bottom: 6px;
}
form input.txt {
	padding: 2px;
	width: 190px;
}
form .select-list {
	padding: 2px;
	width:190px;
}
form .cc-expire {
	margin-right:5px; 
	width:90px;
}
form input.txt.small { width: 40px; }
form input.checkbox { width: auto; }
form input.qty { width: 20px; }
form#filter li {
	float: right;
	margin: 0 0 10px 10px;
}
form ul.form-errors {
	padding: 10px 10px 0 10px;
	border: 1px solid;
}

/* @end */

/* @group Buttons */

.button-row {
	clear: both;
	margin: 20px 0;
	height: 24px;
}
.button-row.top { margin: -32px 0 8px 0 }
.button-row li { float: right; }
button, a.button {
	float: right;
	margin: 0;
	height: 23px;
	color: #fff; font-size: 12px; text-transform: uppercase;
	background: url(../images/btn_bg_left.png) left no-repeat;
	border: 0;
}
#toolbar button, #toolbar a.button {
	height: 19px;
	color: #000; text-transform: none;
	background: url(../images/grey_btn_bg_left.png) left no-repeat;
}
a.button {
	padding: 0 0 0 7px;
	text-decoration: none;
}
button { padding: 0 0 0 4px; }
#toolbar button { padding: 0 0 0 5px; }
#toolbar a.button { padding: 0 0 0 8px; }
#content form button span, a.button span {
	float: left;
	padding: 0 15px 0 7px;
	height: 23px;
	color: #fff; font: 1em Helvetica, Arial, Verdana, sans; font-weight: bold;
	line-height: 24px;
	background: url(../images/btn_bg_right.png) right no-repeat;
}
#toolbar button span, #toolbar a.button span {
	height: 19px;
	line-height: 19px;
	background: url(../images/grey_btn_bg_right.png) right no-repeat;
}
button span { margin-top: -2px; }
button:hover, a.button:hover { cursor: pointer; }
button.big-btn, a.big-btn {
	height: 34px;
	line-height: 34px;
	text-transform: none;
	background: url(../images/big_btn_left.png) left no-repeat;
	opacity: .9; -moz-opacity: .9;
}
#content button.big-btn span, a.big-btn span {
	height: 34px;
	line-height: 34px;
	color: #fff; font-size: 18px; font-weight: bold;
	background: url(../images/big_btn_right.png) right no-repeat;
}
button.big-btn:hover, a.big-btn:hover { opacity: 1; -moz-opacity: 1; }

/* @end */

/* @group Sidebar 1 */
#sidebar {
	float: left;
	margin: 0 0 0 1px;
	width: 188px;
	border-right: 1px solid #cfcfcf;
}
#sidebar h4 {
	font-size: 1em;
	font-weight: bold;
}
#sidebar h3, #sidebar2 h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0 27px;
	line-height: 30px;
	font-weight: bold; 
	font-size: 1em;
	/* border-top: 1px solid #cfcfcf; */
	border-bottom: 1px solid #cfcfcf;
	background: #FBF9EB url(../images/sidebar_hdr_bullet.png) 7px center no-repeat;
}
#sidebar2 h3:first-child { border-top: 0; }
.sidenav { margin: 0 0 12px 0; }
.sidenav li { 
	line-height: 34px; 
	border-bottom:1px solid #cfcfcf;
	background: #fff url(../images/nav_background.png) repeat-x bottom;
}
.sidenav li a {
	display: block;
	padding: 0 0 0 8px;
	margin: 0 0 0 6px;
}
.sidenav li a:hover {
	text-decoration: underline;
	background: #fff;
}
.sidenav a { text-decoration: none; }
.sidelist { margin: 0 0 6px 0; }
.sidelist li { padding:0 0 4px 16px; }

#promo {
	margin:8px;
	padding: 0px 5px 5px 5px;
	border:1px solid #C0C0C0;
}
#promo h4 {
	margin-top:10px;
	color:#993300;
}
#promo p {
	font-size:.9em;
}
/* @end */

/* @group Sidebar 2 */
#sidebar2 {
	float: right;
	width: 196px;
	border-left: 1px solid #d1d1d1;
	background: #fff;
}
.product-list { margin: 0 10px 20px 10px; }
.product-list dt {
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
	text-align: center;
	border-top: 1px solid #8b8b8b;
}
.product-list dt:first-child {
	margin-top: 0;
	border: 0;
}
.product-list dt a, .product-list dt img { display: block; }
.product-list dt img { margin: 0 auto 5px auto; }
.product-list .label {
	float: left;
	width: 50%;
}
.product-list .price { float: right; }
.product-list .your-price { font-weight: bold; }

/* @end */

/* @group Related Items */

#content h3.block-hdr {
	position: relative;
	margin: 0;
	padding: 0 10px;
	line-height: 28px;
	color: #515151;
	font-weight: bold;
	background: #efefef;
}

/* @end */

/* @group Product Gallery */

.gallery-list { margin: 0 0 20px 0; }
.gallery-list .price {
	color: #a60000;
	font-weight: bold;
}
.gallery-list > li {
	list-style:none;
	float: left;
	margin: 7px;
	width: 170px; min-height: 219px;
	padding: 5px;	
	text-align: center;
	border: 1px solid #cfcfcf;
	
}
.gallery-list img {	margin: 0 0 5px 0; }
.gallery-list li li { margin: 0; }

/* @end */

/* @group Pagination */

.pagination {
	position: relative;
	margin: 5px 0 0 0;
}
.pagination #page-sort, .pagination #per-page {
	position: absolute;
	margin: 0;
	bottom: 5px;
}
.pagination label { display: inline; }
.pagination select { margin: 0 3px; }
.pagination #per-page { right: 0; }
.pagination ol {
	display: table;
	width: 100%;
	height: 22px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
}
#content .pagination ol li {
	display: inline;
	margin: 0 2px 0 0;
	color: #343434;
}
.pagination ol a {
	padding: 4px 7px 3px 7px;
}
.pagination ol li.active {
	padding: 5px 8px 9px 8px;
	border: 0;
	background: url(../images/paginate_bg.png) center bottom no-repeat;
}
.pagination ol a {
	text-decoration: none;
	border: 1px solid #f0f0f0;
	background: #f0f0f0;
	border:1px solid #a9a9a9;
}
.pagination ol a:hover {
	border: 1px solid #bbb;
	background: #ddd;
}

/* @end */



/* @group Product Details */

/* Large Product Image Wrapper */
#prod-img-wrap {
	float: left;
	width: 380px;
}
#prod-img-wrap dl {
	display: table-cell;
	width: 380px;
	text-align: center;
}
#prod-img-wrap dt {
	margin: 0 0 10px 0;
}
#prod-img-wrap ul {
	margin: 20px 0 0 -5px;
	text-align: center;
}
#prod-img-wrap li {
	display: inline;
	margin: 0 0 0 5px;
}
#prod-img-wrap li img {
	margin: 0 0 5px 0;
	border: 1px solid #6a6a6a;
}
#prod-detail-wrap h3 {
	margin: 8px 0;
	color: #000;
	font-weight: bold;
	font-size: 1em;
}
#prod-detail-wrap h3.price {
	color: #e45555;
}
#prod-detail-wrap #prod-attr-nav {
	margin: 20px 0 6px 0;
}
/* Product Meta Info */
#prod-meta { margin: 0 0 20px 0; }
#prod-meta li { margin: 6px 0; }
/* Product Attribute Nav */
#prod-attr-nav li {
	display: inline;
	margin: 0 6px 0 0;
	line-height: 30px;
}
/* Product Add to Cart Form */
#cart-box {
	margin: 0 0 20px 380px;
	padding: 20px;
	border: 1px solid #d1d1d1;
	background: #f6f6f6;
	height:90px;
}
#cart-box select {
	width: 250px;
	padding:4px 2px;
}
#cart-box dt {
	float: none;
	margin: 0;
	width: auto;
	text-align: left;
}
#cart-box label {
	display: block;
	font-weight: bold;
}
#cart-box dt.qty, #cart-box dd.add-button {
	float: left;
	line-height: 35px;
}
#cart-box li.add-to-cart {width:230px;float:right;}
#cart-box li {width:120px;float:left;}
#cart-box .qty label{
	float: left;
	width:70px;
}
#cart-box .qty input {
	width:30px;
}
#cart-box dt.qty input {
	margin: 4px 60px 0 10px;
	padding:4px;
	width: 20px;
}
#cart-box .add-button button {
	margin: 6px 0 0 0;
}

form#add-to-cart {}
form#add-to-cart select {
	width: 350px;
	padding:4px 2px;
}
form#add-to-cart dt {
	float: none;
	margin: 0;
	width: auto;
	text-align: left;
}
form#add-to-cart label {
	display: block;
	font-weight: bold;
}
form#add-to-cart dt.qty, form#add-to-cart dd.add-button {
	float: left;
	line-height: 35px;
}
form#add-to-cart dt.qty label, form#add-to-cart dt.qty input {
	float: left;
}
form#add-to-cart dt.qty input {
	margin: 4px 60px 0 10px;
	padding:4px;
	width: 20px;
}
#add-to-cart .add-button button {
	margin: 6px 0 0 0;
}
/* Reviews */
h3.block-hdr a {
	position: absolute;
	right: 10px;
	line-height: 28px;
	font-size: .834em;
}
/* Related */
#content .prod-table td {
	padding-top: 10px;
	line-height: 1em;
	border: 0;
	border-bottom:1px solid #d1d1d1;
}
#content .prod-table td.list-pricing {
	width:140px;
}
#content .prod-table tr.btn-row td {
	padding: 10px 0 10px 0;
	/* border-bottom: 1px solid #d1d1d1; */
	border-bottom: 0px;
}

/* @end */

/* @group Content */

.cart #content-wrap { border: 0; }
#content h1 {
	margin: 0 ;
	font-weight: bold;
	color: #626262;
	font-size: 1.5em;
}

#content h2 {
	margin: 0 0 16px 0;
	font-weight: bold;
	color: #626262;
	font-size: 1.5em;
}
#content h2 a.button, #content h2 button {
	margin-left: 10px;
}
#content h3 {
	margin: 8px 0;
	font-size: 1.167em;	font-weight: bold;
}
#content p { margin: 15px 0; }
#content .content-block {
	padding: 0 0px 15px 0px;
	margin: 0 0 10px 0;
}
#content .faded, #content .faded a { color: #ccc; }
#content table {
	border-collapse: collapse;
	margin: 0 0 20px 0;
	width: 100%;
}
#content table td {
	border-bottom: 1px solid #ccc;
}
#content table th {
	color: #626262;
	border-bottom: 1px solid #ccc;
}
#content table.cart th {
	padding: 0 10px 4px 10px;
	line-height: 32px;
	border-top: 1px solid #ccc;
	border-bottom: 0;
}
#content table th {
	padding: 0 10px;
	line-height: 24px;
	font-size: 1.167em;
	font-weight: bold;
}
#content table th.action-cell a {
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
}
#content table td {
	padding: 0 10px;
	line-height: 30px;
	vertical-align: top;
}
#content table.cart td {
	padding: 8px 10px 10px 10px;
	line-height: 16px;
}
#content table.cart td ul { margin: 0; }
#content table th.small { width: 10%; }
#content table tr.alt td { background: #f8f8f8; }
#content table td.action-cell {
	padding-top: 0;
	padding-bottom: 0;
}
#content a.action {
	float: right;
	margin: 0 0 -5px 20px;
	padding: 0 0 0 22px;
	color: #747474;
}
table.cart .options { text-align: center; }
#content a.action:hover { color: #000; }
#content a.action.add { background: url(../images/add_icon.png) no-repeat; }
#content a.action.edit { background: url(../images/edit_icon.png) no-repeat; }
#content a.action.delete { background: url(../images/delete_icon.png) no-repeat; }
#content a.action.download { background: url(../images/download_icon.png) no-repeat; }
#content a.action.add-to-cart { background: url(../images/add_to_cart_icon.png) no-repeat; }
#content a.action.view { background: url(../images/view_icon.png) no-repeat; }
#content a.action.send { background: url(../images/send_icon.png) no-repeat; }
.BasePrice {
	color:red;
}
.profile dt, .profile dd {
	float: left;
	margin: 0 0 10px 0;
	line-height: 1.167em;
}
.profile dt {
	clear: both;
	width: 125px;
	font-weight: bold;
}
#address-list li {
	margin: 10px 0 0 0; padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
#address-list dt { font-weight: bold; }
#address-list dt span { float: right; }
div.notice {
	margin: 10px 0; padding: 10px;
	text-align: center;
	border: 1px solid #424242;
	background: #fffbd8;
}
.center { text-align: center; }
#content ul { margin: 5px 0; }
ul.comments li {
	margin: 10px 0 0 0; padding: 0 0 10px 0;
	border-bottom: 1px solid #CFCFCF;
}

/* @end */

/* @group Cart */

#content-wrap.account {
	border: 0;
	background: 0;
}
table.cart { border: 0; }
table.cart th {
	padding: 0 20px;
	color: #696969; text-transform: uppercase;
	font-weight: bold;
	line-height: 24px;
}
table.cart td {
	padding: 10px 20px;
	border-bottom: 1px solid #979797;
}
table.cart td img {
	float: left;
	margin: 0 20px 0 0;
}
table.cart li { margin: 0; }
table.cart dt, table.cart dd {
	float: none;
	margin: 0;
	width: auto;
	line-height: 20px;
}
table.cart dt { font-weight: bold;}
table.cart dd li { display: inline; }
table.cart input.qty { margin-left: 5px; }
table.cart td label {
	display: block;
	margin: 5px 0 0 0;
	font-size: 10px;
}
table.cart #description { width: 300px; }
table.cart em.discount { text-decoration: line-through; }
table.cart em { color: #de0202; }
/* Cart Summary */
#content .summary {
	float: right;
	margin: 0 0 20px 0;
	padding: 10px;
	width: 350px;
	font-size: 1.167em;
}
#content .summary td {
	padding: 4px;
	line-height: 16px;
	text-align: right;
	border: 0;
}
#content .summary td.label { font-weight: bold; }
.summary tr.total-row { font-size: 1.5em; }
.summary tr.total-row, .summary tr.total-row td { border-top: 1px solid #ccc; }
#content-inner .summary tr.total-row td { padding: 16px 0 0 0; }
.checkout-block .summary td { line-height: 16px; }
.checkout-block .summary .total-row td { font-weight: bold; }
.checkout-block .summary td:last-child { text-align: right; }
.checkout-block {
	margin: 0 0 5px 0; padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
}
.checkout-block h3 {
	margin: 0 0 16px 0;
	color: #993300; font-size: 1.667em; font-weight: bold;
}
.checkout-block p { margin: 0 0 10px 0; }
#checkout-btn { opacity: 0.9; moz-opacity: 0.9; }
#checkout-btn:hover { opacity: 1; moz-opacity: 1; }
#coupon-form { float: left; }
#coupon-form li {
	float: left;
	margin: 0 10px 0 0;
}
#coupon-form label { color: #993300; font-size: 1.167em; font-weight: bold; }
#coupon-form button { float: left; }

/* @end */

/* @group Checkout */

h2#checkout-hdr {
	float: right;
	margin: 40px 40px 0 0; padding: 0 0 0 26px;
	font-size: 1.334em; font-weight: bold;
	background: url(../images/secure_icon.png) left no-repeat;
}
#checkout-crumb {
	float: right;
	margin: 30px 0 0 0;
	font-size: 1.167em;
	background: url(../images/checkout_crumb_bg.png) 0 30px repeat-x;
}
#checkout-crumb li {
	float: left;
	margin: 0 0 0 40px; padding: 0 0 40px 0;
	color: #000; font-weight: bold;
	background: url(../images/checkout_crumb_icon.png) center 26px no-repeat;
}
#checkout-crumb li:first-child {
	margin: 0;
	background-position: left 26px;
}
#checkout-crumb li:last-child { background: url(../images/checkout_crumb_icon_last.png) right 26px no-repeat; }
#checkout-crumb li.active { background-image: url(../images/checkout_crumb_icon_active.png); }
#checkout-crumb li.active:last-child { background-image: url(../images/checkout_crumb_icon_last_active.png); }
/* Checkout */
.two-col-wrap { margin: 0 0 40px 0; }
.two-col-wrap .checkout1, .two-col-wrap .checkout2 { float: left; }
.two-col-wrap .checkout1 {
	margin: 0 16px 0 0; padding: 0 10px 0 0;
	width: 362px;
	border-right: 1px solid #cfcfcf;
}
.two-col-wrap .checkout2 { width: 357px; }
.two-col-wrap form dt { width: 140px; }
.two-col-wrap form dt.checkbox { width: auto; }
.two-col-wrap form label {
	display: block;
	text-align: right;
}
.two-col-wrap form dt.checkbox label {
	display: inline;
	margin: 0 0 0 6px;
	width: auto;
}
.two-col-wrap form li > label { text-align: left; }
.two-col-wrap form li > label img {
	position: relative;
	top: 7px;
}
.two-col-wrap form li > label input { margin: 0 10px 0 0; }
.two-col-wrap dd label {
	text-align: left;
	width: 200px;
}
.two-col-wrap dd label input { margin: 0 10px 0 0; }
.two-col-wrap dd label span {
	display: block;
	color: #000; font-weight: bold;
}
.two-col-wrap textarea {
	padding: 3px;
	width: 345px; height: 100px;
}
.cart form h4 { font-size: 1.167em; font-weight: bold; }
form li.highlight {
	margin: 0 0 0 -10px; padding: 10px 0 10px 20px;
	width: 362px;
	background: #efefef;
}
/* Order Details */
.order-details { width: 100%; }
.order-details td {
	text-align: right;
	line-height: 18px;
}
.order-details td.label { text-align: left; }
.order-details tr.total td {
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
dl.cart-info-col {
	float: left;
	margin: 0 0 20px 0;
	width: 30%;
}
.cart-info-col dt {
	margin: 0 0 6px 0;
	font-size: 1.167em; font-weight: bold;
}

.customer-shipping-address, .customer-account-address {
	padding: 5px 15px 5px 15px;
	display:block;
	cursor:pointer;
	border:1px solid #C0C0C0;
}
.customer-shipping-address:hover, .customer-account-address:hover {
	background-color:#eeeeee;
}
.customer-shipping-address a, .customer-account-address a{
	text-decoration:none;
	font-weight:bold;
}
.cart-address-block-select {
	float:right;
}
.display-note {
	display:none; 
	border:2px solid #424242; 
	background:#fffbd8;
	padding:10px;
}

.invoice-number {
	font-size:1.5em;
	font-weight:bold;
	margin: 0 0 16px;
}

/* @end */

/* search-results */
#search-results li {
	padding:3px 0 3px 0;
	margin:3px 0 5px 0;
	border-bottom:1px solid #C0C0C0;
}

/* @end */
/* @group Add to Cart flydown */

#cart-add {
	padding: 0 10px;
	background: url(../images/cart_add_bg.png) top repeat-x;
}
#cart-add h1 {
	margin: 0 0 10px 0;
	line-height: 33px; text-align: center;
	font-size: 14px; color: #444; font-weight: bold;
	border-bottom: 2px solid #d2d2d2;
}
#cart-add h2 {
	margin: 0 0 10px 0;
	font-size: 14px; font-weight: bold; color: #88be6d; text-transform: uppercase;
}
#cart-add h4 {
	margin: 0 0 10px 0;
	font-size: 12px; font-weight: bold; color: #444; text-transform: uppercase;
}
#cart-add #item-block {
	position: relative;
	padding: 0 0 0 160px;
	min-height: 166px;
}
#cart-add h3 {
	margin: 0 0 18px 0;
	color: #444; font-size: 14px; font-weight: bold;
}
#cart-add #item-block img {
	position: absolute; top: 0; left: 0;
	border: 1px solid #d2d2d2;
}
#cart-add #item-block #item-details {
	float: left;
	color: #9b9b9b;
}
#cart-add #item-block #item-price {
	float: right;
	color: #262626; font-size: 24px; font-weight: bold;
}
#cart-add #total-block {
	clear: both;
	margin: 0 0 10px 0; padding: 10px 0;
	border-top: 2px solid #d2d2d2;
	border-bottom: 2px solid #d2d2d2;
}
#cart-add #total-block h2 {
	padding: 0 0 0 160px;
	color: #444;
}
#cart-add #total-block h2 span {
	color: #9b9b9b;
}
#cart-add #total-block h2 em {
	float: right;
}
#cart-add #total-block ul {
	clear: both;
	float: right;
	line-height: 23px;
}
#cart-add #total-block li {
	float: left;
	margin: 0 0 0 10px;
}
#cart-add #total-block a {
	color: #002afe;
}
#cart-add #total-block .button {
	float: left;
}
#cart-add #related-list li
{
	float: left;
	margin: 0 19px 0 0;
	width: 152px;
	text-align: center;
}
#cart-add #related-list li:last-child {
	margin: 0;
}
#cart-add #related-list img {
	display: block;
	margin: 0 0 3px 0;
	border: 1px solid #d2d2d2;
}
#cart-add #related-list dd.title {
	margin: 0 0 6px 0;
}
#cart-add #related-list dd.price {
	color: #c70000; font-weight: bold;
}
#cart-add .close-btn {
	position: absolute;
	top: 5px; left: 10px;
	width: 30px; height: 23px;
	text-indent: -999px; overflow: hidden;
	background: url(../images/close_btn.png) no-repeat;
}
#cart-add .close-btn:hover {
	opacity: .9; -moz-opacity: .9;
}

#mini-cart {
	width: 170px;
	height: 350px;
	background: #fff;
	-moz-box-shadow: 0 0 7px #888;
	-webkit-box-shadow: 0 0 7px #888;
	box-shadow: 0 0 7px #888;
}
#mini-cart h4 {
	padding: 0 12px;
	line-height: 30px;
	font-size: 1.167em; font-weight: bold;
	border-bottom: 1px solid #d2d2d2;
}
#mini-cart dl {
	height: 250px;
	overflow-y: auto;
	font-size: 0.834em;
	border-bottom: 1px solid #d2d2d2;
}
#mini-cart dt {
	position: relative;
	padding: 10px 6px 2px 44px;
	color: #9b9b9b;
}
#mini-cart dt img {
	position: absolute; top: 10px; left: 6px;
	border: 1px solid #d2d2d2;
}
#mini-cart dd {
	padding: 0 6px 10px 44px;
}
#mini-cart h5, #mini-cart ul {
	padding: 0 16px;
}
#mini-cart h5 {
	padding: 8px 0 8px 44px;
	color: #9b9b9b;
}
#mini-cart h5 span {
	font-weight: bold; color: #c70000;
}
#mini-cart ul {
	float: right;
	line-height: 23px;
	font-size: 0.834em;
}
#mini-cart li {
	float: left;
	margin: 0 0 0 6px;
}
/* Cart preview */
#cart-added-container {
	position: absolute;
	top: -690px;
	width: 760px; 
	height: 600px; 
	border: 1px #999 solid;
	margin: 0 0 0 120px;
	z-index:9999;
	background-color: white;
	overflow: hidden;
}

#cart-preview-container table {
	margin:5px;
}
#cart-preview-container td.bottom {
	padding-bottom:10px;
	
}
#cart-preview-container .item {
	color:#000;
}
#cart-preview-container h2 {
	display:block;	
	background-color:#dfdfdf;
	color: #626262;
	padding: 2px 0;
	width:100%;
	text-align:right;
}
#cart-preview-container a.close {
	color:#626262;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
#cart-preview-container li {
	list-style:none;
	color:#7F7D7E;
}
#cart-preview-container dl {
	background-color:#dfdfdf;
	padding:5px 0 0 0;
}
#cart-preview-container dd {
	float:left;
	width:125px;
	height:16px;
	background-color:#dfdfdf;
	color:#626262;
	font-weight:bold;
	text-transform:uppercase;
	
}
#cart-preview-container dt {
	float:right; 
	width:90px;
	height:16px;
	background-color:#dfdfdf;
}
#cart-preview-container a.view-cart {
	display:block;
	width:75px;
	height:16px;
	text-indent:-9999px;
	background: url(../images/view_cart_preview.png) no-repeat;
}
/* @end */
/* @Notice */
#notice {
	padding:15px;
	margin:20px auto;	
}
#notice h3 {
	font-size:15px;
	font-weight:bold;
	margin:0 0 10px 0;
}
#notice p {
	margin: 0 0 10px 0;
}
#notice.notice-info {
	border:1px solid #cb6e00;
	background-color: #fffbd8;	
}
#notice.notice-error {
	border:1px solid #e03131;
	background-color: #ffe8e8;	
}
#notice.notice-success {
	border:1px solid #3b9b36;
	background-color: #d3f5d1;
}
/* @End Notice */

/* @group Footer */

#foot-inner {
	margin:10px 0 0 0;
	padding: 0;
	font-size: .834em;
	
}
#footer ul {
	margin: 0 auto;
	width: 60%;
	text-align: center;
}
#footer li { display: inline; }

#foot-inner .left {
	float:left;
	width:200px;
	height:80px;
	}

#foot-inner .right{
	float:right;
	width:780px;
	text-align:right;
	height:80px;
	}
#foot-inner ul {
	width:100%;
	text-align:left;
	margin-bottom:10px;
}
#foot-inner p {
	text-align:left;
	padding: 0 0 5px 0;
	font-size:1.167em;
}
#foot-inner a {
	font-size:1.167em;
}
/* @end */
