﻿body 
{
	margin: 0px 0px 0px 0px;
	background-color: #FFFFCC;
}

.ItemBoxer
{
	padding: 5px;
	background-color: Black;
	color: White;
	font-weight: bold;
}

.ItemTable
{
	margin: 5px;
	background-color: Silver;
	border: solid 1px black;
}

.pnlItem
{
	padding: 5px;
}

.txtBox { border: solid 1px #818080; }
.btnBox { border: solid 1px #818080; }

h4
{
	font-weight:bold;
	font-size: 13px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#ContentDiv
{
	 margin: 30px 30px 30px 30px;
}

#Wrapper
{
/*	width: 770px; */
	width: 900px;
	height: 100%;
    margin-left: Auto;
    margin-right: Auto;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	background-color: White;
}

#Header
{
	background:#ffffff url(images/Header.gif) no-repeat top left;
	height: 123px;
}

#Sidebar
{
	width: 100px;
	font-family:Tahoma, Arial;
	font-size: 0.8em;
	margin-left: 2px;
	margin-right: 2px;
}

#Content
{
	margin: 10px 0px 0px 10px;
	background-color:#CCE5FF;
	font-family:Tahoma, Arial;
	font-size: 0.8em;
	color: Black;
/*	width:670px; */
	width:500px;
}

#Item
{
	margin: 10px 10px 10px 10px; 
	width: 100%;
}

#Item .detail
{
	font-family:Tahoma, Arial; font-size: 1em; color: Black;
}

#Content a:link, #Content a:visited, #Content a:hover
{
	text-decoration: underline;
	color:Black;
}

#Footer
{
	text-align:center;
	font-family:Arial;
	font-weight: bold;
	font-size: 0.6em;
}

#PNSearch
{
	font-family:Tahoma, Arial;
	font-size: 1em;
	font-weight: bold;
	margin: 5px 0px 5px 5px;
}

#Collections
{
}

#Collections a:link, #Collections a:visited, #Collections a:hover
{
	text-decoration: none;
	color:Maroon;
}

#Collections a:hover
{
	text-decoration: underline;
	color:Maroon;
}

#Collections .title
{
	font-weight: bold;
}

#CompleteSets
{
	margin: 5px 0px 5px 5px;
}

#CompleteSets a:link, #CompleteSets a:visited
{
	text-decoration: none;
	color:Maroon;
}

#CompleteSets a:hover
{
	text-decoration: underline;
	color:Maroon;
}

#CompleteSets .title
{
	font-weight: bold;
}

#Types
{
}

#Types a:link, #Types a:visited
{
	text-decoration: none;
	color:Maroon;
}

#Types a:hover
{
	text-decoration: underline;
	color:Maroon;
}

#Types .title
{
	font-weight: bold;
}

.Button, .TextBox
{
	border: solid 1px gray;
	background-color:#CCE5FF;
	color:Black;
}

#PNSearch, #Collections, #Types
{
	margin: 5px 5px 0px 5px;
}

#ShoppingCart
{
	font-family:Tahoma, Arial;
	font-size: 1em;
	font-weight: bold;
	color: black;
	margin: 5px 0px 5px 5px;
}

#ShoppingCart a:link, #ShoppingCart a:visited, #ShoppingCart a:hover
{
	font-family:Tahoma, Arial;
	font-size: 1em;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#CollectionTitle
{
	margin: 10px 0px 10px 10px;
	font-size: 20px;
	font-weight:normal;
	font-family:Georgia;
}

.RequiredField
{
	color: Red;
}

.SectionTitle
{
	font-family:Tahoma,arial;
	font-size:12px;
	font-weight:bold;
	color:black;
	background-color: silver;
	border: solid 1px black;
}

.ItemTitle
{
	background-color: gray; 
	border-bottom: solid 1px black; 
	font-weight:bold; 
	font-size: 1.3em;
	font-family:Arial;
	color:silver;
}

.AddToCart
{
	background: url(images/add-to-cart.gif) no-repeat top left;
	width: 50px;
	height: 20px;
}

/*- Menu Tabs J--------------------------- */

    #tabsJ {
 	  background:#6892B5 url(images/HeaderBackground.gif) repeat-x top left;
	  height: 154px;
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #24618E;
      vertical-align:bottom;
      }
/*    #tabsJ ul {
        margin:0;
        padding:97px 10px 0 50px;
        list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      } */
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
/*    #tabsJ a span {float:none;} */
    /* End IE5-Mac hack */
/*    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }
    #tabsJ #current a {
            background-position:0% -42px;
    }
    #tabsJ #current a span {
            background-position:100% -42px;
            color:#FFF;
    }
*/
.SideBarStyle
{
	margin: 10px 10px 10px 10px;
	background-color:Olive;
	color:Maroon;
}
	
#CheckOutGrid
{
	background-color: white;
}

#CheckOutGrid .TopLeftCorner
{
	border-left: solid 1px black; 
	border-top: solid 1px black;
}

#CheckOutGrid .TopRightCorner
{
	border-left: solid 1px black; 
	border-right: solid 1px black; 
	border-top: solid 1px black;
}

#CheckOutGrid .LeftSide
{
	border-left: solid 1px black;
}

#CheckOutGrid .RightLeftSide
{
	border-left: solid 1px black;
	border-right: solid 1px black;
}

#CheckOutGrid .TopRightCorner
{
	border-right: solid 1px black; 
	border-top: solid 1px black;
}

#CheckOutGrid .Header
{
	font-weight: bold;
	background-color:gray; 
	color:white;
}

#CheckOutGrid .Footer
{
	font-weight: bold;
	background-color:Gray; 
	color: white;
}