/* add your css rules here */
@import url(http://fonts.googleapis.com/css?family=Ropa+Sans:400,400italic);

.printhide
	{
		display:none;
	}

.chooseCatHeader
	{
		background:url('http://www.shop.bt.com/images/6/merch/vendors/bt/24hr-sale-2015/normal.png') no-repeat scroll 95% center;
		height: 20px;
		background-size: 14% auto;
		background-color: #ffffff;
		padding: 20px;
        cursor:pointer;
	}

.chooseCatHeader p
	{
		
		font-family:'Ropa Sans', sans-serif!important;
		font-size:24px!important;
		color: #cc0001!important;
		line-height:20px!important;
	}

.active
	{
		background:url('http://www.shop.bt.com/images/6/merch/vendors/bt/24hr-sale-2015/active.png') no-repeat scroll 95% center;
    background-size: 14% auto;
    background-color: #ffffff;
	padding: 20px;
	}

.mobile-cat
	{
		display:none;
	}

.mobile-cat ul
	{
		margin:0!important;
		padding:0!important;
		list-style:none!important;
        text-align:center!important;
	}

.mobile-cat ul li
	{
		vertical-align:none!important;
		display:inline-block!important;
		width:49.1%;
        border-bottom:1px solid #ffffff!important;
	}


.mobile-cat ul li a
	{
		text-decoration:none!important;
        padding:10px!important;
        display:block!important;
		font-family:'Ropa Sans', sans-serif!important;
        color:#ffffff!important;
		background-color:#cc0001!important;
		font-weight:lighter!important;
	}

.mobile-cat ul li a:hover
	{
		text-decoration:none!important;
		background-color:#808080!important;
	}

#sale-deals 
	{
		margin-top:2px;
	}


#sale-deals div
	{
		width:100%;
		display:inline-block;
		text-align:center;
		margin-top:2px;
	}

#sale-deals div:nth-child(odd)
	{
		margin-right:2px;
	}

#cat-header
	{
		margin: 10px 0;
		background-color: #cc0001;
		padding: 14px;
		text-align: center;
		color: white;
		font-size: 24px;
		font-family: "Ropa Sans", sans-serif !important;
	}