/* CSS Document */

/*------------------------------------------------------------------------------*/
/*	MISCELLANEOUS
/*------------------------------------------------------------------------------*/
.left {
	display:inline;
	float:left;
}

.right {
	display:inline;
	float:right;
}

.notice {
	font-size:11px;
	font-weight:bold;
}

a { color:#CC0000; outline:none; }

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

#cart_loader {
	display:none;
	position:absolute;
	z-index:999;
}

#cb_gear_left #processing {
	zoom:1;
}

#cb_gear_left #processing #checkout a {
	background:transparent url(/images/store/btn_checkout.gif) no-repeat scroll 0 0;
	display:block;
	float:left;
	height:23px;
	text-align:left;
	text-indent:-9999px;
	width:76px;
}

#cb_gear_left #processing #checkout a.inactive {
	background-position:left bottom;
}

#categories li {
	border-bottom:1px solid #FD6868;
}

#cb_gear_right {
	padding-top:10px;
}


/*------------------------------------------------------------------------------*/
/*	PRODUCTS
/*------------------------------------------------------------------------------*/
#store_breadcrumbs {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin-bottom:10px;
	padding:10px;
	position:absolute;
	text-align:right;
	width:501px;
	z-index:99;
}

#store_breadcrumbs a {
	margin:0 2px;
	text-decoration:none;
}

#store_breadcrumbs a:hover {
	text-decoration:underline;
}

#store_breadcrumbs span {
	margin:0 2px;
}

#store_products {
	padding-bottom:10px;
}

#store_products h3 {
	border-bottom:1px solid #333333;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:0 10px 15px;
	padding-bottom:3px;
}

#store_products p {
	margin:0 10px 15px;
}

#store_products .product {
	display:inline;
	float:left;
	margin:0 10px 20px;
	width:150px;
}

#store_products .product .product_image {
	height:150px;
	overflow:hidden;
	width:150px;
}

#store_products .product .product_image img {
	width:150px;
}

#store_products .product .product_info {
	margin-top:3px;
}

#store_products .product .product_title,
#store_products .product .product_title a {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
}

#store_products .product .product_title a:hover {
	color:#CC0000;
}

#store_products .product .product_price {
	color:#999999;
	font-size:12px;
}

#store_products .product .btn_view-details {
	background:transparent url(/images/store/btn_view-details.gif) no-repeat scroll 0 0;
	display:block;
	height:23px;
	margin-top:5px;
	text-align:left;
	text-indent:-9999px;
	width:90px;
}

#product {
	padding:0 10px 30px;
}

#product #product_left {
	width:250px;
}

#product #product_image {
	height:250px;
	overflow:hidden;
	width:250px;
}

#product #product_image img {
	width:250px;
}

#product a.zoom {
	background:transparent url(/cbimages/shoppingCart_zoom.jpg) no-repeat scroll 0 0;
	display:block;
	height:20px;
	margin:2px 0 0 -13px;
	text-align:left;
	text-indent:-9999px;
	width:80px;
}

#product #product_right {
	width:230px;
}

#product #product_title {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

#product #product_price {
	color:#999999;
	font-size:14px;
	font-weight:bold;
}

#product #product_attributes {
	margin-top:30px;
}

#product .notice {
	margin-bottom:10px;
}

#product #product_attributes .attribute {
	margin-bottom:10px;
}

#product #product_attributes .attribute label {
	display:block;
	float:left;
	font-size:12px;
	width:65px;
}

#product #product_attributes .attribute select {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	width:150px;
}

#product #product_details {
	margin-top:10px;
}

#product #product_details h6 {
	font-size:14px;
	margin-bottom:5px;
}

#product #product_details p {
	margin:0;
}

#product .buttons {
	margin-top:15px;
}

#product .add-to-cart {
	background:transparent url(/images/btn_add_to_cart.gif) no-repeat scroll 0 0;
	display:block;
	height:23px;
	text-align:left;
	text-indent:-9999px;
	width:90px;
}

#product #cart_loader {
	margin:-17px 0 0 100px;
}

#product #cart_response {
	color:#CC0000;
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
}

