/*body {
  width: 1000px !important;
  margin: 10px auto 0px auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-right: 0px !important;
  height: auto !important;
  float: none !important;
  margin-bottom: 0px !important;
}
*/
body.modal-open {
  margin-right: auto;
}

input[type='text'], input[type='password'], textarea, select {
  background: #F8F8F8;
  border: 1px solid #CCCCCC;
  padding: 3px;
  margin: 0px;
  font-size: 12px;
  width: auto;
  height: auto;
  line-height: normal;
}

h1.title {
  color: #636E75;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}

.cart_products_table, #detail_confirm {
  text-align: left;
  overflow: hidden;
}

.cart_products_table table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}

.cart_products_table td {
  padding: 7px;
  vertical-align:middle;
}

.cart_products_table thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #DDDDDD;
}

.cart_products_table thead .image {
  text-align: center;
  width: 60px;
}

.cart_products_table thead .name,
.cart_products_table thead .quantity {
  text-align: left;
}

.cart_products_table thead .quantity {
  width: 150px;;
}

.cart_products_table thead .price,
.cart_products_table thead .total {
  text-align: right;
  width: 100px;
}

.cart_products_table tbody td {
  vertical-align: top;
  border-bottom: 1px solid #DDDDDD;
}

.cart_products_table tbody .image img {
  border: 1px solid #DDDDDD;
}

.cart_products_table tbody .image {
  text-align: center;
}

.cart_products_table tbody .name,
.cart_products_table tbody .quantity {
  text-align: left;
  vertical-align:middle;
}

.cart_products_table tbody .quantity input[type='image'],
.cart_products_table tbody .quantity img {
  position: relative;
  top: 4px;
  cursor: pointer;
}

.cart_products_table tbody .quantity .remove {
  color: #ff0000;
  cursor: pointer;
  font-weight: bold;
}

.cart_products_table tbody .quantity .update {
  cursor: pointer;
  top: 0px;
}

.cart_products_table tbody .price,
.cart_products_table tbody .total {
  text-align: right;
  vertical-align:middle;
}

.cart_products_table tbody .total {
  font-size: 20px;
  font-weight: bold;
}

.cart_checkout_total {
/*  border-top: 1px solid #DDDDDD;*/
  overflow: auto;
  padding-top: 8px;
  margin-bottom: 15px;
  text-align: right;
}

.cart_checkout_total table {
  float: right;
}

.cart_checkout_total td {
  padding: 3px;
}

.cart_checkout_total td.right {
  text-align: right;
  font-weight: bold;
}

.cart_checkout_total td.left {
  text-align: left;
}

.cart_products_table tbody .total {
  font-size: 20px;
  font-weight: bold;
}

.checkout_total {
  font-weight: bold;
  font-size: 20px;
}



.checkout_buttons {
  border: 1px solid #EEEEEE;
  overflow: auto;
  padding: 6px;
  margin-bottom: 20px;
}

.errors-div {
  background: #FFFFFF;
  border: 1px solid #ff0000;
  overflow: auto;
  padding: 6px;
  margin-bottom: 20px;
}

.checkout_buttons .right {
  float: right;
}

.checkout_buttons a.button {
  margin-left: 20px;
}

.checkout_buttons a.button,
#category_nav a.button,
#category_nav_bottom a.button,
.list-product .right .cart a.button,
.grid-product .cart a.button,
.product-info .product-right .cart a.button {
  display: inline-block;
  text-decoration: none;
  padding: 6px 12px 6px 12px;
  cursor: pointer;
  color: #FFFFFF;
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: url('/docs/web/cms/shopping_cart/button.png') top left repeat-x;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -khtml-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 0px 2px 2px #DDDDDD;
  -moz-box-shadow: 0px 2px 2px #DDDDDD;
  box-shadow: 0px 2px 2px #DDDDDD;
}

.checkout_buttons img {
  margin-left: 20px;
}

.row .span9 {
  width: auto;
}

.header-table {
  float: right;
  position: relative;
}

#header-cart {
  position: absolute;
  right: 5px;
}

#gwt_shopping_cart {
 /*-- padding: 5px;
  width: 140px;
  z-index: 100;
  min-width: 350px;--*/
  margin:0px 10px;
  background:#ffffff;
  width: 400px;
}
/*-- 
#gwt_shopping_cart .heading {
 padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 1px;
  z-index: 100;
 margin-right: 200px;
  background: #fff;

}
--*/

