.welcomePanel {
  font-size: .8em;
  float: right;
  padding-right: 5px;
}

.loginView img {
  vertical-align: middle;
  margin-right:10px;
}

#leftContent {
  width: 200px; /*180px;*/
  float: left;
  /*border: 1px solid red;*/
}

#mainContent{
  margin-left: 210px; /*185px;*/
  /*border: 1px solid blue;*/
}

.mainContent-left 
{
    float:left;
    width:45%;
    height:400px;
    margin-bottom:50px;
    margin-right:20px;
}

.mainContent-right 
{
    float:right;
    width:45%;
    height:400px;
    padding-right:10px;
}

.homepage-boy 
{
    padding:30px;
    margin: 30px;
    height:250px;
    width:250px;
	cursor:pointer;cursor:hand;
    background: url(images/home-boy.png) no-repeat;
}

.homepage-girl 
{
    padding:30px;
    margin: 30px;
    height:250px;
    width:250px;
	cursor:pointer;cursor:hand;
    background: url(images/home-girl.png) no-repeat;
}

.clear
{
    clear:both;
}

#footer {
  clear: both;  
}

#twoColumnLeftContent {
  width: 180px;
  float: left;
}

#twoColumnMainContent {
  margin-left: 185px;
}

#threeColumnLeftContent {
  width: 200px; /*180px;*/
  float: left;
  /*border: 1px solid red;*/
}

#threeColumnMainContent {
  margin-left: 210px;
  margin-right: 210px;
  /*border: 1px solid blue;*/
}

#threeColumnRightContent {
  width: 200px; /*180px;*/
  float: right;
  /*border: 1px solid green;*/
}

#centercontent 
{
    margin-left:auto;
    margin-right:auto;
  /*position: relative;
  left: 37%;  */
}

#site_centercontent 
{
  position: relative;
  /*border: 1px solid rgb(225,225,225);*/
  padding-left: 20px;
  padding-right:20px;
}

.contentMenu {
  position: relative;
  height: 30px;
  display: block;
  background: transparent;
  margin-bottom:15px;
}


.contentMenuLeft {
  position: relative;
  width: 5px;
  display: inline;
  background: url(images/pagingbg_left.gif) no-repeat;
  height: 30px;
  float: left;
}

.contentMenuMid {
  position: relative;
  display: inline;
  height: 30px;
  background: url(images/pagingbg.gif) repeat-x;
  float: left;
  width: 676px; /*95.7%;*/
  padding-left:30px;
  /*font-size: .8em;
  padding: 5px;*/
  text-align: left;
}

.contentSearchMid {
  position: relative;
  display: inline;
  height: 30px;
  background: url(images/pagingbg.gif) repeat-x;
  float: left;
  width: 245px;
  text-align: center;
  padding-top:4px;
}

.contentMenuRight {
  position: relative;
  width: 5px;
  display: inline;
  background: url(images/pagingbg_right.gif) no-repeat;
  height: 30px;
  float: left;
}

.sidebox-top
{
	width:200px;
	height:40px;
	background: url(images/sidebox-top.gif) no-repeat; 
}

.sidebox-middle
{
	width:200px;
	background: url(images/sidebox-middle.gif) repeat-y; 
}

.sidebox-middle ul
{
    padding:10px 0 0 25px;
    margin:0;
}

.sidebox-middle li
{
    padding-bottom:10px;
}

.sidebox-bottom
{
	width:200px;
	margin-bottom:20px;
	height:21px;
	background: url(images/sidebox-bottom.gif) no-repeat; 
}

.sideboxHeader {
  font-size: 1.25em;
  font-weight: bold;
  height: 35px;
  padding-top:8px;
  margin-left:35px;
  background: none; /*#EBEBEB*/
}

.categoryMenu {
  margin-left: 30px;
  width: 75%;
}

.catalogListing {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left:auto;
  margin-right:auto;
}

.catalogListing td {
}

.productSummary
{
    width:511px;
    margin-left:10px;
}

.paypalSummary
{
    width:500px;
    margin-left:20px;
}

