/* ----- [ CSS Reset ] ----- */
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;}
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 {list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-family:Arial, Verdana;;font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
a { text-decoration:none; }
a img { border:0; }
.clear {clear:both;}

/* ------------ [ GLOBAL ELEMENTS ] ---------------- */
p { line-height:1.5em; font-family:Arial, Verdana; font-size:100%; color:#653600;}
strong { font-weight:bold; }

.hidden{display:none;}
ul{margin-left:15px;position:relative;list-style:disc;}
ol{margin-left:15px;position:relative;list-style:decimal;}
body {
	font-family:Verdana, Arial, Tahoma, Times new roman;
	font-size:11px;
	color:#000;
	background:#fff;
}

/* Default CSS Stylesheet for a new Web Application project */

.DefaultText
{
    color: black;
    font-family: Arial,Verdana;
    font-size: 13px;
}
.Text10
{
    color: black;
    font-family: Arial,Verdana;
    font-size: 10px;
}
.Text10url
{
    color: black;
    font-family: Arial,Verdana;
    font-size: 10px;
    text-decoration: none
}
.DefaultBold
{
    color: black;
    font-family: Arial,Verdana;
    font-size: 13px;
    font-weight: bold;
}
.cookieCrumb
{
    color: black;
    font-family: Arial,Verdana;
    font-size: 10px;
}

.error
{
    color: red;
    font-family: Arial,Verdana;
    font-size: 10px;
}
.notification
{
    color: green;
    font-family: Arial,Verdana;
    font-size: 10px;
}

.message
{
    color: blue;
    font-family: Arial,Verdana;
    font-size: 10px;
}

.helptext
{
    color: black;
    font-family: Arial,Verdana;
    font-size: 10px;
}

.ProductTitle
{
    color: black;
    font-family: Arial,Verdana;
    font-size: 13px;
    font-weight:bold
}
.ProductDetail
{
    color: black;
    font-family: Arial,Verdana;
    font-size: 12px;
}
.shoppingCartBold
{
    color: black;
    font-family: Arial,Verdana;
    font-size: 10px;
    font-weight:bold
}
.shoppingCartLine
{
	font-weight: bold;
	font-size: 10px;
	background: #000000;
	background-color:#000000;
	color: black;
	font-family: Arial,Verdana;
}
.shoppingCartText
{
    color: black;
    font-family: Arial,Verdana;
    font-size: 10px;
}
.shoppingCartTotal
{
	font-size: 10px;
	background: #b3bc35;
	color: #dcdcdc;
	font-family: Arial,Verdana;
}
.shoppingCartBGGrey
{
	font-size: 10px;
	background: #e6e6fa;
	color: #dcdcdc;
	font-family: Arial,Verdana;
}

.formText
{	
    color: black;
    font-family: Arial,Verdana;
    font-size: 13px;
}

.searchResultsHeader
{
	font-size: 16px;
	color: #FDB900;
	font-family: Arial,Verdana;
	font-weight: bold;
}
.dividingLine
{
	background-color: #b3bc35;
}
img 
{
	border:0px;
}

.std
{
	margin-top:20px;
}

/* CSS Classes for the Site.Master Page */

#top {
  background-color: black;
  padding: 5px;
  font-size: 10px;
  margin-bottom: 25px;
  text-align:center;
  color:White;
}

.ContentContainer 
{
	margin-left:10px;
}

#productmenu
{
	margin-top:5px;
	float:left;
	width:130px;	
}

#productmenu ul
{
	font-size:80%;
}

#maincontent
{
	float:left;
	margin-left:20px;
	font-size:80%;
	width:600px;
}

/* CSS classes for the top header of the products.aspx page */

#ProductTitle
{
	text-align:center;	
}

.MainProductContent
{
	float:left;
	margin-right:0px;
}

/* CSS classes for the DataList that provides the product listing */

#product
{
	width:175px;	
}

.productimage
{
	width:105px;
	margin-left:25px;
	padding-right:0px;
	float:left;
}

.productdetails
{
	float:right;
	width:125px;
	margin-top:5px;
	margin-bottom:5px;
}

.productaddbutton
{
	float:left;
}

/* CSS classes for the navigation menu at bottom of the page (Previous/More Products, etc) */

.navigation
{
	width:600px;
	margin-top:30px;
}

#leftnav 
{
	float:left;
	width:180px;
	text-align:center;
}

#rightnav 
{
	float:right;
	width:180px;
	margin-right:20px;
	text-align:center;
}

#numnav
{
	float:inherit;
	text-align:center;
	
}

