body{
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', verdana, arial, serif;
	font-weight: normal;
	font-size:15px;
	color: #666666;
	background: #efede7;
}

html{ 
	padding: 0;
	padding: 0;
	margin: 0;
	position: relative;
	height: 100%;
	color: #636363;
}

* {
	margin: 0;
}

html, body {
	height: 100%;
}

img {
border:none;
}

.clear_left{
	clear: both;
}

.article_title_area {
	background: none !important;
}

.article_title h4{
    color: #ac1823;
}

/**HTML5 fix - do not touch**/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/**
* Common Element Specific
*/

* { -webkit-font-smoothing: antialiased; }

/*
img {
	max-width: 100%;
	height: auto !Important;
	border: 0;
}
*/

h1 {
	/*font-family: 'aovel_sansregular', serif;
	font-weight: bold;*/
	font-family: 'Open Sans', verdana, arial, serif;	
	color: #ac1823;
	font-size: 28px;
}

h2{ 
	font: 175%;
	color: #959595;
}

h3{ 
	font-size: 15px;
  	color: #666;
	font-weight: 600;
	text-transform : uppercase;
	border-bottom: 1px solid #666;
	padding: 0 0 10px 0;
	margin: 0;
}

h4 { 
  	font-size: 18px;
  	color: #658a93;
	font-weight: 600;
	text-transform : uppercase;
	padding: 10px 0;
	margin: 0;
}

h5, h6{ 
	font: italic 95%;
  	color: #000;
}

a, a:hover { 
	outline: none;
  	text-decoration: none;
  	color: #000;
}

ul li, ol, ol li, ul, p { 
	list-style-type: square;
	padding: 0;
	margin: 0;
}

#top {
	color:transparent;
	height: 0;
}

header, .rotator,
.content_landing {
	width: 967px;
	margin: 0 auto;
}

.menu {
	width: 967px !important;
	margin: 0 auto !important;
	float:right !important;
	text-align:right !important;
}

header {
	height: 130px;
}

.rotator {
	height: 411px;
	overflow: hidden;
	width: 967px;
	margin: 0 auto;
}

.level1_log /**user login**/ {
	background: #ac1823;
	padding: 8px 0;
	border-radius: 0 0 5px 5px;
	/*width: 425px;*/
	float: right;
}

.button_logout{
float:left;
padding-right:30px;
}

.level1_log a {
	color:#fff;
	padding: 0 15px;
	border-right: 1px solid white;
}

.level1_cart /**cart**/ {
	/*width: 562px;*/
	float:right;
	margin-right:30px;
	font-size: 13px;
	margin-top: 10px;
}

.level1_topmenu {
	width: 617px;
	float:right;
	margin: 40px 0 20px 0;
}

.logo {
	width: 350px;
	position:relative;
	z-index:200;
}

.mainmenu {
	background: #dedcd7;
	width: 100%;
	min-width: 1092px;
	padding:5px 0;
	position:relative;
	float:left;
	z-index:100;
}

.banner_skin {
	width: 100%;
	float: left;
	height: 411px;
	background: url(images/banner.jpg) center #910f1c no-repeat;
	border-bottom:5px solid #d0b878;
	min-width: 1092px;
}

.banner img {
	width:100%;
	height: auto;
}

.content_landing {
	height: 100px;
	background: #ffffff;
	border: 1px solid #dad9d4;
	-webkit-box-shadow: 0 5px 6px -6px #acacac;
	   -moz-box-shadow: 0 5px 6px -6px #acacac;
	        box-shadow: 0 5px 6px -6px #acacac;
	position: relative;
	width: 1092px;
	margin: 0 auto;
	z-index: 9999;
	border-radius: 5px;
	margin-top: 410px;
}

.content_landingbox {
	width: 33.3%;
	float: left;
	position: absolute;
}

/*#special-content-wrap{
	width:1200px;
	margin: auto;
}

#special_left {
	width:180px;
	float:left;
	margin-left:25px;
	margin-right:25px;
}
	
#special_content {
    width: 970px; /*1200-200-25-25=970*/
	/*margin: 0 150px;
	float: left;*/

#content-container {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
}

#content-wrap{
	width:980px;
	margin: auto;
}

