﻿body
{
    color: #384673;
    background-color: #002c39;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 180%;
}
*
{
    margin: 0;
    padding: 0;
}
a img, table
{
    border: 0;
}
a img
{
    border: none;
    vertical-align: middle;
}
a
{
    color: #0083A9;
    text-decoration: underline;
}
a:hover
{
    text-decoration: underline;
}
dl, ol, ul
{
    margin-left: 30px;
}
button, select, textarea, input
{
    font: 100% serif;
}
table
{
    border-collapse: collapse;
}
caption, th, td
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6, p
{
    margin: .5em 0 .5em 0;
}
h1
{
    font-size: 1.4em;
}
h2
{
    font-size: 1.2em;
}
h3
{
    font-size: 1.1em;
}
p
{
    line-height: 180%;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.clear
{
    clear: both;
}

/* LAYOUT STYLES */
#wrap
{
    background-image: url("/App_Themes/Default/Images/Layout/TileBackground.jpg");
    margin: 0 auto;
    margin-top: 40px;
    width: 962px;
}
#header
{
    position: relative;
    height: 104px;
}
#header .siteHeader
{
    margin: 0;
    padding: 25px;
}
#header .siteLogo
{
    float: right;
    padding: 20px 30px;
}
#controlPanel
{
    background-color: #a5acb0;
    height: 30px;
    margin-bottom: 30px;
    width: 100%;
    z-index: 9999;
}
.breadcrumbs
{
    background-color: #f0ede2;
    border-bottom: solid 3px #fff;
    font-size: 10px;
    font-style: italic;
    padding-bottom: 4px;
    padding-left: 13px;
    padding-top: 4px;
    width: 600px;
}
.breadcrumbs a
{
    color: #50638f;
}
.loginPanel
{
    background-image: url("/App_Themes/Default/Images/Layout/SmallLeftPanel.jpg");
    height: 26px;
    line-height: 26px;
    margin-bottom: 3px;
    width: 181px;
}
.searchPanel
{
    background-image: url("/App_Themes/Default/Images/Layout/LeftSideTBPanel.jpg");
    height: 26px;
    line-height: 26px;
    width: 181px;
}
.tbSearch
{
    width: 70px;
    border: none;
}
#textContent
{

}
#page
{
    border-bottom: 5px solid #FFF;
    margin-left: 8px;
    width: 946px;
}
#LeftColumn
{
    float: left;
    width: 180px;
}
#CenterColumn
{
    float: left;
    margin-left: 6px;
    width: 613px;
    overflow: hidden;
}
#RightColumn
{
    float: left;
    margin-left: 5px;
    width: 142px;
    overflow: hidden;
}
#footer
{
    background-color: #002c39;
    background-image: none;
    color: #6fc0d6;
    padding: 5px;
}

/* MENU */
#menu
{
    border-top: 3px solid #FFF;
    position: relative;
    width: 181px;
    z-index: 500;
}
#menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0;
    text-align: left;
    white-space: nowrap;
}

#menu li
{
    list-style: none;
    margin: 0;
}
#menu li
{
    border-bottom: 3px solid #FFF;
}
#menu ul ul
{
    left: -9999px;
    position: absolute;
}
#menu ul#toplevel
{
    left: 0;
    position: absolute;
    top: 0;
}
#menu ul > li
{
    background-image: url('images/layout/navbuttonbg.jpg');
}
#menu ul ul li
{
    background-image: url('images/layout/flyoutbgtile.jpg');
    width: 200px;
    z-index: 9999;
}
#menu ul li a
{
    color: #156c9f;
    display: block;
    font: normal 10px arial,sans-serif;
    font-weight: bold;
    line-height: 26px;
    padding: 0 10px 0 40px;
    text-decoration: none;
}
#menu ul ul li a
{
    color: #156c9f;
    display: inline-block;
    font: normal 10px arial,sans-serif;
    font-weight: bold;
    line-height: 26px;
    padding: 0 10px 0 10px;
    text-decoration: none;
}
#menu ul li:hover > ul
{
    left: 100%;
    margin-left: -1px;
    margin-top: -26px;
}
#menu a:hover ul, #menu a:hover a:hover ul, #menu a:hover a:hover a:hover ul
{
    left: 100%;
}
#menu a:hover ul ul, #menu a:hover a:hover ul ul
{
    left: -9999px;
}
#menu table
{
    border-collapse: collapse;
    height: 0;
    left: 99%;
    margin-left: -1px;
    margin-top: -7px;
    position: absolute;
    width: 0;
}

/* USER CONTROLS */
.uc
{
 
}
.uc.image
{
    padding: 0;
}
.uc.columns
{
    width: 100%;
}
.uc.text
{

}

#ContentWrapper 
{
    padding: 10px;
}


.small.tb 
{
    font-size: 11px;
    line-height: 11px;
    padding: 3px;
    min-width: 50px;
    margin-right: -3px;
}

/* FORM ELEMENTS */
.tb
{
    background-color: #FFF;
    border: 1px solid #CCC;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.25em;
    line-height: 1.25em;
    margin-top: 5px;
    min-width: 200px;
    padding: 5px;
}