#gwt_shopping_cart .heading{margin-right:0px !important; padding:0px; z-index:800; float:right;}

#gwt_shopping_cart .heading, #gwt_shopping_cart #cart_details {
  border-collapse: separate;
   z-index:800;
}
/*--
#gwt_shopping_cart.active .heading {
  border-top: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  -webkit-border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  -khtml-border-radius: 7px 7px 0px 0px;
  border-radius: 7px 7px 0px 0px;
  position: relative;
  top: -1px;
  left: -1px;
}
--*/

#gwt_shopping_cart .heading {
  border-top: 1px solid rgba(238, 238, 238, 0);
  border-left: 1px solid rgba(238, 238, 238, 0);
  border-right: 1px solid rgba(238, 238, 238, 0);
}

#gwt_shopping_cart.active .heading {
  border-top: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  -webkit-border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  -khtml-border-radius: 7px 7px 0px 0px;
  border-radius: 7px 7px 0px 0px;
  float:right;
}

/*#cart_details{

z-index:800;
}*/



#cart_details.in {
  clear: both;
  position: relative;
  top: -2px;
  width: 400px;
  padding: 8px;
  min-height: 150px;
  border-top: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  -webkit-border-radius: 7px 0px 7px 7px;
  -moz-border-radius: 7px 0px 7px 7px;
  -khtml-border-radius: 7px 0px 7px 7px;
  border-radius: 7px 0px 7px 7px;
  background: #FFF;
  min-width: 350px;
  transition: none;
   z-index:800;
}

#cart_details .prod_info {
  width: 100%;
}

#cart_details .prod_info td {
  color: #000;
  vertical-align: top;
  padding: 10px 5px;
  border-bottom: 1px solid #EEEEEE;
}

#cart_details .prod_info .image {
  width: 48px;
}

#cart_details .prod_info .image img {
  border: 1px solid #EEEEEE;
}

#cart_details .prod_info .name {
  width: 130px;
}

#cart_details .prod_info .quantity {
  width: 35px;
}

#cart_details .prod_info .total {
  width: 75px;
}

#cart_details .prod_info .remove {
  width: 18px;
}

#cart_details .prod_info .quantity,
#cart_details .prod_info .total,
#cart_details .prod_info .remove {
  text-align: right;
}

#cart_details .cart_total .left {
  text-align: right;
}

#cart_details .cart_total .bigbold {
  font-weight: bold;
  font-size: 1.2em;
}

#cart_details .cart_total .view_cart {
  text-align: right;
  line-height: 25px;
}

#cart_details .cart_total .checkout {
}

#gwt_shopping_cart .cart-title {
  font-weight: bold;
  text-align: left;
}

#category_nav input.button, #category_nav_bottom input.button {
  padding: 0px !important;
}

#category_nav .navbar-search, #category_nav_bottom .navbar-search {
  float: none !important;
  margin: 0 0 0 0 !important;
}

#category_nav input[type=text], #category_nav_bottom input[type=text] {
  width: 147px !important;
}


.cartcontainer > .header_container .step.selected {
  background-color: #8edafc !important;
}

.cartcontainer > .header_container .step.selected .tag {
  background-color: #4aa6e5 !important;
}

.cartcontainer > .header_container .step {
  font-size: 16px !important;
}

.cartcontainer > .header_container .step p {
  line-height: 10px !important;
}

.cartWidget .badge {
  display: block !important;
  background-color: #18a6e5 !important;
  font-size: 10px !important;
}

.cartcontainer > .control_container > .left_button,
.cartcontainer > .control_container > .right_button {
  height: auto !important;
}

.dc_ui.cart .button {
  background-color: #18a6e5 !important;
  border: thin solid #4aa6e5 !important;
  font-size: 12px !important;
}

.cartview .renderer .button.delete_button {
  color: #4aa6e5 !important;
  background-color: #FFF !important;
}

.cartview .renderer .button.delete_button.over {
  color: #FFF !important;
  background-color: #4aa6e5 !important;
}

.cartview .info_container .total_label .currency,
.cartview .info_container .total_label .amount {
  color: #000 !important;
  font-size: 12px !important;
}