.productBox 
{
  background: url(images/productbox-bg.png) no-repeat;
  background-position: left center; 
  /*border: 1px solid #C0C0C0;*/
  height: 323px;
  width: 200px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 10px 0 10px 10px;
  text-align: center;
}

.productouter
{
    margin-left:15px;
    margin-top:30px;
    width: 180px;
}

.productinner
{
    margin-top: 10px;
}

.productImageContainer {
  height: 160px;
  width: 175px;
  text-align: center;
  border: 1px solid #C0C0C0;
}

.productImage {
}

.productName {
  color: #ffffff; /*#024A76;*/
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
}

.contentbg-top
{
	width:541px;
	height:29px;
	background: url(images/contentbg-top.gif) no-repeat; 
}

.contentbg-middle
{
	width:541px;
	background: url(images/contentbg-middle.gif) repeat-y; 
}

.contentbg-bottom
{
	width:541px;
	margin-bottom:20px;
	height:29px;
	background: url(images/contentbg-bottom.gif) no-repeat; 
}

.pnlCart
{
    width:90%;
    margin-left:auto;
    margin-right:auto;
}

.cartbg-top
{
    background: url(images/cartbg-top.gif) no-repeat;
    height:139px; /*99px;*/
    margin-top: -15px;
}

.cartbg-middle
{
    background: url(images/cartbg-middle.gif) repeat-y;
    padding-left:25px;
    padding-right:30px;
}

.cartbg-bottom
{
    background: url(images/cartbg-bottom.gif) no-repeat;
    height:106px; /*21px;*/
    margin-bottom:20px;
}

.catalogProductName {
  color: #024A76;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}

.retailPrice {
  font-size: 1.2em;
  font-weight: bold;
  color: #5C5C5C;
  text-decoration: line-through;
  margin-right: 5px;
}

.retailPriceLabel {
  font-size: 1.2em;
  font-weight: bold;
  color: #5C5C5C;
}

.ourPrice {
  font-size: 1.2em;
  font-weight: bold;
  color: #68840e; /*#B22222;*/
}

.ourPriceLabel {
  font-size: 1.2em;
  font-weight: bold;
  color: #B22222; 
}

.attributeLabel {
  font-size: 1em;
  font-weight: bold;
}

.attributeDropdownList {
  font-size: .9em;
  width: 150px;
  color: #5C5C5C;
  margin-top: 5px;
}

.imageBox {
  border: 1px solid #C0C0C0;
  padding: 5px;
}

.averageRating {
  font-size: .8em;  
}

.rating {
  margin-left: 35px;
  margin-right: 2px;
  margin-top:5px;
}

.rating fieldset {
  border: 0px;
}

.rating fieldset legend {
  position: relative;
  font-size: .8em;
  left: -10px;
}

.rating fieldset span {
  left: 100px;
  top: -14px;
}


.ratingStar {
  width: 13px;
  height: 12px;
  text-align: center;
  cursor: pointer;
}

.emptyStar {
  background-image: url(images/icons/emptystar.gif);
}

.filledStar {
  background-image: url(images/icons/filledstar.gif);
}

.waitingStar {
  background-image: url(images/icons/savedstar.gif);
}

.breadcrumbs 
{
  background-color: #ffffff;
  padding-left:10px;
  font-size: 1em;
  padding-bottom: 5px;
}

.paging {
  position: relative;
  height: 30px;
  display: block;
  background: transparent;
}


.pagingLeft {
  position: relative;
  width: 5px;
  display: inline;
  background: url(images/pagingbg_left.gif) no-repeat;
  height: 30px;
  float: left;
}

.pagingMid {
  position: relative;
  display: inline;
  height: 30px;
  background: url(images/pagingbg.gif) repeat-x;
  float: left;
  width: 95.7%;
  font-size: .8em;
  padding: 5px;
  text-align: center; 
}

.pagingRight {
  position: relative;
  width: 5px;
  display: inline;
  background: url(images/pagingbg_right.gif) no-repeat;
  height: 30px;
  float: left;
}

.links 
{
    color: #ffffff;
    position: relative;
    /* left: -60px;*/
    float: right;
    top: 3px;
    font-size: 1.4em;
}

.totals {
  color: #ffffff; /*#024A76;*/
  font-size: 1.4em;
  font-weight: bold;
  float: left; 
  margin-top: 2px;
}

.links a {
  padding: 3px;
  border: 1px solid transparent;
  color:  #0066A6;
  text-decoration: none;
}

.links a:hover {
  padding: 3px;
  font-weight: bold;
  border: 1px solid #CCC;
  background-color: #FFF;
  color: #0066A6;
}

.links a:visited {
  padding: 3px;
  color:  #0066A6;
  text-decoration: none;
}

.categoryImage {
}

.widget
{
	font-size: 1em;
	margin-left: 20px;
}

.widget fieldset 
{
	border-style:none;
    line-height: 2em;
}

.widget fieldset legend 
{
  font-size: 1em;
  font-weight:bold;
  color: #5c5c5c;
  padding-top:5px;
}

.imageCell {
  width: 45%;
  vertical-align: top;
}

.productCell 
{
    padding-left:10px;
}

.attribute {
  font-size: .9em;  
}

.addToCart fieldset {
  height: 150px;
}

.addToCart fieldset #buttonGroup {
  vertical-align: bottom;  
}

