﻿body
{
	background-color: #030406;
	color: White;
	font-family: Arial , Sans-Serif;
	font-size: 10pt;
	margin-top:0px;
}
a
{
	color: #9BCCEA;
}
select
{
	background-color: #9BCCEA;
}
h1
{
	color: #9BCCEA;
}
.headerPage
{
	color: #9BCCEA; font-size:22px; font-weight:bold;
}
.headerBox
{
	color: #9BCCEA; font-size:16px; font-weight:bold;
}

#container
{
	width: 900px;
	margin: 0 auto;
}

#header
{
	position: relative;
	background: url(images/gradient.jpg ) repeat-x;
	height: 80px;
	padding: 0 10px;
	margin-bottom: 10px;
}
#logocontainer
{
	float: left;
}

#topnav
{
	float: right;
	top: 35%;
	position: relative;
}

.topnavlist
{
	display: inline;
	vertical-align: middle;
	padding-right: 10px;
}

.topnavlist li
{
	display: inline;
	list-style: none;
	margin: 0 0 0 10px;
}

.topnavlist li a
{
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

.topnavlist li a:hover
{
	color: #9BCCEA;
}

.small_link
{
	font-size: 8pt;
	text-decoration: none;
	color: #888;
}

.small_link:hover
{
	color: #9BCCEA;
}

#main
{
	width: 900px;
	margin: 0 auto;
}

.copyright
{
}

.separator
{
	position: relative;
	top: 2px;
	padding: 0 5px;
}
#copyrightcontainer
{
	float: left;
	font-size: 8pt;
	color: #9BCCEA;
}

#bottomnav
{
	float: right;
}

#footer
{
	margin: 0 60px;
}
.textred
{
	font-size:12px;
	color:red;
}


#leftContent
{
	float: left;
	width: 252px;
	margin-right: 10px;
}

#rightContent
{
	float: right;
	height: 338px;
	overflow: auto;
	width: 550px;
	background-color: #fff;
	color: #000;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.clear
{
	clear: both;
}


a.leftmenu
{
	border: 1px solid white;
}

.leftMenu
{
	background-color: #14191C;
	font-weight: bold;
	height: 18px;
	width: 247px;
	display: block;
	text-transform: uppercase;
}

.leftMenuSelected
{
	background-color: #202D35;
}

.leftMenuHover
{
	font-weight: bold;
	background-color: #202D35;
	color: #fff;
}

#bottom
{
	background: url(images/gradient_bottom.jpg) repeat-x;
	padding-top: 15px;
	margin-top: 20px;
}

.productItem
{
	overflow: scroll;
	height: 320px;
	overflow-x: hidden;
	background-color: White;
	color: Black;
	padding: 15px 20px 0px 15px;
	font-family: Verdana;
	font-size: smaller;
	width: 600px;
}

.EditContent
{
	border: dashed 1px #8A2BE2;
}


.measureandtaste
{
	position: relative;
	top: 5px;
}

.bottomspacer
{
	width:20px;
}
.bigBlueBold 
{
	color: #9BCCEA; font-size: 14px; font-weight: bold;
}
.textBlueBold 
{
	color: #9BCCEA; font-size: 12px; font-weight: bold;
}
.cartBorder
{
    border-bottom: thin solid #0f6cb6
      
}