.cartview .info_container .total_label {
  padding: 18px 12px !important;
}

.cartcontainer > .header_container .step.selected {
  background-color: #18a6e5;
}

.product_list {
  background-color: #FFF !important;
  border: none !important;
  padding: 0px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px 10px 10px 10px !important;
  width: 1000px !important;
  height: auto !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
}

.product_list > .product_list_header {
  margin-top: 0px !important;
  height: 0px !important;
  margin-bottom: 0px !important;
}

.product_list > .product_list_header .cartWidget {
  float: right !important;
  position: relative !important;
  top: 95px !important;
  left: -190px !important;
  background-color: #18a6e5 !important;
}

.category-body .product_list > .product_list_header .cartWidget {
  top: 37px !important;
}

.cartview .renderer .title {
  width: 300px !important;
}

.cartview .renderer {
  font-size: 12px !important;
}

.cartview .renderer .itemid {
  font-size: 10px !important;
  width: 300px !important;
}

.cartview .renderer .qty {
  width: 35px !important;
  height: auto !important;
}

/***********************************/
/***** Category left navigator *****/
/***********************************/
#category_nav a.active, #category_nav_bottom a.active {
  font-weight: bold;
}

#category_nav ul, #category_nav_bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#category_nav > .nav_content > ul > li + li,
#category_nav_bottom > .nav_content > ul > li + li {
  border-top: 1px solid #EEEEEE;
}

#category_nav > .nav_content > ul > li,
#category_nav_bottom > .nav_content > ul > li {
  padding: 8px 8px 8px 0px;
}

#category_nav > .nav_content > ul > li li,
#category_nav_bottom > .nav_content > ul > li li {
  padding: 5px 5px 0px 15px;
}

/***********************************/
/******* Category right info *******/
/***********************************/
#right_content .category-info {
  margin-bottom: 20px;
}

#right_content .category-info > .category-name {
  color: #636E75;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 32px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}

#right_content .category-info > .category-desc {
}

