/*RESET COMMON STYLES ---------- start  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
    margin:0;   
    padding:0; 
	font-family:Arial, Helvetica, sans-serif;
}
body{
	background:url(../images/tiletoria_background_img.png) repeat;
}
table {  
    border-collapse:collapse;   
    border-spacing:0;   
} 
fieldset,img {    
    border:0;   
} 
address,caption,cite,code,dfn,em,strong,th,var {  
    font-style:normal;   
    font-weight:normal;   
} 
ol,ul {
	font-size:11px;
	color:#696969;
	padding-left:15px;
} 
caption,th {  
    text-align:left;   
} 
h1,h2,h3,h4,h5,h6 {  
     font-size:100%;   
     font-weight:normal;   
} 
q:before,q:after {  
     content:'';   
} 
abbr,acronym { 
     border:0;   
} 
/*RESET COMMON STYLES ---------- end  */
a
{
  outline: none;
  text-decoration:none;
}
:focus
{
  -moz-outline-style: none;
}
.navigation{
	background:#FFF;
	width:100%;
}
.nav_item{
	background:url(../images/mainNav/tiletoria_nav_background.png) repeat-x top left;
	vertical-align:top;
	padding:8px 10px 0 10px;
	font-size:12px;
	color:#333333;
}
.nav_item a{
	color:#333333;
	text-decoration:none;
}
.nav_item a:hover{
	color:#b80713;
}
.heading{
	background:#FFF;
	width:100%;
}
.heading a{
	font-weight:bold;
	font-size:11px;
	color:#888;
	margin:0;
	text-decoration:none;
}
.searchText{
	width:322px;
	height:24px;
	background:#FFF;	
	border-style:none;
	border:solid 1px #CCC;
	padding:8px;
	font-size:18px;
	color:#999;
}
.search_suggest{
	position:absolute;
	background:#FFF;	
	border-style:none;
	border:solid 1px #CCC;
	width:322px;
	padding:8px;
	z-index:9999;
}
.search_suggest h1{
	font-size:18px;
	color:#999;
}
.suggest_category{
	font-size:10px;
	background:#F7F7F7;
	border:solid 1px #DDD;
	padding:9px;
	text-align:left;
	color:#333;
}
.suggest_category:hover{
	color:#C00;
}
.suggest_product{
	font-size:10px;
	background:#FFF2F2;
	border:solid 1px #DDD;
	padding:9px;
	text-align:left;
	color:#b80713;	
}
.suggest_category:hover{
	color:#C00;
}
.suggest_noresults{
	background:#C00;
	padding:10px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
.popular_searches{
	font-size:10px;
	color:#999;
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	padding:0 0 0 27px;
}
.popular_searches a{
	font-size:10px;
	font-weight:100;
	text-decoration:underline;
	color:#999;
}
.popular_searches a:hover{
	color:#b80713;	
}
.section_title{
	background:url(../images/page_title_repeat.png) repeat;
	height:57px;
	width:100%;
	font-size:12px;
	color:#FFF;	
}
.container{
	background:url(../images/tiletoria_background_img.png) repeat;
	font-size:12px;
	color:#333;
}

.footer{
	width:935px;
	text-align:center;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	color:#7a7a7a;
	margin-top:8px;
	margin-bottom:15px;
}
.footer a{
	text-decoration:none;
}

.successStyle{
	background:#E6FFCC;
	border:solid 1px #96FF2D;
	color:#060;
	padding:15px;
	font-size:12px;
	margin-bottom:10px;
}
.errorStyle{
	background:#FFFFD5;
	border:solid 1px #FF6;
	color:#AE0000;
	padding:15px;
	font-size:12px;	
	margin-bottom:10px;
}.textinput{	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	border-style:none;
	background:#e5e5e5;
	border:solid 1px #999;
	padding:5px;
	width:300px;
}
.textareainput{	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	border-style:none;
	background:#e5e5e5;
	border:solid 1px #999;
	padding:5px;
	width:500px;
	height:300px;
}
.selectStyle{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	border-style:none;
	background:#e5e5e5;
	border:solid 1px #999;
	padding:5px;
	width:300px;
}
.fileinput{	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	border-style:none;
	background:#e5e5e5;
	border:solid 1px #999;
	padding:5px;
}
.submitbutton{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	border-style:none;
	background:#b90713;
	border:solid 1px #b90713;
	padding:5px;
	width:80px;
}
.submitButton:hover{
	cursor:pointer;
}
.lightcell{
	background:#FFF;
	border:1px solid #E5E5E5;
	padding:10px;
}
.lightcell img{
	border:solid 1px #DDD;
}
