/* begin screen stylesheet */
@media screen
{

/* Begin Standard Tag Styles */
html {
width: 100%;
height: 100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../../images/bg.jpg);
	color: #003C7D;
}
p {
	margin-top:.8em;
	margin-bottom:.8em;
}
h1 {
	font-size: 130%;
	color: #FF0000;
	margin-bottom: 10px;
	margin-top: 0px;
}
h2 {
	font-size: 110%;
	color:#003C7D;
	margin-bottom: 0px;
	margin-top: 1em;
	border-bottom:1px dotted #FF0000;
}
a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
ul {
	padding-left:0px;
	margin-left:15px;
	margin-top:.5em;
	margin-bottom:.25em;
}
li {
	padding-left:0px;
	margin-left:0px;
}
ol li {
	margin-bottom:.5em;
}
sup {
	font-size:75%;
}
form {
display:inline;
}
/* Begin Custom Classes */
.NoTile {
	background-repeat:no-repeat;
}
.tdBgNoTile {
	background-repeat:no-repeat;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.tdBgTile {
	background-repeat:repeat-y;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.tdBgTileProducts {
	background-repeat:repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.tdBgNoTileProducts {
	background-repeat:no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.copyright {
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
.subMenu td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 2px 5px;
}
.subMenu a:link, .subMenu a:visited {
	color: #FFFFFF;
}
.subMenu a:hover {
	color: #FFFF00;
}
.smaller td {
font-size:12px;
}
.thumbBoxTable {
	font-size:80%;
	font-weight:bold;
}
.thumbBoxTable, .thumbBoxTable a:link, .thumbBoxTable a:visited, .thumbBoxTable a:hover {
	color:#003C7D;
}
.thumbBoxImage a:link img, .thumbBoxImage a:visited img {
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=1);
	-moz-opacity:1;
	border: 1px solid #FFFFFF;
}
.thumbBoxImage a:hover img {
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.8);
	-moz-opacity:0.8;
	border: 1px solid #999999;
}
.thumbProductLines a:link img, .thumbProductLines a:visited img {
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=1);
	-moz-opacity:1;
}
.thumbProductLines a:hover img {
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.7);
	-moz-opacity:0.7;
}
.spacedText {
	margin-right: 50px;
	margin-left: 50px;
	line-height: 1.3em;
}
.productMenuTD {
	padding-right:5px;
	padding-left:5px;
	font-weight:bold;
	color:#FFFFFF;
}
.productMenuUL {
	margin-left:0px;
	padding-left:0px;
	margin-top:5px;
	margin-bottom:0px;
	font-size:11px;
	list-style-type: none;
}
.productMenuUL li {
	background:url(../../images/productMenuBullet.gif) no-repeat left 0.5em; 
	padding-left:8px;
	margin-bottom:3px;
	line-height:1.25em;
}
.productMenuUL a:link, .productMenuUL a:visited {
	color:#FFFFFF;
}
.productMenuUL a:hover {
	color:#FFFF00;
}
.productTitle {
	font-weight:bold;
	font-size:120%;
	text-align:left;
}
.productDescription {
	padding-top:0.7em;
	padding-bottom:0.7em;
	font-size:85%;
	text-align:left;
}
.productCode {
	font-size:75%;
	text-align:left;
}
.statusAlert {
	color:#FF0000;
	font-weight:bold;
}
.adminMenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
}
.adminMenu a:link, .adminMenu a:visited {
	color: #FFFFFF;
}
.adminMenu a:hover {
	color:#FFFF00;
}
.fiftyBg {
	background-image: url(../../images/bg_fifty.jpg);
	background-repeat: repeat-y;
	background-position: 0px -500px;
	background-color: #194397;
}

/* shopping cart start --------------------------------------------------*/
.shoppingCartTranspNoBorder {
	background-color:transparent;
	border: 0;
}
.shoppingCartWhiteInput {
	background-color:#FFFFFF;
	font-size:13px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}
.shoppingCartQuantityInput {
font-family:"Courier New", Courier, mono;
text-align:center;
font-size:18px;
font-weight:bold;
border:#FF0000 2px solid;
height:22px;
}
.flashViewCart {
background:#FC6B02 url(../../images/tile_menuBottom.jpg) repeat-y;
padding:2px 5px;
}
.flashViewCart2 {
background:#FC6B02 none repeat-y;
padding:2px 5px;
}
.flashViewCart a{
color:white;
}
.flashViewCart2 a{
color:yellow;
}
.flashViewCart a:hover, .flashViewCart2 a:hover {
color:yellow;
}
.shoppingCartSubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color:red;
	border: 2px solid #CC0000;
}
.shoppingCartSubmit:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: yellow;
	background-color:red;
	border: 2px solid yellow;
}
.shoppingCartRowColor {
	background-color:#FE7004;
	color:white;
}
.shoppingCartRowColor a:hover, .shoppingCartRowColor2 a:hover {
	background-color:yellow;
	color:#003C7D;
}
.shoppingCartRowColor a:hover img, .shoppingCartRowColor2 a:hover img {
	background-color:transparent;
}
.shoppingCartRowColor2 {
	background-color:#FFE22F;
}
.adminCartRowColor {
	background-color:#FFFFFF;
}
.adminCartRowColor2 {
	background-color:#E2E2E2;
}
.alert {
	background-color:yellow;
	color:red;
	font-size:120%;
	font-weight:bold;
	margin:5px;
	padding:5px;
	border:3px dotted red;
}
.tdBorderBottom {
border-bottom:1px solid gray;
}
.tdBorderTop {
border-
top:1px solid gray;
}

/* admin left menu styles */
.adminLeftMenu {
margin-right:5px;
padding:0px;
background-color:#BB0000;
color:white;
}
.adminLeftMenu a:link, .adminLeftMenu a:visited  {
	color:white;
}
.adminLeftMenu a:hover {
	color:#FFFF00;
}
.adminLeftMenu ul li a {
display:block;
}
.adminLeftMenu ul {
padding:0px;
margin:0px;
list-style:none;
}
.adminLeftMenu ul li {
padding:2px 2px;
border-bottom:1px dotted #FF797C;
}
.adminLeftMenu ul li:hover {
background-color:#E10000;
}
.adminLeftMenu ul li.header {
border-top:1px solid #BB0000;
border-left:1px solid #BB0000;
border-right:1px solid #BB0000;
border-bottom:none;
margin:0px;
font-weight:bold;
background-color:white;
color:#003C7D;
}
.adminLeftMenu ul li.header:hover {
background-color:white;
}
.adminBody {
padding:3px;
}
.padWhite {
padding:10px;
background-color:white;
}
/* end screen stylesheet */
}
