
.welcomePanel {
  float: right;
  padding-right: 5px;
}

.loginView img {
  vertical-align: middle; 
}

#leftContent {
  width: 180px;
  float: left;
  /*border: 1px solid red;*/
}

#mainContent{
  margin-left: 230px;
  /*border: 1px solid blue;*/
}

#footer {
  clear: both;  
}

#twoColumnLeftContent {
  width: 180px;
  float: left;
}

#twoColumnMainContent {
  margin-left: 185px;
}

#threeColumnLeftContent {
  width: 180px;
  float: left;
  position: relative;
}

#threeColumnMainContent {
  margin-left: 185px;
  margin-right: 185px;
  height: 1%;
}

#threeColumnRightContent fieldset{
border: none;
}

/* ie6 hack */
* html #threeColumnMainContent {
	height:1%;
}

#threeColumnRightContent {
  width: 160px; 
  float: right;
  padding-right: 20px;
}

#centercontent {
  position: relative;
  left: 37%;  
}

#site_centercontent {
  position: relative;
  border: 1px solid rgb(225,225,225);
  padding: 5px;
}

.contentMenu {
  background: url(images/dcAdminNav.jpg) repeat-x;
}

.categoryMenu {
  margin-bottom: 20px;
  width: 100%;
    
}

.catalogListing {
  margin-top: 10px;
  margin-bottom: 10px;
}

.catalogListing td {
}

.productBox {
  border: 1px solid #C0C0C0;
  height: 280px;
  width: 183px;
  margin-right: 4px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
  */
}

.productImageContainer {
  /*height: 160px;*/
  /*width: 175px;*/
  padding-bottom:5px;
}

.productImage {
}

.productName {
	font-family:arial, sans-serif;
	padding-bottom:10px;
  font-size: 2em;
  font-weight: normal;
  text-align: left;
}

