@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans&subset=latin,latin-ext);

body {
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000;
}

a {
	color: #7E7873;
}

a:hover {
	color: #5B5754;
}

a.home {
	color: #fff;
	text-decoration: underline;
}

a.home:hover {
	color: #fff;
	text-decoration: none;
}

/** BUTTONS **/
.btn {

  font-size: 14px;
  line-height: 14px;
  *line-height: 14px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.75);

  background-color: #7E7873;
  *background-color: #7E7873;
  background-image: none;
  background-repeat: no-repeat;
  border: 0px;
  *border: 0;
 
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7E7873', endColorstr='#ff7E7873', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  
  -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #fff;
  background-color: #BFB6AE;
  *background-color: #BFB6AE;
}

.btn:active,
.btn.active {
  background-color: #BFB6AE \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #BFB6AE;
  *background-color: #BFB6AE;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #BFB6AE;
  background-color: #BFB6AE \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  color: #ccc;
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
	padding: 11px 30px;
	font-size: 16px;
	line-height: 16px;
	*line-height: 16px;
}

.btn-xlarge {
	font-size: 20px;
	line-height: 20px;
	*line-height: 20px;
	padding: 15px 50px;
}

.btn-small {
	padding: 3px;
	font-size: 12px;
	line-height: 12px;
}


.btn-confirm {

  color: #fff;

  background-color: #7E7873;
  *background-color: #7E7873;
  background-image: none;
  background-repeat: no-repeat;
  border: 0px;
  *border: 0;
 
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffBFB6AE', endColorstr='#ffBFB6AE', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  
  -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          
}

.btn-confirm:hover {
	background-color: #BFB6AE;
	*background-color: #BFB6AE;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffBFB6AE', endColorstr='#ffBFB6AE', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
}

.label, .badge {
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	text-shadow: none;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #7E7873;
}

