@charset "utf-8";
/* CSS Document */



	ul.tabs {
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
		height: 41px;
		width: 100%;
		font-family: 'Fredoka One', Arial;
		font-size:18px;
		color: #ff99cc;
	
	}
	ul.tabs li {
		float: left;
		margin: 0;
		cursor: pointer;
		padding: 5px 8px 0px 10px ;
		height: 35px;
		line-height: 35px;
		border: 1px solid #ff99cc;
		font-weight: bold;
		background: #ff99cc;
		overflow: hidden;
		position: relative;
		color: #FFF;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		margin-left:0px; 
		
		margin-right:3px;
		
	}
	ul.tabs li:hover {
		background: #fbe3ef;
		color: #ff99cc;
		border-bottom: 1px solid #fbe3ef;
	}	
	ul.tabs li.active{
		background: #fff;
		border-bottom: 1px solid #FFFFFF;
		border-right: 1px solid #ff99cc;
		color: #ff99cc;
		border-top-left-radius:5px;border-top-right-radius:5px;margin-left:0px; 
	}
	.tab_container {
		
		border-top: none;
		clear: both;
		float: left; 
		width: 100%;
		-webkit-border-radius: 0px 5px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
border-radius: 0px 5px 5px 5px;
border-top: 1px solid #ff99cc;

	}
	.tab_content {
		padding: 10px;
		font-size: 1.2em;
		display: none;
		background-color: #fff;
		border: 1px solid #ff99cc;
		-webkit-border-radius: 0px 5px 5px 5px;
-moz-border-radius: 0px 5px 5px 5px;
border-radius: 0px 5px 5px 5px;
border-top: none;
font-family: 'Raleway', Arial;
		
	}
	#container {
		display:block; width:330px;  overflow:hidden;-webkit-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
border-color:#a2cbdc;
border-radius:5px; font-family:Arial, Helvetica, sans-serif; font-size: 12px; 

	}
	#container a {color:#333; text-decoration:none;}
	
	.left-tab{border-top-left-radius:5px;border-top-right-radius:0px;margin-left:0px; width: 148px;}
	
	.right-tab{ border-top-left-radius:0px; border-top-right-radius:5px;  margin-right:0px; }
	
	table.bestsellers {
width: 100%;
}

table.bestsellers td {
padding: 0px;
color: #333;

}
table.bestsellers td.price {
text-align: right;
}

<!--CAT TABS-->

	ul.cat-tabs {
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
		height: 32px;
		border-bottom: 1px solid #999999;
		border-left: 1px solid #999999;
		width: 100%;
	}
	ul.cat-tabs li {
		float: left;
		margin: 0;
		cursor: pointer;
		padding: 0px 8px 0px 8px;
        height: 30px;
		line-height: 31px;
		border: 1px solid #5ac9ff;
		border-left: none;
		font-weight: bold;
		background: #5ac9ff;
		overflow: hidden;
		position: relative;
		font-size: 18px;
		color: #FFF;
		font-family: 'Fredoka One', Arial;
		-webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
         border-radius: 5px 5px 0px 0px;
		 margin-right: 3px;
	
	}
	ul.cat-tabs li:hover {
		background: #8fd7fa;
	}	
	ul.cat-tabs li.active{
		background: #FFFFFF;
		border-bottom: 1px solid #e5f3ff;
		-webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
         border-radius: 5px 5px 0px 0px;
		 color: #ff99cc;
		 border-left: 1px solid #5ac9ff;
		 background-image: linear-gradient(#7cc9ff, #E5F3FF);
         background: linear-gradient(#7cc9ff, #E5F3FF);

	}
	.cat-tab_container {
			
		border-top: none;
		clear: both;
		float: left; 
		width: 100%;
		
	}
	.cat-tab_content {
		padding: 0px;
		
		display: none;
	}
	#cat-container {
		width: 600px;
		margin: 0 auto;	
	}

