﻿/*
	ASI Oxford Site Stylesheet
	Creation Date: April 25, 2006
	Last Modified: April 25, 2006
	Author: Chris Riehl
*/

/* body Element Styles
-----------------------------------------------*/

body 
{
	background: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	font-size:11px;
	text-align:center; 
}

#Container 
{

}

#Body
{
	width:871px;
	margin: 8px 0px 0px 0px;
	text-align:left;
}

#Body #TitleBar
{
	width:871px;
	height:60px;
	/*background-image: url(../_images/pageBanner.gif);
	background-repeat:no-repeat; */
	background-color: #F3F1EF;
}

#Body #TitleBar #Title
{
	color:#B8ADA0;
	font-size:24px;
	font-weight:bold;
	float:right;
	padding: 20px 30px 0px 0px;
}

#Body #TitleBar #links
{
	float:left;
}

#Body #Content
{
	position:relative;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	height:400px;
	background-color: #F3F1EF;
	overflow:hidden;
	clip: rect(0px,871px,400px,0px);
	
}

#Body #Content #ScrollableContent
{
	top: 0px;
	position:absolute;
	width:790px;
	font-size:12px;
}

#Body #Content #ScrollBarContainer
{
	float:right;
	width:71px;
	height: 400px;
	background-color: #F3F1EF;
}

#Body #Content #ScrollBarContainer #ScrollBox
{
	position:relative;
	width:10px;
	margin: 4px 0px 4px 30px;
	height: 392px;
	background-color: #F3F1EF;
	border: solid 1px #8E6B55;
}

#Body #Content #ScrollBarContainer #ScrollBox #Scroller
{
	width:6px;
	position:absolute;
	top:0px;
	height: 390px;
	margin: 1px 2px 1px 2px;
	background-color: #8E6B55;
}

img
{
	border:none;
	clear:both;
}


form {
	margin: 0;
	padding: 0;
}

.Title
{
	color:#8E6B55;
	font-size: 18px;
	font-weight:bold;	
}


.ProductTitle
{
	color:#8E6B55;
	font-size: 15px;
	font-weight:bold;	
}

#BrandBoxContainer
{
	float:left;
	width: 212px;
	margin: 20px 0px 20px 0px;
}
#BrandBoxRowContainer
{
	clear:both;
	float:left;
}
#BrandBoxContainer #BrandBox
{
	float:left;
	width:212px;
	border: solid 2px #8E6B55;
}

#BrandBoxContainer #BrandBox #BrandBoxItems
{
	float:left;
	margin: 1px;
	width:68px;
	height:68px;
	clip: rect(0, 68px, 68px, 0);
	overflow:hidden;
}

#BrandBoxContainer #BrandBox #BrandBoxItems img
{
	border:none;
	width:inherit;
}

#BrandBoxContainer #seriesTitle
{
	clear:both;
	width:212px;
	text-align:right;
	color:#8E6B55;
	font-size: 11px;
}

#Spacer
{
	float:left;
	width: 51px;
}

#ProductContainer
{
	Margin: 20px 0px 0px 50px;
	width:740px;
}

#ProductContainer #Image
{
	float:left;
	width: 360px;
	border: solid 1px Black;
}

#ProductContainer #Image #hyperlink
{
	width: 360px;
	text-align:center;
	height: 30px;
	padding: 10px 0px 0px 0px;
	vertical-align:middle;
}

#ProductContainer #description
{
	float:left;
	margin: 0px 0px 0px 20px;
	width:315px;
}

.error
{
	color:Red;
}

a.BodyLink
{
	font-size:13px;
	color:#6C5540;
	text-decoration: none;
}

a.BodyLink:Hover
{
	text-decoration: underline;
}

b.title
{
	color:#8E6B55;
	font-size: 12px;
	font-weight:bold;	

}



