/*
CSS file for Clydesdale website
Black Tot Brand
*/


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea {
	font-family: Verdana, Arial, sans-serif;
}

.normal        { color: #aaa; font-weight: normal; font-style: normal; font-size: 12px; }
.normalbold   { color: #aaa; font-weight: bold; font-style: normal; font-size: 12px; }
.normalsmall  { color: #aaa; font-weight: normal; font-style: normal; font-size: 10px; }

.headline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	line-height: normal;
	color:#aaa;
	font-weight: bold;
	width:100%;
	float:left;
	margin-bottom:6px;
}

.headline2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: normal;
	color:#aaa;
	font-weight: bold;
	margin-bottom:6px;
	text-align: center;
}
.headline2L {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: normal;
	color:#aaa;
	font-weight: bold;
	margin-bottom:6px;
	text-align: left;
}


.boxheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #aaa; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 1.8em;
	background: #333; 
	padding: 2px 2px;
	height: 25px;
}


/* =Structure
-------------------------------------------------------------- */

#wrapper {
	display: block;
	margin: 0 auto;
	width: 940px;
    height: auto !important; /* för "riktiga" webbläsare */
    height: 100%; /* IE6: hanteras som min-height*/
    min-height: 100%; /* "riktiga" webbläsare */
	background: #000;
	padding: 0 20px;
	border: #bbb 1px solid;
}
#header {
	background: #fff;
	width: 100%;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global typographic styles */
body {
	background: #000;
}
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		border: 0px;
	}

	#content {
		float: left;
		margin: 0px;
	}
	#column1 {
		float: left;
		margin: 0px;
	}
	#menu,
	#column2 {
		width: 0px;
		display: none !important;
	}

}

/* = content
-------------------------------------------------------------- */
.right-box {
	background: #666;
}

#topproductsbox, #randomproductbox, #randomNewproductbox {
	clear: both;
	overflow: hidden;
	width: 740px;
	height: 275px;
	background: #666;
	margin-top: 5px;
}

.productbox {
	float: left; 
	background: #666;
	height: 230px; 
	width: 168px; 
	border: 1px #999 solid; 
	margin: 5px;
	padding: 2px;
	font-size: 10px;
	text-align: center;
}