.category-body .pagination {
  border-top: 1px solid #EEEEEE;
  padding-top: 8px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.category-body .pagination .links {
  float: left;
}

.category-body .pagination .results {
  float: right;
  padding-top: 3px;
}

.category-body .pagination .links a {
  display: inline-block;
  border: 1px solid #EEEEEE;
  padding: 4px 10px;
  text-decoration: none;
  color: #A3A3A3;
}

.category-body .pagination .links a:hover {
  background-color: #A3A3A3;
  color: #FFF;
}
  
.category-body .pagination .links b {
  display: inline-block;
  border: 1px solid #269BC6;
  padding: 4px 10px;
  font-weight: normal;
  text-decoration: none;
  color: #269BC6;
  background: #FFFFFF;
}

/***********************************/
/******** Product right info *******/
/***********************************/
.product-right {
  overflow: auto;
}

.product-right .nav {
  margin-bottom: 0px;
}

.product-right > .tab-content {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 15px 5px 5px 5px;
}

.product-right .nav-tabs a {
  font-weight: bold;
}

.product-right > .tags {
  margin-top: 20px;
}

.product-right .tab-content .attribute tr:nth-child(even) {
  background: #F7F7F7;
}

.product-info {
  overflow: auto;
  margin-bottom: 20px;
}
.product-info > .product-left {
  float: left;
  margin-right: 15px;
}
.product-info > .product-left + .product-right {
  margin-left: 265px;
}
.product-info .product-image {
  border: 1px solid #E7E7E7;
  float: left;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}
.product-info .product-image-additional {
  width: 260px;
  margin-left: -10px;
  clear: both;
  overflow: hidden;
}
.product-info .product-image-additional>a>img {
  border: 1px solid #E7E7E7;
  height: 74px;
  width: 74px;
}
.product-info .product-image-additional a {
  float: left;
  display: block;
  margin-left: 10px;
  margin-bottom: 10px;
}
.product-info .description {
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #4D4D4D;
}
.product-info .description span {
  color: #999;
}
.product-info .description a {
  color: #4D4D4D;
  text-decoration: none;
}
.product-info .price {
  overflow: auto;
  border-bottom: 1px solid #E7E7E7;
  padding: 0px 5px 10px 5px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}
.product-info .price-old {
  color: #F00;
  text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.product-info .price .reward {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.product-info .price .discount {
  font-weight: normal;
  font-size: 12px;
  color: #4D4D4D;
}
.product-info .options {
  border-bottom: 1px solid #E7E7E7;
  padding: 0px 5px 10px 5px;
  margin-bottom: 10px;
  color: #000000;
}

.product-info .options .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

.product-info .options .required {
  color: #FF0000;
  font-weight: bold;
}

.product-info .options .typename {
  font-weight: bold;
}

.product-info .options label {
  font-weight: normal;
  color: #000;
}

.product-info .options input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin: 4px 5px 0 0;
}

.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 5px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.product-info .cart {
  border-bottom: 1px solid #E7E7E7;
  padding: 0px 5px 10px 5px;
  margin-bottom: 20px;
  color: #4D4D4D;
  overflow: auto;
}
.product-info .cart div {
  float: left;
  vertical-align: middle;
}
.product-info .cart div > span {
  padding-top: 7px;
  display: block;
  color: #999;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
  color: #999;
  clear: both;
}
.product-info .review {
  color: #4D4D4D;
  border-top: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
  margin-bottom: 10px;
}
.product-info .review > div {
  padding: 8px;
  border-bottom: 1px solid #E7E7E7;
  line-height: 20px;
}
.product-info .review > div > span {
  color: #38B0E3;
}
.product-info .review .share {
  overflow: auto;
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.review-list {
  padding: 10px;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
.review-list .rating {
  float: right;
  margin-bottom: 20px;
}
.review-list .text {
  clear: both;
}
#description {
  border: 1px solid #DDDDDD;
  border-top: none;
  padding: 10px;
  margin-bottom: 10px;
}
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: none;
  border-left: 1px solid #DDDDDD;
  margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.compare-info {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.compare-info tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
}
.compare-info td {
  padding: 7px;
  width: 20%;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info .price-old {
  font-weight: bold;
  color: #F00;
  text-decoration: line-through;
}
.compare-info .price-new {
  font-weight: bold;
}

/***********************************/
/******* Category functions ********/
/***********************************/
#category_func {
  padding-bottom: 5px;
  overflow: auto;
}

#category_func .display {
  margin-right: 15px;
  float: left;
  padding-top: 4px;
  color: #333;
}

#category_func .display a {
  font-weight: bold;
  cursor: pointer;
}

#category_func .limit {
margin-left: 15px;
float: right;
color: #333;
}

#category_func .sort {
float: right;
color: #333;
}

#category_func select {
  background: #F8F8F8;
  border: 1px solid #CCCCCC;
  padding: 2px;
}

/***********************************/
/*** single product in list view ***/
/***********************************/
.list-product {
  overflow: auto;
  margin-bottom: 15px;
  border-top: 1px solid #EEEEEE;
  padding-top: 16px;
}
.list-product .right {
  float: right;
  margin-left: 15px;
}
.list-product .image {
  float: left;
  margin-right: 10px;
}
.list-product .image img {
  padding: 3px;
  border: 1px solid #E7E7E7;
}
.list-product .name {
  margin-bottom: 3px;
}
.list-product .name a {
  color: #38B0E3;
  font-weight: bold;
  text-decoration: none;
}
.list-product .description {
  line-height: 15px;
  margin-bottom: 5px;
  color: #4D4D4D;
}
.list-product .rating {
  color: #7B7B7B;
}
.list-product .price {
  float: right;
  height: 50px;
  margin-left: 8px;
  text-align: right;
  color: #333333;
  font-size: 12px;
}
.list-product .price-old {
  color: #F00;
  text-decoration: line-through;
}
.list-product .price-new {
  font-weight: bold;
}
.list-product .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #BBBBBB;
}
.list-product .cart {
  margin-bottom: 3px;
}
#category_nav input.button,
#category_nav_bottom input.button,
.list-product .right .cart input.button,
.grid-product .cart input.button,
.product-info .cart input.button,
#product input.button {
  margin: 0;
  border: 0;
  height: 24px;
  padding: 0px 12px 0px 12px;
  cursor: pointer;
  color: #FFFFFF;
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: url('/docs/web/cms/shopping_cart/button.png') top left repeat-x;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -khtml-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 0px 2px 2px #DDDDDD;
  -moz-box-shadow: 0px 2px 2px #DDDDDD;
  box-shadow: 0px 2px 2px #DDDDDD;
  width: 100%;
}