#left {
	width:180px;
	float:left;
	margin-left:20px;
	margin-right:25px;
    
}

#component {
	width: 755px; /*980-20-25-180=755*/
	margin:0 auto;
	float: left;
}

#component2 {
	width: 980px;
	margin: 0 auto;
}

.newsitem{
	display: block;
	float: left;
	width: 300px;
	margin: 0 10px 20px 0;
	-webkit-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-moz-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-ms-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-o-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	transition: left .4s ease-in-out, top .4s ease-in-out .4s;
}

#main {
	overflow:hidden;
	padding-bottom: 30px;
}  /* must be same height as the footer */

.footerbox {
	/*width: 21.5%;
	float:left;*/
	width:980px; 
	margin:0 auto;
	padding:20px 0 0 0;
	text-align:center; 
	color:#FFF; 
	font-size:12px;
}

/* Sticky footer styles
      -------------------------------------------------- */
  html,
  body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
  }

  /* Wrapper for page content to push down footer */
  #wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
  }

  /* Set the fixed height of the footer here */
  #push,
  #footer {
	height: 60px;
  }
  #footer {
	background-color: #362f2d;
	margin-top: 60px;
	min-width: 1092px;
  }
  
  #footerbottom {
	background: #534741;
	min-width: 1052px;
	padding: 15px 20px 5px 20px;
	font-size: 13px;
	color:#fff;
  }
  
  #footerbottom a {
	color:#fff;
  }
  

  /* Lastly, apply responsive CSS fixes as necessary 
  @media (max-width: 767px) {
	#footer {
	  margin-left: -20px;
	  margin-right: -20px;
	  padding-left: 20px;
	  padding-right: 20px;
	}
  } */

  /* Custom page CSS
  -------------------------------------------------- */
  /* Not required for template or sticky footer method. */

  #wrap > .container {
	padding-top: 60px;
  }
  .container .credit {
	margin: 20px 0;
  }

  code {
	font-size: 80%;
  }
  
/**Top Menu**/
.widget.menutop.widget_style_16 {
	float: right;
	width: 568px;
}

ul.topmenu li {
	display: inline; 
	font-size: 18px;
	float: left;
	padding: 0 14px;
}

ul.topmenu li a {
	color: #666;
}

ul.topmenu li a:hover {
	color: #999;
}

ul.topmenu {
	width: 100%;
	margin: 0;
}

/**Main Menu**/

.widget.mainmenu.widget_style_26 li {
	display: inline; 
	font-size: 13px;
	float: left;
	width: auto;
	padding: 0 14px;
}

ul.menu li a {
	font-weight: 600; 
	color: #a1a1a1;
	text-transform: uppercase;
}

ul.menu li a:hover {
	color: #666;
}

ul.menu li:last-child a {
	color:#ac1823;
	font-weight:bold;
}

ul.menu li:last-child a:hover {
	color:#333;
}

.widget.mainmenu.widget_style_26 {
	width: 730px;
	float: right;
	text-align: right;
	z-index:300;
}

ul.menu {
	width: 100%;
	margin: 0;
}

/**User Login**/
.widget.user.widget_style_25,
.button_setting button,
.button_logout input[type="submit"]  {
	font-family: 'Open Sans', verdana, arial, serif;
	font-size:12px;
	font-weight: bold;
	color: #fff;
}

.button_user {
	width: auto;
	float: left;
	margin-left: 30px;
}

.button_setting {
	width: auto;
	float: left;
	margin: 0 30px;
	border-left: 1px solid white;
	padding: 0 26px;
	border-right: 1px solid white;
}

.button_setting button,
.button_logout input[type="submit"] {
	background: none;
	text-shadow: none;
	border:0;
	padding:0;
}

.button_logout form {
	margin: 0;
}

.button_setting button:hover {
	background: none;
}

.button_login,
.button_register,
.login_reset {
	width: auto;
	float: left;
}

.button_login a,
.button_register a {
	padding: 0 30px;
}

.login_reset a {
	border:0;
	padding-left:30px;
}

/**Cart**/
.widget.shopcart.widget_style_24 {
	/*width: 380px;*/
	float: right;
}

.item_in_cart {
	width: auto;
	float: left;
	margin-left: 20px;
}

