/* Default Store Front CSS */
/* --- Imports --- */
@import url("reset.css");
@import url("3col.css");
@import url("common.css");
@import url("cart.css");
@import url("error.css");
/* --- Elements --- */
html, body {
    height: auto; /* 100% height hack, set min-height on #wrap to 100% */
	min-height:100%;
}

body {
    background:url(../images/clients/bk/bk-base-gg.png) 0 bottom repeat-x;
}

body, p, td, th, li {
    color: #333;
    font-family: arial, tahoma, verdana, arial, sans-serif;
    font-size: 1.0em;
    line-height: 1.5em;
}

p {
    font-size: 0.875em;
    margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.825em 0 0.5em 0;
}

h1 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.col1 h1 {
	background:url(../images/clients/headers/hdr-buy-my-shit-gg.png) 0 0 no-repeat;
	color:transparent;
	height:29px;
	width:142px;
	margin-bottom:20px;
}

h2 {
    font-size: 1.25em;
}

h3 {
    background: #ccc;
    font-size: 0.9em;
    font-weight: bold;
    padding: 3px;
}

h4 {
    font-size: 1.0em;
}

h5 {
    font-size: 0.9em;
}

h6 {
    font-size: 0.875em;
} #header h1 {
    display: none;
}

ul {
    list-style-type: none;
    margin: 0 0 0 25px;
}

ol {
    margin: 0 0 0 25px;
}

blockquote {
    color: #666;
    font-style: italic;
    margin: 0 0 18px 18px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

dt, dd {
    margin: 0;
    padding: 0;
}

/* --- form elements --- */
label {
    font-size: 0.9em;
}

input, select, textarea {
    border: 1px solid #ccc;
    background: #feffe6;
    display: block;
    font-size: 0.9em;
    margin: 0 0 10px 0;
}

input[type="hidden"] {
    display: none;
}

/* --- Link Styles --- */
a:link, a:visited {
    color: #bf7815;
    font-weight: bold;
}

a:hover, a:active {
    color: #5a6569;
    text-decoration: none;
}

/* --- Standard Definitions --- */
.left {
    float: left;
} 

.right {
    float: right;
} 

.clear {
    clear: both;
} 

.small {
    font-size: .625em;
} 

.large {
    font-size: 1em;
} 

.soft {
    color: #d3d3d3;
} 

.hide {
    display: none;
} 

.last {
    margin-bottom: 0;
} 

.title {
    font-weight: bold;
}

/* --- Containers --- */
#system-message {
    background: url(../images/icons/warning.png) 3px 3px no-repeat #000;
    color: #cc0033;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 30px;
    width: 100%;
}
#wrap {/* centers all, sets width, allows drop shadows off of colmask below */
    background: url(../images/clients/bk/bk-wrap-gg.png) 50% 0 repeat-y;
    margin: 0 auto;
    position: relative;
	min-height:100%;
    width: 1000px;
}
 
/* --- Header --- */

#header {
   	background: url(../images/clients/bk/bk-header-gg.png) 0 0 no-repeat;
    height:252px;
    margin: 0 auto;
    padding: 0;
	position: relative;
    width: 974px;
}

/* --- Main Nav --- */

ul#nav-main {
	position: absolute;
	top: 140px;
	left:200px;	
}

ul#nav-main li {
    display: inline;
    float: left;
    font-size: 1.3em;
	font-weight:300;
    list-style-type: none;
    margin: 2px 0;
	padding:0;
}

ul#nav-main li a {
    color: #663300;
    height: 20px;
    padding: 1.5em;
    text-decoration: none;
}

/* --- IF Image Replacement, remove IMAGES from #navIMAGES --- */

ul#nav-mainIMAGES li a {
    display: block;
    height: 20px /*set to height of images*/;
    outline: none;
    text-indent: -9999px;
}

/* all link require unique IDs with correct path and width of each image */
li#nav-mainIMAGESSample a {
    background-image: url(/images/nav/home.png);
    width: 75px;
}

/* --- Set 3 Column Properties (if using 3col.css) --- */

.colmask {
    margin: 0 0 0 50px; /*shifts colset to center content, remove if not using wrap*/
    width: 950px; /* width of column set */
}

.threecol {
    background: transparent; /* Right column background colour */
}
 
.threecol .colmid {
    margin-left: -190px; /* Width of right column */
    background: transparent; /* Center column background colour */
}

.threecol .colleft {
    left: 200px; /* Left column width + right column width */
    background: #f2f2f2; /* Left column background colour */
}

.threecol .col1wrap {
    right: 0; /* Width of left column */
    padding-bottom: 1em; /* Center column bottom padding. Leave it out if it's zero */
}