.btn-home {
  padding: 10px 24px;

  font-size: 24px;
  line-height: 28px;
  *line-height: 28px;
  color: #7E7873;

  text-shadow: 0 0 0 rgba(255, 255, 255, 0.75);

  background-color: #fff;
  *background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  border: 0px;
  *border: 0;
  
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.btn-home:hover {
  
  color: #7E7873;
  text-decoration: none;
  background-color: #fff;
  *background-color: #fff;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn-confirm.disabled:hover,
.btn-confirm[disabled]:hover {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-remove {

  color: #fff;

  background-color: #CCC;
  *background-color: #CCC;
  background-image: none;
  background-repeat: no-repeat;
  border: 0px;
  *border: 0;
 
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffCCCCCC', endColorstr='#ffCCCCCC', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  
  -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          
}

.btn-remove:hover {
	background-color: #f00;
	*background-color: #f00;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffff0000', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
}





/**   HEADER   **/

header {
	height: 140px;	
}

.top_header {
	padding-top: 15px;
}
.top_header a {
	color: #333;
}

.top_header .site_link {
	float: left;
}

.top_header .site_link a {
	background: url(/assets/images/arrow_left.gif) no-repeat left center;
	padding-left: 20px;
}

.top_header .account_link {
	float: right;		
	/* margin-right: 5px; */
}

.top_header .color_link {
	float: right;
	margin-right: 30px;
}

.top_header .order_link {
	float: right;
	margin-right: 20px;
}

.top_header .logout_link {
	float: right;
	margin-right: 30px;
}

.top_header .account_link .fa-cog,
.top_header .color_link .fa-tint,
.top_header .order_link .fa-shopping-cart {
	margin-right: 8px;
	color: #ccc;
}

.bottom_header {
	margin-top: 30px;
}

.bottom_header .logo {
	float: left;
	margin-top: 15px
}

.bottom_header .header_login {
	float: right;
}

.bottom_header .main_menu {
	float: left;
	font-size: 16px;
	margin-left: 30px;
}

.bottom_header .main_menu ul {
	list-style: none;
	margin: 19px 0 0 0;
	padding: 0px;
}

.bottom_header .main_menu ul li {
	float: left;
	padding: 0px 15px;
}

.bottom_header .main_menu a {
	color: #333;
	text-decoration: none;
	padding-bottom: 15px;
}

.bottom_header .main_menu a:hover, .bottom_header .main_menu a.active {
	border-bottom: solid 1px #BFB5B4;
}

.bottom_header .search_menu {
	float: right;
	margin: 14px 20px 0 0;
}


/** HEAD SECTION **/
.head_section {
	background: #7E7873;
}

.head_section a {
	color: #fff;
	text-decoration: underline;
}

.head_section a:hover {
	text-decoration: none;
}

.head_section ul.tab_catalog {
	list-style: none;
	margin: 0;
	padding: 0;
}

.head_section ul.tab_catalog li {
	float: left;
	padding: 0px 15px;
	line-height: 50px;
}

.head_section ul.tab_catalog li a {
	color: #fff;	
	text-decoration: none;
}

.head_section ul.tab_catalog li.active {
	background: #E7E4E2;
}

.head_section ul.tab_catalog li.active a {
	color: #333;
}

.head_section h1 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 160%;
	margin: 32px 0;
}

.head_section h1 small {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}


/**   HOME   **/
.mainbg {
	background: url(/assets/images/home_banner.jpg) center top no-repeat;
	height: 620px;
}

.mainbg h1 {
	font-size: 32px;
	font-weight: 400;
	color: #fff;
	margin-top: 65px;
}

.mainbg p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-top: 40px;
}

/** PAGES **/ 
.main_content {
	background: #E7E4E2;
	padding-bottom: 20px;
}

.main_content h2 {
	font-size: 24px;
	font-weight: 400;
	color: #000;
}

.main_content h3 {
	font-size: 18px;
	font-weight: 400;
	color: #000;
}

.main_content select.color_list {
	margin: 18px 0 0 0;
}

.main_content .thumbnail {
	min-height: 273px;
	background: #fff;
	display: block;
	padding: 0px;
	line-height: 20px;
	border: 1px solid #DDD;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.055);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.055);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;	
}

.main_content a.thumbnail.three {
	min-height: 340px;
}

.main_content .thumbnail > a {
	color: #333;
	text-decoration: none;
}

.main_content a.thumbnail:hover {
	color: #7E7873;
	text-decoration: none;
	border-color: #7E7873;
	-webkit-box-shadow: 0 1px 4px rgba(126,120,115,0.25);
	-moz-box-shadow: 0 1px 4px rgba(126,120,115,0.25);
	box-shadow: 0 1px 4px rgba(126,120,115,0.25); 
}

.main_content a.thumbnail:hover > p {
	color: #7E7873;
}

.main_content .thumbnail p {
	color: #333;
	padding: 12px 12px 0px 12px;
	line-height: 18px;
	margin: 0px;
}

.main_content .thumbnail form {
	margin: 0 0 12px;
}

.main_content .thumb_image {
	position:relative;
}

.main_content .thumb_zoom {
	position:absolute;
	bottom: 7px;
	left: 74px;
}


/** PRODUCTS  **/
.head_box {
	border: solid 1px #D9D5D2;
	background: #fff;
	padding-left: 20px;
}

.head_color {
	background: #fff;
	border-left: solid 1px #D9D5D2;
	border-right: solid 1px #D9D5D2;
	border-bottom: dotted 1px #D9D5D2;
	padding: 30px 20px;
}

.head_color h2 {
	margin: 0;
	line-height: 30px;
}

.head_color select {
	margin: 0;
}

.item_box {
	background: #fff;
	border-left: solid 1px #D9D5D2;
	border-right: solid 1px #D9D5D2;
	border-bottom: dotted 1px #D9D5D2;
	line-height: 50px;
	font-size: 16px;
}

.item_box.selected {
	background: #E7E4E2;
}

.item_box.last {
	border-bottom: solid 1px #D9D5D2;
	margin-bottom: 20px;
}

.item_box p {
	margin: 0; 
}

.item_box a {
	text-decoration: none;
}

.item_box a:hover {
	text-decoration: none;
}

.item_box img {
	padding-right: 15px;
}

.item_box .title {
	padding-left: 20px; 
}

.item_box .price{
	text-align: right;
}

.item_box .sel{
	text-align: center;
	padding-right: 20px;
}

.item_box input[type="radio"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	color: #999;
	border: 1px solid #999;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: inline-block;
	position: relative;
}

.item_box input[type="radio"]:checked {
	color: #fff;
	border: 1px solid #7E7873;
	background-color: #7E7873;
	
	-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 4px rgba(0,0,0,0.25);
	box-shadow: inset 0 1px 4px rgba(0,0,0,0.25); 
}

.item_box input[type="radio"]:checked:after {
    content: ' ';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    position: absolute;
    top: 4px;
    left: 4px;
    background: #fff;
    font-size: 32px;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

#price_modifiers .pagination {
	margin-top: 0;
}

.item_box_choosed {
	background: #fff;
	border-left: solid 1px #D9D5D2;
	border-right: solid 1px #D9D5D2;
	border-bottom: dotted 1px #D9D5D2;
	line-height: 50px;
	font-size: 14px;
	color: #000;
}

.item_box_choosed p {
	margin: 0; 
}

.item_box_choosed .title {
	padding-left: 20px; 
}

.item_box_choosed .price{
	text-align: right;
	font-size: 16px;
	padding-right:20px;
	color: #333;
}

#alert_box{
	background: #fff;
	border-left: solid 1px #D9D5D2;
	border-right: solid 1px #D9D5D2;
	border-bottom: dotted 1px #D9D5D2;
	line-height: 50px;
	font-size: 14px;
	color: #000;
	padding: 10px;
}