.cartSubTotal {
  width: 99%;
  font-size:1.25em;
  font-weight:bold;
  border: 1px solid #C0C0C0;
  padding: 5px;  
  background-color: #EBEBEB;
}

.itemRow {
}

.itemSku {
  width: 12%;
  text-align: left;
  font-size: .9em;
  vertical-align: top;  
}

.itemName {
  width: 50%;
  text-align: left;
  font-size: .9em;
  vertical-align: top;  
}

.itemQuantity {
  width: 12%;
  text-align: right;
  font-size: .9em;
  vertical-align: top;  
}

.itemAmount {
  width: 12%;
  text-align: right;
  font-size: .9em;
  vertical-align: top;  
}

.extendedAmount {
  width: 12%;
  text-align: right;
  font-size: .9em;
  vertical-align: top;
}

.quantitytextbox {
  text-align: right;
  width: 20px;  
}

.editArea {
  width: 10%;
  vertical-align: top;
  text-align: right; 
}

.subTotal {
  width: 20%;
  text-align: right;
  font-size: .8em;
  font-weight: bold;  
}

.subTotalAmount {
  width: 20%;
  text-align: right;
  font-size: .8em;
  font-weight: bold;  
}

.total {
  width: 20%;
  text-align: right;
  font-size: .8em;
  font-weight: bold;  
  border-top: 1px solid #000;
}

.totalAmount {
  width: 20%;
  text-align: right;
  font-size: .8em;
  font-weight: bold;  
  border-top: 1px solid #000;
}

.accordionHeader {
  border: 1px solid #2F4F4F;
  color: #5C5C5C;
  background-color: #f0e8cf;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
  padding: 5px;
  margin-top: 2px;
  cursor: pointer;
}

.accordionHeaderRightPanel {
  border: 1px solid #2F4F4F;
  color: #5C5C5C;
  background-color: #f0e8cf;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
  padding: 5px;
  cursor: pointer;
}

.accordionHeaderGray {
  border: 1px solid #2F4F4F;
  color: #555;
  /*background-color: #0066A6;*/
  background: url(images/greyfade_bg.gif) repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
  padding: 5px;
  margin-top: 2px;
  cursor: pointer;
  height: 20px;
}


.cpeTitle { 
  float: left;
}

.cpeImage {
  float: right;
  vertical-align: middle;
}

#master_content .accordionHeader span {
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader span:hover {
	background: none;
	text-decoration: underline;
}

.accordionContent {
  background-color: #ffffff;
  border: 1px dashed #2F4F4F;
  border-top: none;
  padding: 5px;
  padding-top: 10px;
}

