/*******************************************
  Italy Hair & Beauty CSS document
  Developed by Apollo Internet Media
  Version 2.0a 28/01/2008 
*******************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	color: #373536;
	background-image:url(../images/bgtile.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

h1 {
	color: #FF0000;
	font-size: 1.4em;
	font-weight: normal;
}

#content a {
	color:#990000;
	text-decoration: underline;
}
	#content a:hover { text-decoration: none; }
	
#side a {
	color: #DDCD80;
	text-decoration: none;
}


form {
	margin: 0px;
	padding: 0px;
}

#header {
	background-color: #DDCD80;
	height: 99px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position: left;
}

#frame {
	width: 900px;
	overflow: hidden;
}

#side {
	color: #DDCD80;
	width: 200px;
	float: left;
	clear: none;
	font-size: 0.9em;
}

	#side .leftcolumn {
		float: left;
		clear: none;
		width: 200x;
	}
	
	#side .rightcolumn {
		float: left;
		clear: none;
		width: 176px;
	}
	
	#side a:hover {
		color: #FF0000;
	}


#content {
	float: left;
	clear: none;
	/* width: 680px;
	overflow: hidden; */
	width: 700px;
}

#menu {
	font-family:"Trebuchet MS", Verdana, Arial;
	color: #373536;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none !important;
	overflow: hidden;
}

	#menu a {
		color: #373536;
		text-decoration: none !important;
	}
	
	#menu a:hover {
		color: #990000;
		text-decoration: none !important;
	}

.padding {
	padding: 10px;
}

.breaker {
	clear: both;
}

/************************************************
	Item Template Layer Classes
************************************************/

.itemtitle {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 4px;
}

.price {
	color: #FF0000;
	font-size: 1.2em;
	margin:0px;
	margin-top: 10px; 
}

/**********************************
  Product Item Layout 
**********************************/
	
	.itembox {
		filter: alpha(opacity=100); 
		-moz-opacity:10; 
		-khtml-opacity: 1.0; 
		z-index:3;
	}
	
	.itemimage {
		/* float: left;
		clear: none; */
		width: 355px;
		height: 160px;
		border: solid 1px silver;
		margin-right: 15px;
	}
	
	.itemdesc {
		clear: both; 
		margin-top: 10px; 
		width: 355px;
		/* float: left;
		clear: none; */
		/* width: 255px; */
		
	}
	
	.itemoptions {}
	
	.prodoption {}
	
	.optionselect {	font-size: 0.98em; }
	
	.cartcontrol {}
	
	
	/* pagination styles */
	.paginator { 		background-color: #ececec;
		border: solid 1px silver;  padding: 4px;
		margin-top: 10px; 		
	}
	
	.paginationoff {
		/*float: left;
		clear: none;
		 height: 20px;
		width: 16px; 
		border: solid 1px silver; */
		text-decoration: none !important;
		/* padding: 5px;
		text-align: center; 
		background-color: #ebebeb; */
		color: #999999 !important;
		vertical-align: middle;
		font-size: 1.0em;
		margin: 1px;
		margin-right: 3px;
	}
	
	.paginationoff:hover {
		color: red !important;
	}
	
	.paginationon {
		/*float: left;
		clear: none;
		height: 20px;
		width: 16px; 
		border: solid 1px silver; */
		text-decoration: none;
		/* padding: 5px;
		text-align: center; */
		color: #0066CC;
		font-weight: bold;
		vertical-align: middle;
		font-size: 1.0em;
		margin: 1px;
		margin-right: 3px;
		font-weight: bold;
		text-decoration: underline;
	}