.catalogProductName {
  color: #024A76;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}

a.catalogProductName {font-size:12px !important}

.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 {

}

.ourPriceLabel {
  font-size: 1em;
  font-weight: bold;
  color: #000; 
}

.attributeLabel {
  font-size: .8em;
  font-weight: bold;
}

.attributeDropdownList {
  font-size: .7em;
  width: 150px;
  color: #5C5C5C;
  margin-top: 5px;
}

.imageBox {
  border: 1px solid #C0C0C0;
  padding: 5px;
}

.averageRating {
  font-size: .8em;  
}

.rating {
  margin-left: 2px;
  margin-right: 2px;
}

.rating fieldset {
  border: 0px;  
}

.rating fieldset legend {
  position: relative;
  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 {
  margin-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 {

  display: inline;
  float: left;
  width: 95.7%;
  text-align: center; 
}


.pagingRight {
  position: relative;
  width: 5px;
  display: inline;
  background: url(images/pagingbg_right.gif) no-repeat;
  height: 30px;
  float: left;
}

*/

.pagingMid {overflow:hidden; zoom:1; display:block}

.links {
  position: relative;
 /* left: -60px;*/
  float: right;
  top: 3px;
}

.totals {
  color: #024A76;
  font-size: 1.4em;
  font-weight: bold;
  float: left; 
  /*margin-top: 2px; */
}

.pagingMid .links a {
  padding: 3px;
  border: 1px solid #f8f8f8;
  color: #fff;
  text-decoration: none;
}

.pagingMid .links a:hover {
  padding: 3px;
  font-weight: bold;
  border: 1px solid #CCC;
}

.links a:visited {
  padding: 3px;
  color: #0066A6;
  text-decoration: none;
}

.categoryImage {
}

.widget {
  margin-bottom: 20px;
}

.widget fieldset legend {
}

.imageCell {
  width: 45%;
  vertical-align: top;
}

.attribute {  
}

.addToCart fieldset {
  height: 150px;
}

.addToCart fieldset #buttonGroup {
  vertical-align: bottom;  
}

.cartSubTotal {
  width: 99%;
  border: 1px solid #C0C0C0;
  padding: 5px;  
  background-color: #EBEBEB;
}

.itemSku {
  width: 12%;
  text-align: left;
  font-size: 12px;
  vertical-align: top;  
  display:none;
}

.itemName {
  width: 50%;
  text-align: left;
  vertical-align: top;  
}

.itemQuantity {
  width: 12%;
  text-align: right;
  vertical-align: top;  
}

.itemAmount {
  width: 12%;
  text-align: right;
  font-size: 11px !important;
  vertical-align: top;  
}

.extendedAmount {
  width: 12%;
  text-align: right;
  vertical-align: top;
}

.quantitytextbox {
  text-align: right;
  width: 20px;  
}

.editArea {
  width: 10%;
  vertical-align: top;
  text-align: right; 
}

.subTotal {
  text-align: right;
  font-size: 12px;
  font-weight: bold; 
}

.subTotalAmount {
  text-align: right;
  font-weight: bold;  
}

.total {
  text-align: right;
  font-weight: bold;  
  border-top: 1px solid #000;
}

.totalAmount {
width: 20%;
  text-align: right;
  font-weight: bold;  
  border-top: 1px solid #000;
}

.accordionHeader {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
  padding: 5px;
  margin-top: 2px;
  cursor: pointer;
    background: url(images/greyfade_bg.gif) repeat-x;
	border: 1px solid #ccc;
}


.accordionHeaderGray {
  border: 1px solid #2F4F4F;
  color: #555;
  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: ;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader span:hover {
	background: none;
	text-decoration: underline;
}

.checkoutRightPanel {
  border: 1px solid #CCC;
  border-top: none;
  border-right: none;
  color: #666;
  width: 100%;
  padding-left: 2px;
  margin-right: 0px;
}

.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-weight: bold;
}

.readOnly {
  text-align: right;
  background-color: Transparent;
  border-style: none;
  width: 20px;  
}

.controlHeader {
  font-weight: bold;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}

.orderSummaryTable {
  width: 99%;
}

.favoriteProduct {
  margin-bottom: 7px;
  border-bottom: 1px solid #CCC;
}

.favoriteCategory {
  margin-bottom: 7px;
  border-bottom: 1px solid #CCC;
}

.scrollDiv {
  height: 150px;
  overflow: auto;
}

.scrollDiv table {
  width: 98%;
}

.searchBox {
}

.shippingAddresses {
  width: 48%;
  float: right;
}

.billingAddresses {
  width: 48%;
  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;
    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 {
  margin-left: 5px;
  font-weight: bold;
  height: 31px;
}

.siteLevel1 td {
}

.siteLevel1 td a:link {
  color: #FFF;  
}

.siteLevel1 td a:visited {
  color: #FFF;
}

.siteLevel1 td a:hover {
  color: #EFEFEF;
}

.siteLevel2 {
  padding-left: 5px;
  padding-right: 5px;
  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-weight: bold;
  color: #000;

}

.categoryLevel1 td {
  border-bottom: 2px solid #C0C0C0;
}

.categoryLevel1 td a:link {
  color: #000;
  padding: 5px;
  
  border-bottom: 1px solid #C0C0C0;


}

.categoryLevel1 td a:visited {
  color: #000;
  padding-left: 5px;
  padding-right: 5px;  
}

.categoryLevel1 td a:hover {
  color: #000;
}

.contentGroupHeader {
  border: 1px solid #2F4F4F;
  color: #555;
  background: url(images/greyfade_bg.gif) repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
  padding: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  height: 20px;
  display: none; /* should this be failure, at later stage remove heading */
}

.contentGroupHeaderText {
display: none; 
}

#top-description-container {margin-bottom: 20px; overflow: hidden; background: url("images/border_black.png") repeat-x left bottom; }
#product-header-description-container {overflow: hidden; height: 123px; padding-top: 10px;}
#top-description-container div {margin-bottom: 10px; }

.product-header-image a {text-decoration: none !important;}
.product-header-image a span {display: none; border-top: 1px solid black; background: black; color: white; background: rgba(0, 0, 0, 0.8); line-height: 1.2em; filter: alpha(opacity = 90); position: absolute; bottom: 0; left: 0; }
.product-header-image a:hover span {display: block;  width: 227px; padding: 20px 5px; font-weight: bold; text-align: center;}

.product-header-movie-link a, .resize-button { padding: 2px 5px; display: block; color: #555; border: 1px #ccc solid; font-weight: bold; float: left; text-decoration: none !important;  margin: 10px 0 10px 5px; border-radius: 3px; box-shadow: 0px 0px 1px #ccc;

background: #e6e6e6; /* Old browsers */
background: -moz-linear-gradient(top, #e6e6e6 0%, #cecece 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e6e6e6 0%,#cecece 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e6e6e6 0%,#cecece 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #e6e6e6 0%,#cecece 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #e6e6e6 0%,#cecece 100%); /* W3C */
}

.product-header-360 {font-size: 42px;}
.product-header-2 {font-size: 32px;}