.checkoutRightPanel {
  font-size: 1em;
  /*border: 1px solid #CCC;*/
  border-top: none;
  border-right: none;
  color: #666;
  width: 100%;
  padding-left: 2px;
  margin-right: 0px;
  overflow:visible;
}

.summaryRightPanel
{
    width:120px;
}

.loadingbox {
  position: absolute;
  top: 40%;
  left: 40%;
  border: 1px solid lightsteelblue;
  background-color: #ffffff;
  height: 50px;
  width: 250px;
  text-align: center;
  padding-top: 20px;
}

.loadingbox img {
  vertical-align: middle;
}

.loadingbox span {
  vertical-align: top;
}

.rightAlign {
  text-align: right;  
}

.receiptTable {
  width: 100%;
}

.receiptTable th {
  font-size: .9em;
}

.readOnly {
  text-align: right;
  background-color: Transparent;
  border-style: none;
  width: 20px;  
}

.controlHeader {
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}


.orderSummaryTable {
  width: 99%;
  font-size: 1em;
}

.favoriteProduct {
  /*margin-bottom: 7px;
  border-bottom: 1px solid #CCC;*/
}

.favoriteCategory {
  /*margin-bottom: 7px;
  border-bottom: 1px solid #CCC;*/
}

.sortBy {
  /*margin-bottom: 7px;
  border-bottom: 1px solid #CCC;*/
}

.scrollDiv {
  height: 150px;
  overflow: auto;
}

.scrollDiv table {
  width: 98%;
}

.searchBox {
}

.shippingAddresses 
{
  float:left;
  width: 78%;
  font-size: .8em;
}

.billingAddresses 
{
  float:left;
  width: 78%;
  font-size: .8em;
  float: left;
}

/*http://mattberseth.com/blog/2007/09/more_sample_ajaxcontroltoolkit.html*/
/* ajax__tab_technorati-theme theme */
.ajax__tab_technorati-theme .ajax__tab_header 
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url(images/tab-line.png) repeat-x bottom;
    font-size:.9em;
    display:block;
    font-weight: bold;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(images/tab.png) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url(images/tab.png) no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(images/tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(images/tab.png) no-repeat right -40px;
    color:#000000;
    border-color:#333
}
.ajax__tab_technorati-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:1em;
    padding:8px;
    background-color:#ffffff;
    border:solid 1px #d7d7d7;
    border-top-width:0;
}

.siteLevel1 {
  height: 30px;
  font-weight: bold;
}

.siteLevel1 td 
{
    padding-right:20px;
}

.siteLevel1 td a:link {
  color: #ffffff;
  padding:3px;
}

.siteLevel1 td a:visited {
  color: #ffffff;
  padding:3px;
}

.siteLevel1 td a:hover {
  color: #434343; /*#EFEFEF;*/
  padding:3px;
  background-color: #f0e8cf;
}

.siteLevel2 {
  padding-left: 5px;
  padding-right: 5px;
  font-size: .9em;
  /*background-color: #007ECD;*/
  height: 25px;
}

.siteLevel2 td {
  border-top: 2px solid #3CA2E0;
}

.siteLevel2 td a:link {
  color: #FFF;
}

.siteLevel2 td a:visited {
  color: #FFF;
}

.siteLevel2 td a:hover {
   color: #CCC; 
}

.siteLevel2 td img {
  color: #FFF;
  background: transparent url(images/icons/whitearrow.gif) right center no-repeat;
}

.categoryLevel1 {
  font-size: 1.em;
  font-weight: bold;
  height: 31px;
  background: none; /*#EBEBEB*/
}

.categoryLevel1 td {
}

.categoryLevel1 td a:link {
  color: #5C5C5C;
  padding-left: 5px;
  padding-right: 5px;
}

.categoryLevel1 td a:visited {
  color: #5C5C5C;
  padding-left: 5px;
  padding-right: 5px;
}

.categoryLevel1 td a:hover {
  color: #C0C0C0;
}

.categoryLevel2 {
  font-size: 1em;
  height: 31px;
}

.categoryLevel2 td 
{
    background: transparent url(images/icons/greenarrow.gif) 10px center no-repeat;
}

