﻿/* Alpha, Master-Page Structure */
body {
	background-color: #ffffff;
}
.row-top {
	background-color:#c1d4f1;
}
.row-search {
	background-color: #ffffff;
	border-bottom:1px solid #c1d4f1;
}
.row-search .label {
    color: #495d85;
}
.content {
	color:#6d6e71;
	font-size:14px;
	line-height:18px;
}
.row-bottom {
	border-top:1px solid #c1d4f1;
    background-color: #ffffff;
}
.catpath {
	border-bottom:1px solid #c1d4f1;
	margin-bottom:13px;
}
a.CategoryPath {
	font-size:10px;
	font-weight:normal;
	text-transform:lowercase;
	line-height:23px;
}
a.CategoryPath:last-child {
	font-weight:bold;
}
/* End */

/* Alpha, Content Styling */
a:link {
    color: #475a85;
}
a:visited {
    color: #000066;
}
a:hover {
    color: #8f8e87;
}
a:active {
    color: #8f8e87;
}
H1 {
    color: #475a85;
}
H3 {
    color: #8f8e87;
	border-color:#8f8e87;
}
H4 {
    color: #475a85;
}
H6 {
    color: #8f8e87;
	border-color: #8f8e87;
}
.Page-Header {
    color: #475a85;
}
#Categories-Header h1
{
}
#Categories-Header h2 {
	color:#9ed672;
	font-size:14px;
	text-transform:lowercase;
	border-bottom:1px solid #c1d4f1;
}
.menuheaderblock
{
	background-color:#6075DE;
}
.menuheader
{
	background-color:#EDEEF3;
}
.menuheader a:link, .menuheader a:visited
{
	color:#475a85;
}
/* Page Content Styling */
.Layout .Header
{
    color: #8f8e87;
	border-color: #8f8e87;
}
.Layout .Footer
{
	color: #8f8e87;
}
.ErrorMessage
{
	color: #475a85;
}
.DataList-Item
{
	border-bottom:1px solid #c1d4f1;
	display:inline-block;
	width:100%;
}
.DataList-Item:Hover
{
}
.DataList-Item .Header
{
	background-color:#EEEEEF;
	color:#475a85;
}
.Category-Item .Header
{
	background-color:#EEEEEF;
	color:#475a85;
}
#AccountDefault-UserName .Element
{
	color:#475a85;
}
#ItemForm-Main h1.header {
	color:#000000;
	font-size:18px;
	margin:13px 0px 6px;
}
.DataList-Item h1.header {
	color:#000000;
	font-size:18px;
	margin:0px 0px 6px;
}
#ItemForm-Main .sub-header,
.DataList-Item .sub-header a {
	color:#495d85;
	font-size:12px;
	font-weight:normal;
	margin:0px 0px 13px;
	text-decoration:none;
}
.DataList-Item .sub-header a:hover {
	text-decoration:underline;
} 
#ItemForm-Main .Element-Label,
.DataList-Item .Element-Label 
{
	color:#324261;
	font-size:12px;
	font-weight:normal;
}
#ItemForm-Main .Element,
.DataList-Item .Element 
{
}
#ItemForm-Main .MedResImage
{
}
#ItemForm-Main .Price-Label,
.DataList-Item .Price-Label 
{
	color:#000000;
	font-size:12px;
	font-weight:normal;
}
#ItemForm-Main .Price
{
	color:#000000;
	font-size:24px;
	font-weight:bold;
	text-transform:lowercase;
}
.DataList-Item span.Price 
{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-transform:lowercase;
}
.DataList-Item div.Price {
	margin-top:10px;
}
#ItemForm-Main .addtocartblock {
	background:url(images/addtocartblock.jpg) no-repeat top left;
	width:200px;
	height:105px;
	padding:20px 0px 28px;
}
#ItemForm-Main .addtocartblock .quantity {
	margin-bottom:10px;
}
#ItemForm-Main .addtocartblock .addtocart {
	margin:auto;
	margin-bottom:9px;
	padding-left:10px;
	background:url(images/itembuttonsprite.png) 0px -30px no-repeat #475a85;
	width:90px;
}
#ItemForm-Main .addtocartblock .addtocart input[type="submit"] {
	border:none;
	width:90px;
	height:26px;
	line-height:26px;
	margin:0px;
	padding:0px 10px 0px 0px;
	text-transform:lowercase;
	color:#ffffff;
	background:url(images/itembuttonsprite.png) right -4px no-repeat #475a85;
	cursor:pointer;
	cursor:hand;
}
#ItemForm-Main .addtocartblock input[type="text"] {
	border:1px solid #c1d4f1;
}
.DataList-Item .AddToCart {
	margin-top:10px;
}
.itemsearch {
	background:#e5ebec;
	border-bottom:1px solid #c1d4f1;
	width:100%;
	font-size:10px;
}
.itemsearch input[type="text"] {
	height:13px;
	border:1px solid #6593db;
}
.itemsearch input[type="submit"] {
	font-size:10px;
	border:1px solid #6593db;
	background:#6593db;
	color:#ffffff;
	text-transform:lowercase;
}
.itemsearch input[type="checkbox"] {
	font-size:10px;
	border:1px solid #6593db;
	vertical-align:middle;
	margin:0px 4px 0px;
}
/* End */