.threecol .col1 {
    margin: 0 215px 0 20px; /* Centre column side padding: Left padding = left column width + centre column left padding width; Right padding = right column width + centre column right padding width */
}

.threecol .col2 {
    width: 0; /* Width of left column content (left column width minus left and right padding) */
    right: 0; /* Width of the left-had side padding on the left column */
}

.threecol .col3 {
	margin-top:35px;
    width: 190px; /* Width of right column content (right column width minus left and right padding) */
    margin-right: 80px; /* Width of right column right-hand padding + left column left and right padding */
}

/* --- Center Column Containers --- */

.threecol .col1 .product-box {
    float: left;
    margin: 15px 30px 0 0;
    padding: 0 0 0 0;
    width: 420px;
}

.threecol .col1 .product-box .left {
    float: left;
    width: 150px;
    margin: 0 15px 0 0;
    text-align: center;
}

.threecol .col1 .product-box .left a {
    font-size: 0.75em;
    text-decoration: none;
}

.threecol .col1 .product-box h4 {
    background:#fff;
	color:#996600;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 3px;
}

.threecol .col1 .product-box div label {
    color: #333;
    float: left;
    margin-right: 5px;
}

.threecol .col1 #cart-total {
    margin: 0;
    width: 300px;
}

.threecol .col1 #cart-total a.continue-shopping {
    background: url(../images/icons/warning.png) 3px 5px no-repeat #999966;
    border: 1px solid #999966;
    color: #999966;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 10px 0;
    text-decoration: none;
    padding: 3px 5px 3px 25px;
}

a.cart-edit {
    background: url(../images/icons/cart_edit.png) 3px 3px no-repeat;
    font-size: 1.0em;
    font-weight: bold;
    margin: 10px 0;
    text-decoration: none;
    padding: 3px 5px 3px 25px;
}

.threecol .col3 .cart-count {
    background: url(../images/icons/cart.png) 2px 3px no-repeat;
    color: #009900;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 10px 20px 0;
    padding: 0 0 0 25px;
}

.threecol .col3 .cart-count a {
    text-decoration: none;
}

.threecol .col3 a.cart-item {
    background: url(../images/icons/cart_edit.png) 2px 3px no-repeat;
    color: #333;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 10px 10px 0;
    padding: 3px 0 0 25px;
}

.threecol .col3 .cart-count p.cart-total {

}

.threecol .col3 p {
    font-size: 0.775em;
}

.threecol .col3 input[type="submit"] {
    background: url(../images/icons/cart_go.png) 3px 3px no-repeat;
    border: 1px solid #999966;
    color: #999966;
    cursor: pointer;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 15px 0 0 30px;
    padding: 3px 5px 3px 20px;
}

/* --- Footer --- */

#footer {
    background: transparent;
    color: #ccc;
    clear: both;
    font-size: 0.75em;
    height: 30px;
    text-align: center;
	margin:0 auto;
	padding:0;
}
/* begin i_cartproduct properties */



div#cartcontents table {
	color:#333;
	font-size:1.0em;
	font-weight:600;
	margin:1em auto;
	width:450px;
}

div#cartcontents table th, div#cartcontents table td {
	padding:0.5em 0;
}

div#cartcontents table th {
	border-bottom:3px solid #ccc;
}

div#cartcontents table td.edit {
	border-bottom:1px solid #ccc;
	text-align:right;
	padding-bottom:1em;
}

.modifiers {
	font-size:1em;
}

.price {
    color: #006600;
}

.description {
	font-size:0.875em;
	margin:0.5em 0;
}

.quantity {
    color: #804040;
	text-align:center;
}

.total-price {
    color: #006633;
	text-align:right;
}

td.grand-total {
	color:#333;
    font-size: 1.25em;
    font-weight: bold;
	text-align:right;
}

td.grand-total span {
	color: #006633;
}

/* begin checkout properties */

div.checkout-wrap {
	margin:1em 0;
	width:40.625em
}

div.information, div.interrupt {
	border-bottom:3px solid #ccc;
	color:#666;
	font-weight:600;
	padding:0.5em;
}

div.information h3 {
	color:#cc9900;
	font-size:1.25em;
	font-weight:600;
}

div.interrupt {
	border-top:3px solid #ccc;
}

div.corral-submits {
	margin:1em 0;
	text-align:right;
}

/* thank you properties */

body.cart.checkout.thankyou  .c3 {
    display:none;
}

body.cart.checkout.thankyou  .c3 .checkout-wrap {
    width:90%;
}

pre {
    font-family:tahoma, verdana, arial, sans-serif;
    font-size:0.8em;
    margin:1em;
}