.small.btn {
    font-size: 10px;
   padding:3px 14px;
}

.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #B3EEFE;
	-webkit-box-shadow:inset 0px 1px 0px 0px #B3EEFE;
	box-shadow:inset 0px 1px 0px 0px #B3EEFE;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B3EEFE), color-stop(1, #5CAEC4) );
	background:-moz-linear-gradient( center top, #B3EEFE 5%, #5CAEC4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3EEFE', endColorstr='#5CAEC4');
	background-color:#5CAEC4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #6ABCD2;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 20px;
	text-decoration: none;
	text-shadow:1px 1px 0px #6ABCD2;
}.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6ABCD2), color-stop(1, #B3EEFE) );
	background:-moz-linear-gradient( center top, #6ABCD2 5%, #B3EEFE 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#37488C;
}.btn:active {
	position:relative;
	top:1px;
}



.ff
{
    padding-bottom: 10px;
}

/* PAGER */
.pagerResults
{
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
}
.pagerMenu
{
    float: right;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: right;
}
.pagerItem
{
    background-color: #FFF;
    border: 1px solid #CCC;
    color: #374875;
    font-size: .7em;
    font-weight: bold;
    padding: 7px;
    font-size: 12px;
}
.pagerItemFirstLast
{
    background-color: #FFF;
    border: 1px solid #CCC;
    color: #374875;
    font-size: .7em;
    font-weight: bold;
    padding: 5px;
    font-size: 12px;
}
.pagerItem:hover
{
    background-color: #374875;
    border: 1px solid #CCC;
    color: #FFF;
    font-size: .7em;
    font-weight: bold;
    padding: 7px;
    font-size: 12px;
}
.pagerItemCurrent
{
    background-color: #374875;
    border: 1px solid #CCC;
    color: #FFF;
    font-size: .7em;
    font-weight: bold;
    padding: 7px;
    font-size: 12px;
}

fieldset
{
    border: none;
    font-family: Arial;
    background-color: #F8F8F8;
    padding: 10px;
    margin-bottom: 20px;
}

.ValidationSummary
{
    border: none;
    font-family: Arial;
    background-color: #F8F8F8;
    padding: 10px 10px 10px 25px;
    margin-bottom: 20px;
    background-image: url("images/icons/exclamation.png");
    background-position: 5px 10px;
    background-repeat: no-repeat;
}

.FormSummary
{
    border: none;
    font-family: Arial;
    background-color: #F8F8F8;
    padding: 10px 10px 10px 25px;
    margin-bottom: 20px;
    color: Green;
    background-image: url("images/icons/information.png");
    background-position: 5px 10px;
    background-repeat: no-repeat;
}

.ErrorSummary
{
    border: none;
    font-family: Arial;
    background-color: #F8F8F8;
    padding: 10px 10px 10px 25px;
    margin-bottom: 20px;
    color: Red;
    background-image: url("images/icons/exclamation.png");
    background-position: 5px 10px;
    background-repeat: no-repeat;
}

fieldset legend
{
    font-size: 13px;
    background-color: #8B9BBC;
    color: #FFF;
    padding: 2px 10px 2px 10px;
    border: 1px solid #374875;
    font-variant: small-caps;
}

form .helpText 
{
    background-color: #F0EDE2;
    padding: 10px 10px 10px 10px;
    color: #2D2D2D;
}

fieldset.form ul
{
    list-style-type: none;
    margin: 5px;
}

fieldset.form ul li
{
    margin: 5px 15px 5px 0px;
    float: left;
}

fieldset.form label
{
    margin-bottom: 3px;
}

fieldset.form > ul > li > input[type='text'], fieldset.form > ul > li > input[type='password']
{
    display: block;
    line-height: 18px;
    padding: 6px;
    border: 1px solid #ccc;
    width: 250px;
    font-size: 14px;
    font-family: Arial;
}

fieldset.form .long
{
    width: 500px !important;
}

fieldset.form select
{
    display: block;
    line-height: 18px;
    padding: 6px;
    width: 211px;
    font-family: Arial;
    font-size: 14px;
}

.grid
{
}

.grid th
{
    color: #2D2D2D;
    padding: 5px;
}

.grid tr
{
    background-color: #FFF;
}
.grid td
{
    padding: 8px;
}

#UserStatus
{
    background-image: none;
    background-color: #002c39;
    text-align: right;
    color: #FFF;
}

#UserStatus a
{
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}

td.productItem
{
    cursor: pointer;
}
.productListImage
{
    margin-bottom: 5px;
}
.productListTitle
{
    font-size: 12px;
}
.productListCategory
{
    font-size: 11px;
    color: #666666;
}
.productListPrice
{
    color: #990000;
    font-size: 12px;
}

.productTitle
{
    font-size: 12px;
    font-weight: bold;
}

.productCategory
{
    font-size: 11px;
    color: #666666;
}

.productImage
{
    margin-bottom: 15px;
}


.productPrice
{
    color: #990000;
    font-size: 12px;
}