.list-product .wishlist, .list-product .compare {
  margin-bottom: 3px;
}

.list-product .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.list-product .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}

/***********************************/
/****** Product in Grid Mode *******/
/***********************************/
.grid-product {
	width: 100%;
	overflow: auto;
}
.grid-product > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
.grid-product > div {
	width: 125px;
}
.grid-product .image {
	display: block;
	margin-bottom: 0px;
}
.grid-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.grid-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.grid-product .description {
	display: none;
}
.grid-product .rating {
	display: block;
	margin-bottom: 4px;
}
.grid-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.grid-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.grid-product .price-new {
	font-weight: bold;
}
.grid-product .price .price-tax {
	display: none;
}
.grid-product .cart {
	margin-bottom: 3px;
}
.grid-product .wishlist, .grid-product .compare {
	margin-bottom: 3px;
}
.grid-product .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.grid-product .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}

/***********************************/
/* Overwrite Bootstrap default css */
/***********************************/
input.span2 {
  width: 200px;
}

.breadcrumb {
  border: 1px solid #DBDEE1;
}

/***********************************/

#category_nav > .nav_header, #category_nav_bottom > .nav_header {
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -khtml-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  border: 1px solid #DBDEE1;
  background-color: #F5F5F5;
  padding: 8px 10px 7px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

#category_nav > .nav_content, #category_nav_bottom > .nav_content {
  background: #FFFFFF;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -khtml-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  border-left: 1px solid #DBDEE1;
  border-right: 1px solid #DBDEE1;
  border-bottom: 1px solid #DBDEE1;
  padding: 10px;
}

.logo
{
  max-height: 100px;
}

.cart_menu{z-index:500}
 
#shopping-cart {z-index:999;}
#pr{padding:0px;}

#category_nav {
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}

#category_nav_bottom {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #category_nav {
    width: 25%;
    float: left;
  }
}

@media (min-width: 1200px) {
  #category_nav {
    width: 246px;
  }
}

#category_nav a.button,
#category_nav_bottom a.button,
.category-body a.button {
  text-align: center;
  width: 100%;
  color: #fff !important;
  display: inline-block;
  text-decoration: none;
  padding: 6px 12px 6px 12px;
  cursor: pointer;
  color: #FFFFFF;
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: url('/docs/web/cms/shopping_cart/button.png') top left repeat-x;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -khtml-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 0px 2px 2px #DDDDDD;
  -moz-box-shadow: 0px 2px 2px #DDDDDD;
  box-shadow: 0px 2px 2px #DDDDDD;
}

div.nav-buttons {
  padding: 0 5px 0 5px;
}

#detail_confirm table{
  width: 100%;
}

#detail_confirm div.has-error {
  width: 100%;
}

#detail_confirm input[type='text'], #detail_confirm textarea {
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  margin: 5px 0px;
  background-color: #fff;
}

#detail_confirm input[type='text'] {
  height: 34px;
}

#detail_confirm .has-feedback {
  position: relative;
}
#detail_confirm .has-feedback .form-control {
  padding-right: 42.5px;
}

#detail_confirm .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

#detail_confirm .has-error .form-control-feedback {
  color: #a94442;
}

#detail_confirm .has-feedback label.sr-only ~ .form-control-feedback {
  top: 3px;
}

@media (min-width: 768px) {
  #detail_confirm .form-inline .has-feedback .form-control-feedback {
    top: 3px;
  }
}

#detail_confirm .panel-heading {
  font-weight: bold;
  color: #4D4D4D
}

#detail_confirm .div-note {
  margin-bottom: 20px;
}

.confirm_buttons {
  padding-right: 30px;
}

.confirm_buttons a.btn, .checkout_buttons a.btn {
  margin-left: 20px;
  border-radius: 6px;
}

.modal-dialog {
  z-index: 2000;
}

.cart_products_table #order-details-table {
  border: none;
  width: 500px;
}

.cart_products_table #order-details-table td {
  border: none;
  padding: 0px;
}

.cart_products_table #order-details-table td.order-details-right {
  text-align: right;
}

.out-of-stock {
  font-weight: bold !important;
  color: red !important;
}