#alert_box .alert {
	margin-bottom: 0px;
}

.item_thumb {
	background: #fff;
	border-left: solid 1px #D9D5D2;
	border-right: solid 1px #D9D5D2;
	border-bottom: solid 1px #D9D5D2;
	padding: 10px;
}

.item_thumb img {
	margin-right: 10px;
}

.item_description {
	background: #fff;
	border-left: solid 1px #D9D5D2;
	border-right: solid 1px #D9D5D2;
	border-bottom: dotted 1px #D9D5D2;
}

.item_description h1 {
	font-size: 24px;
	font-weight: 400;
	color: #333;
	line-height: 24px;
	margin:0;
	padding: 15px 20px;	
}

.item_description h2 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 16px;
	margin: 0;
	padding: 0 20px 20px 20px;
}

.item_description p {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 18px;
	margin: 0;
	padding: 0 20px 20px 20px;
}

.item_total {
	background: #fff;
	border-left: solid 1px #D9D5D2;
	border-right: solid 1px #D9D5D2;
	border-bottom: solid 1px #D9D5D2;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
}

.item_total h3 {
	float: left;
	line-height: 24px;	
	margin:0;
	padding: 15px 20px;
}

.item_total p {
	float: right;
	margin:0;
	padding: 15px 20px;
}

.item_order {
	background: #fff;
	border-left: solid 1px #D9D5D2;
	border-right: solid 1px #D9D5D2;
	border-bottom: solid 1px #D9D5D2;
	padding: 20px;
}

.btn-order {
	color: #fff;;
	font-size: 24px;
	font-weight: 700;
	text-shadow: none;
	background-color: #7E7873;
	background-image: none;
	background-repeat: none;
	line-height: 38px;
	border: 0px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7E7873',endColorstr='#7E7873',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-order:hover {
	color: #fff;
	text-decoration: none;
	background-color: #D9D5D2;
	border: 0px;
}

.head_tab {
	background: #7E7873;
	padding-left: 20px;
	padding-top: 12px;
}

.head_tab a {
	color: #fff;
}

.head_tab ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.head_tab li {
	float: left;
	padding: 0px 15px;
	line-height: 50px;
}