.categoryLevel2 td a:link {
  color: #5C5C5C;
  padding-left: 10px;
  padding-right: 5px;
}

.categoryLevel2 td a:visited {
  color: #5C5C5C;
  padding-left: 10px;
  padding-right: 5px;
}

.categoryLevel2 td a:hover {
  color: #C0C0C0;
  padding-left: 10px;
  padding-right: 5px;
}

.contentGroup
{
    background: transparent url(images/contentbg-middle.gif) repeat-y scroll 0 0;
	width:501px;
	padding:20px;
}

.contentGroupHeader {
  /*border: 1px solid #2F4F4F;*/
  color: #ffffff;
  background: url(images/pagingbg.gif) repeat-x scroll 0 0;
  /*background: url(images/greyfade_bg.gif) repeat-x;*/
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 5px 5px 10px;
  margin-bottom: 5px;
  cursor: pointer;
  height: 20px;
  width:481px;
}

.contentGroupHeaderText {
}

.login-box
{
    padding-left:40px;
    width:85%;
}

.AspNet-Login-UserPanel, .AspNet-Login-PasswordPanel, .AspNet-Login-TitlePanel, .AspNet-CreateUserWizard-StepTitlePanel,.AspNet-CreateUserWizard-UserPanel,.AspNet-CreateUserWizard-PasswordPanel,.AspNet-CreateUserWizard-ConfirmPasswordPanel,.AspNet-CreateUserWizard-EmailPanel,.AspNet-CreateUserWizard-QuestionPanel,.AspNet-CreateUserWizard-AnswerPanel, .AspNet-PasswordRecovery-UserName-UserPanel, .AspNet-PasswordRecovery-UserName-InstructionPanel, .AspNet-ChangePassword-ChangePasswordTitlePanel, .AspNet-ChangePassword-PasswordPanel, .AspNet-ChangePassword-NewPasswordPanel, .AspNet-ChangePassword-ConfirmNewPasswordPanel, .AspNet-Login-RememberMePanel, .AspNet-Login-SubmitPanel, .AspNet-Login-CreateUserPanel
{
    margin-bottom:10px;
}

.AspNet-PasswordRecovery-UserName-InstructionPanel
{
    margin-top:10px;
}

.AspNet-Login-PasswordRecoveryPanel
{
    padding-bottom:10px;
}

.AspNet-ChangePassword-ChangePasswordTitlePanel
{
    font-size:1em;
    font-weight:bold;
}

.AspNet-ChangePassword-PasswordPanel label, .AspNet-ChangePassword-NewPasswordPanel label, .AspNet-ChangePassword-ConfirmNewPasswordPanel label
{
    display:block;
    width:180px;
    float:left;
    text-align:right;
    padding-right:5px;
    padding-top:2px;
}

.AspNet-Login-UserPanel label, .AspNet-Login-PasswordPanel label
{
    display:block;
    width:80px;
    float:left;
    text-align:right;
    padding-right:5px;
    padding-top:2px;
}

.AspNet-CreateUserWizard-UserPanel label, .AspNet-CreateUserWizard-PasswordPanel label, .AspNet-CreateUserWizard-ConfirmPasswordPanel label, .AspNet-CreateUserWizard-EmailPanel label, .AspNet-CreateUserWizard-QuestionPanel label, .AspNet-CreateUserWizard-AnswerPanel label
{
    display:block;
    width:120px;
    float:left;
    text-align:right;
    padding-right:5px;
    padding-top:2px;
}

.AspNet-CreateUserWizard-CreateUserButtonPanel
{
    padding-left:125px;
}

.AspNet-ChangePassword-SubmitPanel
{
    padding-left:60px;
}

#footer-inner-left table 
{
    color:Red;
}

.cartTitle
{
    font-size:1em;
    font-weight:bold;
}

.loginview a
{
    cursor:default;
}

.loginButton, .LinkButton
{
    background-color:#f0e8cf;
    border: solid 1px #74776d;
    padding:4px;
    margin:5px 5px 5px 0;
    cursor:pointer;
}