.total_in_cart {
	width: auto;
	float: left;
	padding: 0 30px;
	border-right: 1px solid grey;
}

.cart_button {
	width: auto;
	float: left;
	padding-left: 30px;
}

.cart_button a {
	color: #ac1823;
	font-weight: bold;
	text-transform: uppercase;
}

/**masonry plugin**/
#content {
	width: 915px !important;
	/*width: 95%;*/
	width: auto;
	margin-left: auto;
	margin-right:auto;
    /*margin: 0 200px 0 250px;*/
}

.item {
	display: block;
	float: left;
	width: 300px;
	margin: 0 5px 5px 0;
	-webkit-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-moz-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-ms-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-o-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	transition: left .4s ease-in-out, top .4s ease-in-out .4s;
}

/**.featured {
	float: left;
	width: 300px;
	margin: 0 10px 10px 0;
}**/

.item img {
	width: 300px;
	height: 100%;
	
	-webkit-box-shadow: 0 8px 6px -6px #999;
	   -moz-box-shadow: 0 8px 6px -6px #999;
	        box-shadow: 0 8px 6px -6px #999;
}

/**
.featured img {
  width: 620px;
  height: auto;
}**/

.button_orange {
	background: #fbaf5d; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbaf5d 0%, #f26522 10%, #c24306 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbaf5d), color-stop(10%,#f26522), color-stop(100%,#c24306)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbaf5d 0%,#f26522 10%,#c24306 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbaf5d 0%,#f26522 10%,#c24306 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbaf5d 0%,#f26522 10%,#c24306 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbaf5d 0%,#f26522 10%,#c24306 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbaf5d', endColorstr='#c24306',GradientType=0 ); /* IE6-9 */
	color: #ffc177;
	text-shadow: 1px 1px 1px #c53209;
	
	width: auto;
	border-radius: 5px;
	padding: 5px 15px 8px 15px;
	position: absolute;
	margin-top: -140px;
	margin-left: 15px;
}

.button_orange a {
	color: #ffc177;
	text-shadow: 1px 1px 1px #c53209;
	font-weight: 600;
	font-size:13px;
}

