/********************
 *  basic css
 * 
 ********************/
 
 /* hide from ie on mac \*/
html {
	font-size: small;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
	
body{
	margin: 0; padding: 0;
	background: #333333;
	color:  #666666;
}

a:link, a:active, a:visited{
	color:  black;
	text-decoration:  none;
}

a:hover{
	color:  #FF0000;
	text-decoration:  none;
	background: transparent;
}

a.call:link, a.call:active, a.call:visited, a.call:hover{
	background: url(http://www.thisisnotashop.com/images/arrow_red.gif) 100% 50% no-repeat;
	padding-right:  15px;
}

.hr{
	height:  1.4em; 
	margin:  1.4em 0; padding:  0;
	background: url(http://www.thisisnotashop.com/images/hatch.gif) 0 50% repeat-x;
}

.hr hr{
	display: none;
}

.hr_light{
	height:  1.4em; 
	margin:  1.4em 0; padding:  0;
	background: url(http://www.thisisnotashop.com/images/grey.gif) 0 50% repeat-x;
}

.hr_light hr{
	display: none;
}

img{
	border:  none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