#products_list .pagination {
	padding:20px 10px 0;
}

#products_list .pagination span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:3px;
}

#products_list .pagination a {
	color:#CC0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 2px;
	text-decoration:none;
}

#products_list .pagination a:hover {
	text-decoration:underline;
}

#products_list .pagination a.current {
	color:#FFFFFF;
}

#products_loader {
	display:none;
	margin:-30px 0 0 10px;
	position:absolute;
	z-index:100;
}


/*------------------------------------------------------------------------------*/
/*	SHOPPING CART
/*------------------------------------------------------------------------------*/
#shopping_cart {
	padding-bottom:20px;
}

#shopping_cart table {
	width:521px;
}

#shopping_cart th {
	border-bottom:1px dashed #333333;
	font-size:14px;
	font-weight:bold;
	padding:0 5px 5px;
	text-align:left;
}

#shopping_cart td {
	border-bottom:1px dashed #333333;
	font-size:14px;
	padding:10px 5px;
	vertical-align:top;
}

#shopping_cart .col_image {
	width:80px;
}

#shopping_cart .col_image img {
	width:80px;
}

#shopping_cart .col_title {
	width:256px;
}

#shopping_cart .col_title span {
	display:block;
}

#shopping_cart td span.product_title, #shopping_cart td span.product_title a {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
}

#shopping_cart td span.product_title a:hover {
	color:#CC0000;
}

#shopping_cart td span.product_attributes {
	color:#999999;
	font-size:11px;
	margin-bottom:20px;
}

#shopping_cart td a.removelink {
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
}

#shopping_cart td a.removelink:hover {
	text-decoration:underline;
}

#shopping_cart .col_quantity {
	width:35px;
}

#shopping_cart .col_quantity input {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	width:25px;
}

#shopping_cart .col_price {
	width:50px;
}

#shopping_cart table tfoot td {
	font-size:10px;
}

#cart_totals {
	font-size:14px;
	margin:10px 0 20px;
}

#cart_totals .label {
	display:block;
	float:left;
	margin-bottom:5px;
	width:90px;
}

#cart_totals .value {
	font-weight:bold;
}

#cart_buttons {}

#cart_buttons_left {
	width:290px;
}

#cart_buttons_right {
	width:210px;
}

#cart_buttons a {
	background:transparent none no-repeat scroll 0 0;
	display:block;
	height:23px;
	text-align:left;
	text-indent:-9999px;
}

#cart_buttons #btn_cart_update {
	background-image:url(/images/btn_update_cart.gif);
	width:93px;
}

#cart_buttons #btn_cart_continue {
	background-image:url(/images/btn_continue_shopping.gif);
	width:133px;
}

#cart_buttons #btn_cart_checkout {
	background-image:url(/images/btn_checkout.gif);
	width:76px;
}

#shopping_cart #cart_loader {
	margin:-17px 0 0 105px;
}

#shopping_cart #cart_response {
	color:#CC0000;
	font-size:11px;
	font-weight:bold;
	margin-top:10px;
	width:300px;
}


/*------------------------------------------------------------------------------*/
/*	CHECKOUT
/*------------------------------------------------------------------------------*/
#cb_gear_page {
	background:#000000 none repeat scroll 0 0;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:20px 28px 30px;
}

#store_checkout {}

#store_checkout h2 {
	border-bottom:1px solid #333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	margin-bottom:15px;
	padding-bottom:3px;
}

#store_checkout .cart_form .field {
	clear:both;
	margin-bottom:10px;
}

#store_checkout .cart_form .field label {
	display:block;
	float:left;
	margin-right:5px;
	width:120px;
}

#store_checkout .cart_form .cbox label {
	display:inline !important;
	float:none !important;
	margin-left:5px;
	margin-right:0 !important;
	width:auto !important;
}

#store_checkout .cart_form .field label span.required {
	margin-left:3px;
}

#store_checkout .cart_form .field input {
	border:1px solid #CCCCCC;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:2px;
	width:196px;
}

#store_checkout .cart_form .field select {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	width:204px;
}

#store_checkout .cart_form .field textarea {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:60px;
	width:200px;
}

