
.topNav a	{
	color:#fff;	
}

.noDisplay	{
	display:none;	
}

.outerShadow	{
	text-shadow:	
		-2px -2px 4px #000, 
		2px -2px 4px #000, 
		-2px 2px 4px #000, 
		2px 2px 4px #000;	
}

.container subAccessories a	{
	font-size:16px;
	font-weight:bold;
	color:#999;	
}

.container subAccessories a:hover	{
	color:#fba1a1;	
}

.readMore a	{
	float:right;
	border:1px solid #fba1a1;
	padding:10px;
}

.readMore a:hover	{
	color:#FFF !important;
	background:#fba1a1;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="password"], .contact-form input[type="date"], .contact-form input[type="time"] {
    border: 1px solid #555;
    padding: 8px 14px;
    width: 100%;
    margin-bottom: 20px;
}

.contact-form textarea {
    border: 1px solid #555;
    padding: 8px 14px;
    width: 100%;
    margin-bottom: 20px;
	height:150px;
}

.pagePadding	{
	margin-top:50px;	
	margin-bottom:100px;
	padding:20px;	
}

.footerMenu a	{
	color:#FFF;
}

.close1, .close2 {
    background: url(../../images/close_1.png) no-repeat 0px 0px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.blockList ul	{
    text-align:left;
	padding:5px;
}

.blockList ul li	{
    display:inline-table;
	margin-right:30px;
	margin-left:20px;
	text-align:center;
}

.blockList div	{
    display:inline-table;
	margin-bottom:5px;
	text-align:center;
}

.errorMessage	{
	font-weight:bold;
	color:#F00	
}

.contentPadding	{
	margin-bottom:100px;	
}

@media (min-width:768px) {
	
	.desktopNoDisplay	{
		display:none;	
	}
	
.cakeBoxTitle	{
	font-size: 16px !important;
    width: 200px;
    text-shadow: -2px -2px 4px #fff, 2px -2px 4px #fff, -2px 2px 4px #fff, 2px 2px 4px #fff;	
}
	
}

@media (max-width:768px) {
	
	.mobileNoDisplay	{
		display:none;	
	}
	
.cakeBoxTitle	{
	font-size: 16px !important;
    width: 130px;
    text-shadow: -2px -2px 4px #fff, 2px -2px 4px #fff, -2px 2px 4px #fff, 2px 2px 4px #fff;	
}

}