.button_orange:hover {
	background: #c7b299; /* Old browsers */
	background: -moz-linear-gradient(top,  #c7b299 0%, #998675 12%, #534741 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7b299), color-stop(12%,#998675), color-stop(100%,#534741)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c7b299 0%,#998675 12%,#534741 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c7b299 0%,#998675 12%,#534741 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c7b299 0%,#998675 12%,#534741 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c7b299 0%,#998675 12%,#534741 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7b299', endColorstr='#534741',GradientType=0 ); /* IE6-9 */
	
	color:#fff;
	text-shadow: 1px 1px 1px #333;
}

.button_orange a:hover {
	color:#fff;
	text-shadow: 1px 1px 1px #333;
}

.round_pink {
	border-radius: 25px;
	background:#f06eaa;
	position: absolute;
	margin-top: -150px;
	margin-left: 20px;
	padding: 5px 13px;
}

.round_pink a {
	color: #fff;
	font-weight: bolder;
	font-size: 20px;
}

.round_pink:hover {
	background: #f4bdd6;
}

.button_brown {
	background: #c7b299; /* Old browsers */
	background: -moz-linear-gradient(top,  #c7b299 0%, #998675 12%, #534741 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7b299), color-stop(12%,#998675), color-stop(100%,#534741)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c7b299 0%,#998675 12%,#534741 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c7b299 0%,#998675 12%,#534741 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c7b299 0%,#998675 12%,#534741 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c7b299 0%,#998675 12%,#534741 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7b299', endColorstr='#534741',GradientType=0 ); /* IE6-9 */

	color: #fff;
	text-shadow: 1px 1px 1px #333;
	width: auto;
	border-radius: 5px;
	padding: 5px 15px 8px 15px;
	position: absolute;
	margin-top: 220px;
	margin-left: 15px;
}

.button_brown a {
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	font-weight: 600;
	font-size:13px;
}

.button_brown:hover {
	background: #c7b299; /* Old browsers */
	background: -moz-linear-gradient(top,  #c7b299 0%, #997557 12%, #513324 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7b299), color-stop(12%,#997557), color-stop(100%,#513324)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c7b299 0%,#997557 12%,#513324 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c7b299 0%,#997557 12%,#513324 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c7b299 0%,#997557 12%,#513324 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c7b299 0%,#997557 12%,#513324 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7b299', endColorstr='#513324',GradientType=0 ); /* IE6-9 */
}

.round_blue {
	border-radius: 25px;
	background:#004a80;
	position: absolute;
	margin-top: -200px;
	margin-left: 240px;
	padding: 5px 13px;
}

.round_blue a {
	color: #fff;
	font-weight: bolder;
	font-size: 20px;
}

.round_blue:hover {
	background: #0278ce;
}

.round_red {
	border-radius: 50%;
	background: #ed1c24;
	position: absolute;
	margin-top: -200px;
	margin-left: 20px;
	padding: 24px 15px;
}

.round_red a {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
}

.round_red:hover {
	background: #9b161b;
}

/**Rotator Pagination**/
.cs-prev {
	background: url("images/prev.png") no-repeat 0 0 transparent !important;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	display: block;
	padding: 0 !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.cs-next {
	background: url("images/next.png") no-repeat 0 0 transparent !important;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	display: block;
	padding: 0 !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Product Page*/
#product_container{
    width: 100%;
	margin-left:60px;
}

.product_sort{
    margin-bottom: 10px;
}

#product_container .pagination > strong{
    padding: 5px;
    border: 1px solid grey;
    margin-right: 5px;
    color: #848484;
}

#product_container .pagination a{
    padding: 5px;
    border: 1px solid grey;
    text-decoration: none;
    margin-right: 5px;
}

#product_container .pagination a:hover{
    text-decoration: underline;
    background-color: #FAFAFA;
}

/*Category product page title*/
.cat_intro_text h1{
    margin-bottom: 10px;
    color: #ac1823;
}

/**product**/
.item_column {
	float: left;
	background: #fff;
	/*padding-bottom: 20px;*/
	border-top: 5px solid #d0b878;
	
	-webkit-box-shadow: 0 8px 6px -6px #999;
	   -moz-box-shadow: 0 8px 6px -6px #999;
	        box-shadow: 0 8px 6px -6px #999;
    
    /*padding: 8px 10px;*/
	width:252px;
	height:416px;
    padding: 10px 0;
    margin: 8px 10px;
    margin-bottom: 20px;
}

.list_product_name {
	font-weight: 600;
	font-size: 14px;
	color: #999;
}

.thumb_price {
	text-align: left;
	padding: 0 10px 20px 10px;
	width: 86px;
	height: 20px;
	float: left;
	margin-top: 8px;
	color: #999;
	font-weight: 900;
}

.thumb_promo_price {
	text-align: left;
	padding: 0 10px 20px 10px;
	width: 86px;
	height: 20px;
	float: right;
	margin-top: 8px;
	color: #F00;
	font-weight: 900;
}

.promo_price { color: #F00; font-weight:bold; }

.add_cart_button {
	width: 100%;
	float: right;
	border-top: 1px dotted lightgrey;
	padding-top: 20px;
}

.add_cart_button a.button {
	background: #ac1823;
	float: right;
	width: 82px;
	margin: 0 10px;
	border: 0;
	color: #fff;
	text-shadow: none;
	font-weight: 600;
	padding: 10px 22px 10px 22px;
}

.add_cart_button a.button:hover {
	background: #d0151b;
}

.add_cart_button a.button span.icon {
	background-image: none;
}

.add_cart_button a.button span {
	display:none;
}

.thumb_div {
	text-align: left;
	padding: 0 10px;
	width: 130px;
	margin: 0;
	float: left;
}

.left_container {
	width: 45%;
	float: left;
}

.detail_row.product_name {
	font-size:20px;
}

.detail_info,
.product_review {
	width: 46%;
	float: right;
}

.detail_row {
	padding: 3px 0 0 0;
}

#rating_average {
	margin: 2px 0 0 10px;
}

.price,
.detail_price {
	font-size: 15px;
	margin-top: 15px;
	padding: 0;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

.add_to_cart {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	margin-top:10px;
}

.add_to_cart a.button {
	background: #ac1823;
	float: left;
	width: 82px;
	border: 0;
	color: #fff;
	text-shadow: none;
	font-weight: 600;
	padding: 10px 22px;
	text-align:center;
}

.add_to_cart a.button:hover {
	background: #d0151b;
}
	
a.button span.icon.plus {
	display:none;
}

.product_review h2 {
	font-size:18px;
	color:#666 !important;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: double 4px #acacac;
	border-top: double 4px #acacac;
	padding: 10px 0 10px 0;
}

.form_inner input[type="button"].qty_plus {
	width: 19px;
	border: none;
	background: url('/cart_asset/qty-more.png');
}

.form_inner input[type="button"].qty_minus {
	width: 19px;
	border: none;
	background: url('/cart_asset/qty-less.png');
}

.custom_detail {
	padding: 30px 0 10px 0;
	font-size:13px;
	border-bottom: double 4px #acacac;
}

.detail_desc {
	margin: 20px 0;
	font-size:13px;
}

.selected_image {
	-webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0 8px 6px -6px #999;
}

.feature_product h2 {
	font-size:18px;
	font-weight: normal;
	padding-bottom: 30px;
}

.feature_product h2 a { color:#999; }

/**login**/
.m_login.myform {
	background: #fff;
	-webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0 8px 6px -6px #999;
}

.m_login.myform h1,
.register.myform h1 {
	font-size:18px !important;
	font-weight: normal;
	color:#333;
	font-family: 'Open Sans', verdana, arial, serif;
}

.m_login.myform button, .m_login.myform .submit,
.register.myform button {
	background: #ac1823;
	text-shadow: none;
}

.register.myform {
	width: 450px !important;
	margin: 0 auto;
	padding: 20px 40px !important;
	background: white;
	-webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0 8px 6px -6px #999;
}
.cart_table th
{
    
    padding: 10px;
    background: none repeat scroll 0 0 #dedcd7;
    color: #666;
	font-weight: 600;
	font-size:13px;
	text-transform: uppercase;
    text-align: left;
    border-bottom: thin solid #999;
}

.cart_table table tr td{
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #FFFFFF;
    color: #47433F;
}
.cart_table
{ 
    width: 940px !important;
	background:#fff;
	-webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0 8px 6px -6px #999;
	margin: 0 auto;
    margin-top: 10px;
    display:block;	
    border-spacing: 0px;

}
.cart_subtotal td
{
    border-top:thin solid #999;
}
.cart_table td
{
    padding:10px;
	text-align:left !important;
}
.cart_subitem
{
    text-align:center;
}
.cart_desc
{
    width:680px !important;
}
.cart_qty
{
    width:60px;
}

.coupon_div {
	margin-top: 20px;
	width: 940px;
	float: left;
	padding: 0 40px;
}

.cart_button_div {
	width: 940px;
	margin: 0 auto;
	margin-top: 20px;
}

.checkout, .clear_cart, .update_cart, .confirm_next, .confirm_payment, .confirm_purchase
{
    float:right;
    padding-left: 10px;
}
.back_cart
{
    float:left;
}
 
.each_child {
width: 310px !important;
margin-bottom: 40px;
}

.cat_label {
font-weight: 400;
color: #666;
padding: 15px 0;
border-bottom: 1px dotted #acacac;
width: 100%;
float: left;
height: 50px;
}

.nav_cat {
padding-bottom: 30px !important;
}

.nav_cat a {
color:#777;
}

/*Patch @ 24 Sept 2013 by Vincent*/
.item_column img{
    border: 0;
}

.leading-1, .leading-0, .leading-2, .leading-3
{
float:left;
border-bottom: 1px solid rgb(165, 150, 153);
}

.line_through {
	text-decoration:line-through;
}



/* Product Related (Products Detail) */

.product_related h2 {
	color: #ac1823;
	font-size: 28px;
}

.product_related .item_column {
	height:430px;
	margin:10px 30px;
}

.nav_prev, .nav_next {
	background:#ac1823;
	height:30px;
	margin:0 0 10px 0;
}

.nav_prev a, .nav_next a {
	padding:0 20px;
	line-height:28px;
	color:#FFF;
}

.nav_prev a:empty, .nav_next a:empty {
	display:none;
}