#store_checkout .cart_form .cbox input {
	width:auto !important;
}

#store_checkout .cart_form .field .input_error {
	border-color:#CC0000;
}

#store_checkout .cart_form .field .error {
	color:#CC0000;
	display:block;
	font-size:10px;
	font-weight:bold;
	margin-left:125px;
	text-transform:lowercase;
}

#store_checkout .buttons {
	margin-top:10px;
}

#store_checkout .buttons a {
	background:transparent none no-repeat scroll 0 0;
	display:block;
	height:23px;
	text-align:left;
	text-indent:-9999px;
	width:124px;
}

#store_checkout .buttons a.inactive {
	background-position:left bottom !important;
	cursor:default;
}

#store_checkout .buttons a#btn_shipping-and-billing {
	background-image:url(/images/store/btn_shipping-and-billing.gif);
}

#store_checkout .buttons a#btn_shipping-method {
	background-image:url(/images/store/btn_shipping-method.gif);
}

#store_checkout .buttons a#btn_payment-info {
	background-image:url(/images/store/btn_payment-info.gif);
}

#store_checkout .buttons a#btn_submit-order {
	background-image:url(/images/store/btn_submit-order.gif);
}

#store_checkout .buttons a#btn_go-back {
	background-image:url(/images/store/btn_go-back.gif);
	width:90px;
}

#store_checkout .cart_form .notice {
	font-size:11px;
	margin-top:15px;
}

#store_checkout .cart_form .form_error {
	color:#CC0000;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
}

#store_checkout .cart_form .form_success {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
}

/*--- CUSTOMER INFO ---*/
#new_customer {
	width:350px;
}

#customer_login {
	width:350px;
}

#customer_name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#customer_email {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:25px;
}

#store_checkout .buttons a#forgotpwlink {
	color:#CC0000;
	display:inline;
	margin-left:10px;
	text-decoration:none;
	text-indent:0;
	width:auto;
}

#store_checkout .buttons a#forgotpwlink:hover {
	text-decoration:underline;
}

/*--- SHIPPING/BILLING INFO ---*/
.address_info {
	border-bottom:1px solid #333333;
	margin-bottom:15px;
	padding-bottom:15px;
}

#shipping_info {
	width:350px;
}

#billing_info {
	width:350px;
}

#checkout_summary table {
	margin-bottom:20px;
	width:731px;
}

#checkout_summary th {
	border-bottom:1px dashed #333333;
	font-size:14px;
	font-weight:bold;
	padding:0 5px 5px;
	text-align:left;
}

#checkout_summary td {
	border-bottom:1px dashed #333333;
	font-size:14px;
	padding:10px 5px;
	vertical-align:top;
}

#checkout_summary .os_title {
	width:556px;
}

#checkout_summary .os_title span {
	display:block;
}

#checkout_summary td span.product_title, #checkout_summary td span.product_title a {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
}

#checkout_summary td span.product_title a:hover {
	color:#CC0000;
}

#checkout_summary td span.product_attributes {
	color:#999999;
	font-size:11px;
}

#checkout_summary .os_quantity {
	text-align:center;
	width:35px;
}

#checkout_summary .os_price {
	width:50px;
}

#checkout_summary h3,
#shipping_method h3,
#payment_info h3 {
	margin-bottom:10px;
	text-transform:uppercase;
}

#checkout_summary .address_info {
	border:0 none;
	padding:0;
}

#checkout_summary #cart_totals {
	margin-right:25px;
}

#shipping_method {
	width:500px;
}

#payment_info {
	width:520px;
}

#payment_info #exp_month {
	margin-right:4px;
	width:100px;
}

#payment_info #exp_year {
	width:98px;
}

#waiting_message {
	height:300px;
	zoom:1;
}

#waiting_message h3 {
	float:left;
	margin:50px 0 0 210px;
	text-transform:uppercase;
	-float:none;
}

#waiting_message #waiting_loader {
	float:left;
	margin:52px 0 0 10px;
	-margin:-15px 0 0 550px;
}

#checkout_success {
	min-height:300px;
	-height:300px;
	height:auto;
}

#checkout_success h3 {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}
