/* BEGIN: Page Layout */
body {
    /* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
    font-size: 11px;
	padding: 0;
    margin: 0;
}

#container {
	display: block;
	width: 728px;
	position: relative;
	margin: 0px auto;
	text-align: left;
}

/* BEGIN: Header */
#header {
	height: 80px;
	position: relative;
	margin-bottom: 15px;
}

#header .logo {
	position: absolute;
	top: 28px;
}

#header .cart {
	background: url(/images/site/bag.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 15px;
	right: 0px;
	overflow: hidden;
}

#header .cart #num_items {
	font-size: 16px;
	width: 40px;
	text-align: center;
	bottom: 3px;
	position: absolute;
	padding-left: 1px;
}

#num_items a,
#num_items a:hover,
#num_items a:visited {
	color: #fff;
}

/* BEGIN: Breadcrumb */
#breadcrumb {
	position: absolute;
	bottom: 0px;
	font-size: 9px;
}

#breadcrumb ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#breadcrumb li {
	display: inline;
	margin: 0px;
	padding: 0px 3px 0px 18px;
	background: url(/images/site/breadcrumb.gif) 1px no-repeat;
}

#breadcrumb a {
	padding: 0px 3px 0px 18px;
	background: url(/images/site/breadcrumb.gif) 1px no-repeat;
}

#breadcrumb .first {
	background: none;
	padding-left: 0px;
}

#content {
	min-height: 422px;
} * html #content {
	height: 422px;
}

#footer {
	clear: both;
	margin-top: 15px;
	/*border-top: 1px solid #000;
	padding-top: 5px;*/
	text-align: center;
	margin-bottom: 25px;
}

/* BEGIN: Navigation Lisits */
#header .nav {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.nav li {
	display: inline;
	font-variant: small-caps;
	padding: 0px 10px 0px 5px;
	background: url(/images/site/spacer.gif) no-repeat right;
}

.nav li.last {
	padding-right: 0px;
	background: none;
}

.nav li.none {
	background: none;
}

/* BEGIN: HTML Elements */
h1 {
	font-size: 9px;
	font-weight: normal;
	display: inline;
}

h2 {
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

a, a:visited, a:hover {
	color: #000;
	text-decoration: none;
	outline: none;
}

img {
	border: 0;
}

/* BEGIN: Collection View */
#product-grid {
	margin-top: 35px;
}

#product-grid .pod {
	float: left;
	width: 160px;
	margin-bottom: 20px;
	margin-right: 28px;
}

#product-grid .pod.right {
	margin-right: 0px;
}

#product-grid .pod img {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

#product-grid .info {
	margin-left: 15px;
}

#product-grid .style {
	margin-top: 3px;
}

/* BEGIN: Product View */
#product-detail {
	
}

#product-detail .product_image {
	margin-left: 25px;
	float: left;	
}

#product-detail .more_views {
	text-align: center;
}

#product-detail .more_views img {
	margin-right: 10px;
}

#product-detail .product_description {
	float: right;
	width: 262px;
	margin-top: 35px;
}

#product-detail .product_description p {
	line-height: 1.8em;
	margin-bottom: 30px;
}

#product-detail .form_item {
	margin-bottom: 10px
}

#product-detail .form_button {
	text-align: right;
}

#product-detail .label {
	width: 112px; 
	float: left; 
	margin-bottom: 10px
}

#product-detail select {
	width: 150px;
}

#product-detail h3 {
	font-weight: normal;
	padding: 0px;
	margin: 0 0 5px 0;
	font-size: 9px;
	color: #999;
}

#product-detail p {
	
}

#product-detail select {
	font-size: 1.2em
}

/* BEGIN: WebForm Fields */
#webform {
	color: #333;
	font-size: 10px;
}

#webform h2 {
	background: transparent url(/images/site/dots.gif) bottom left repeat-x;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 18px;
	padding-bottom: 5px;
}

#webform .billing {
	width: 353px;
	float: left;
}

#webform .shipping {
	float: right;
	width: 353px;
}

#webform .half {
	float: left;
	width: 49%;
	margin-bottom: 20px;
}


#webform .note {
	vertical-align: bottom;
	height: 30px;
}


#webform fieldset {
	border: none;
	padding: 0px;
	clear: both;
}

#webform fieldset.error .key {
	font-weight: bold;
	color: #C90C0C;
}

#webform fieldset.error input,
#webform fieldset.error select {
	background-color: #fffcd9;
}

#webform input {
	width: 120px;
}

#webform .field {
	height: 30px;
}

#webform .key {
	width: 130px;
	margin: 0;
	padding: 3px 0 4px 0;
	text-align: left;
	float: left;
}

#webform .value input {
	width: 180px;
}

#webform .value select {
	width: 185px;
}

#webform .required {
	font-weight: bold;
	color: #C90C0C;
}

#webform .inputbox {
	border: 1px solid #ccc;
	padding: 2px;
}

#webform .buttons {
	text-align: right;
	clear: both;
}

#webform a,
#webform a:hover,
#webform a:visited {
	color: blue;
}

/* BEGIN: Payment Page */
#overview {
	font-size: 10px;
	margin-bottom: 25px;
	color: #333;
}

#overview a,
#overview a:hover,
#overview a:visited {
	color: blue;
	text-decoration: underline
}

#overview .pod {
	height: 170px; 
	background-color: #ededed; 
	padding: 10px; 
	line-height: 1.8em; 
	width: 220px; 
	margin-right: 3px; 
	float: left
}

#overview .last {
	margin-right: 0px;
}

/* BEGIN: Cart */
#cart table {
	width: 100%;
	border-collapse: collapse;
	color: #333;
	font-size: 10px;
}

#cart a,
#cart a:visited,
#cart a:hover {
	color: #333;
}

#cart table th {
	padding: 5px 0px;
	font-weight: bold;
}

#cart table td {
	border-top: 1px dotted #bababa;
	vertical-align: top;
	padding: 8px 0px;
}

#cart table td.description div.product {
	position: relative;
	width: 150px;	
	line-height: 15px;
}

#cart table .image {
	padding-bottom: 15px;
	width: 90px;
}

#cart .key {
	font-weight:bold;
	width: auto;
	margin-right: 5px;
}

#cart .remove {
	text-align: center
}

#cart .total {
	text-align: right;
	padding-right: 8px;
	width: 80px;
}

#cart table td.subtotal {
	border-top: none;
	text-align: right;
	background-color: #ededed;
	padding: 12px 8px 12px 8px;
	line-height: 1.5em;
}

#cart table td.subtotal span {
	padding-right: 35px;
}

#cart .checkout {
	text-align: right;
	padding-top: 15px;
}

/* BEGIN: Errors */
#errorLi {
	margin: 10px 0px;
	border:1px dotted red;
	text-align:center;
	padding-top:4px;
	padding-left:0px;
	padding-right:0px;
}

#errorMsgLbl{
	margin:7px 0 5px 0;
	padding:0;
	font-size:125%;
	color:#DF0000;
}

#errorMsg{
	margin:.5em 0 .5em 0;
	color:#000;
	font-size:100%;
}

#errorMsg strong{
	background-color: #FFDFDF;
	padding:2px 3px;
	color:red;
}