.head_tab ul li.active {
	background: #fff;
}

.head_tab ul li.active a {
	color: #333;
}

/* COLLECTIONS */
ul.nav_collection {
	list-style: none;
	margin: 2px 0 0 0;
	padding: 0px;
}

ul.nav_collection li {
	margin: 0 0 20px 0;
	width: 940px;
	background: #fff;
}

ul.nav_collection li a {
	color: #333;
	text-decoration: none;
	float: left;
	border: 1px solid #DDD;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.055);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.055);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

ul.nav_collection li a:hover {
	color: #7E7873;
	text-decoration: none;
	border-color: #7E7873;
	-webkit-box-shadow: 0 1px 4px rgba(126,120,115,0.25);
	-moz-box-shadow: 0 1px 4px rgba(126,120,115,0.25);
	box-shadow: 0 1px 4px rgba(126,120,115,0.25);
}

ul.nav_collection li img {
	float: left;
	margin-right: 20px;
}

ul.nav_collection li h1 {
	float: left;
	width: 440px;
	font-size: 24px;
	font-weight: 400;
	margin: 15px 0 10px 0;
	
}

ul.nav_collection li p {
	float: left;
	width: 440px;
	font-weight: 400;
	color: #666;
	line-height: 180%;
	margin-bottom: 15px;
}

ul.nav_subcat {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.nav_subcat li {
	float: left;
	margin: 0 20px 20px 0;
	background: #fff;
}

ul.nav_subcat li.last {
	margin: 0;
}

ul.nav_subcat li p {
	text-align: center;
	margin: 15px 0;
	font-size: 18px;
	font-weight: 400;
	color: #333;
}

ul.nav_subcat li a {
	float: left;
	color: #333;
	text-decoration: none;
}

ul.nav_subcat li a:hover {
	color: #7E7873;
	text-decoration: underline;
	border-color: #7E7873;
	-webkit-box-shadow: 0 1px 4px rgba(126,120,115,0.25);
	-moz-box-shadow: 0 1px 4px rgba(126,120,115,0.25);
	box-shadow: 0 1px 4px rgba(126,120,115,0.25); 
}

ul.nav_subcat li a:hover > p {
	color: #7E7873;
}

/** CART **/
.menu_container {
	/* margin-top: 20px; */
}

.menu_container .menu_head {
	background: #7E7873;
	padding: 20px;
}

.menu_container .menu_head p {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	
}

.menu_container ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #BFB6AE;
}

.menu_container ul li {
	margin: 0;
	padding: 8px 14px;
	line-height: 34px;
	border-bottom: solid 1px #fff;
}

.menu_container ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

.menu_container ul li span.label {
	margin-top: 8px;
	width: 20px;
	text-align: center;
	height: 18px;
	line-height: 20px;
}

.menu_container ul li.active {
	background: #fff;
}

.menu_container ul li.active a {
	color: #333;
}

.cart_container {
	background: #fff;
	margin: 0;
	padding: 0;
	min-height: 350px;
}

.cart_container .dl-horizontal {
	margin-top: 0;
	color: #333;
}

.cart_container .dl-horizontal dt {
	text-align: left;
	padding-left: 20px;
	width: 140px;
}

.cart_container .dl-horizontal dd {
	margin-left: 150px;
}

.cart_bg {
	background: #BFB6AE;
	margin: 20px 0 0 20px;
}

.cart_header {
	border-bottom: solid 1px #E8E8E8;
	padding: 20px;
	margin-bottom: 12px;
}

.cart_header h2 {
	line-height: 24px;
}

table.product_table {
	width: 100%;
}

table.product_table thead th {
	font-size: 14px;
	font-weight: 400;
	color: #7E7872;
	text-align: left;
	padding-bottom: 6px;
}

table.product_table tbody td {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	text-align: left;
}

table.product_table tbody tr {
	border-bottom: solid 1px #E8E8E8;
	height: 100px;
}

table.product_table tbody td.cart_remove {
	width: 80px;
	text-align: center;
}

table.product_table tbody td.cart_item {
	/* width: 330px; */
}

table.product_table tbody td.cart_item img {
	float: left;
}

table.product_table tbody td.cart_item h4 {
	float: left;
	margin: 0;
	/* padding-left: 12px; */
}

table.product_table tbody td.cart_qty {
	width: 135px;
}

table.product_table tbody td.cart_item_total {
	text-align: right;
	padding-right: 20px;
}

table.cart_total {
	margin: 0 0 20px 0;
	width: 360px;
}

table.cart_total tr {
	line-height: 50px;
	border-bottom: solid 1px #E8E8E8;
}

table.cart_total td.cart_price {
	text-align: right;
	padding-right: 20px;
}

table.color_table {
	margin: 20px;
	width: 680px;
}

table.color_table tbody td {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	text-align: left;
}

table.color_table tbody tr {
	border-bottom: dotted 1px #E8E8E8;
	height: 80px;
}

table.order_table {
	width: 100%;
}

table.order_table tbody th {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-align: center;
}

table.order_table tbody td {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	text-align: center;
}

table.order_table tbody tr {
	border-bottom: solid 1px #E8E8E8;
	height: 50px;
}

.cart_actions {
	border-top: solid 1px #E8E8E8;
	padding: 20px;
}

.checkout_box {
	margin: 20px 20px 0px 20px;
	border: solid 1px #DDD;
}

.checkout_box h2 {
	font-size: 24px;
	color: #000;
	font-weight: 400;
	background: #E7E4E2;
	padding: 15px 0 15px 20px;
	margin: 0;
}

.checkout_box p {
	padding: 0;
	margin: 0;
}

.checkout_box input[type="checkbox"] {
	margin: 0 5px 0 0;
}

.main_content .well {
	background: white;
	border: solid 1px #DDD;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 20px 80px;
}

.main_content .well.top {
	margin-bottom:0px; 
	border-bottom:0px;
	padding: 20px 40px;
}

.main_content input[type="text"], .main_content input[type="password"] {
	background: #E7E4E2;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 30px;
}

.main_content input[type="text"]:focus, .main_content input[type="password"]:focus {
	border-color: #7E7873;
	outline: 0;
	outline: thin dotted 9;
}

.main_content .form-horizontal .control-label {
	text-align: left;
}

.main_content .form-horizontal .control-group {
	margin-bottom: 10px;
}

span.error {
	color: #C00;
}


.pagination ul {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
}

.pagination a {
	color: #7E7873;
}

.form_address {
	padding: 30px;
}

.form_address label.error {
	color: #C00;
}

.form_address .payment_option {
	border-bottom: solid 1px #EEE;
	padding: 15px;
}

.form_address .payment_option label {
	font-size: 16px;
	color: #333;
}

.cart_row {
	border-bottom: solid 1px #EEE;
}

.cart_row > h2, .cart_row > p {
	padding-left: 20px;
}

.cart_address {
	/*
	float: left;
	width: 290px;
	padding-left: 40px;
	*/
}



/**    FOOTER    **/

footer .top_footer {
	padding: 20px 0;
	color: #333;
	font-weight: 400;
	font-size: 12px;
}

footer .top_footer .nav-list {
	padding-left: 0px;
}

footer .top_footer .nav-list > li {
	line-height: 15px;
}

footer .top_footer .nav-list > li > a, .nav-list .nav-header {
	text-transform: lowercase;
	text-shadow: none;
	font-size: 14px;
	color: #000;
	font-weight: 400;
}

footer .top_footer .nav-list > li > a {
	color: #333;
	font-size: 12px;
}

footer .top_footer .nav-list > li > a:hover {
	color: #333;
	font-size: 12px;
	text-decoration: underline;
	background: none;
}

footer .bottom_footer {
	background: #fff;
	padding: 20px 0;
}

footer .bottom_footer p {
	text-align: left;
	color: #666;
	font-size: 12px;
	font-weight: 400;	
}

.error {
	color: #f00;
}

