@import "product-item.css";

#promotions {
	float: left;
	width: 50%;
}
.promotionsViewPanel, .storeItemsViewPanel {
    margin-bottom: 20px;
}
#storeItems {
	margin-left:51%;
}
.inputbutton {
    border: 1px solid #77A8DE !important;
    background: url( ../../img/center/buttonBackground.gif ) repeat-x;
    width: auto !important;
	cursor: pointer;
	margin-left:5px;
}
#enterCodePanel {
	background: url(../../img/center/sprites.gif) no-repeat 0 -696px;
	padding-bottom: 20px;
}
#codeFieldPanel, #searchPanel {
	margin-left:50px;
}

hr {
	border-top:1px solid #CCCCCC;
	margin:5px 0;
}
#promotionsNavigation, #storeItemsNavigation {
    text-align:center;
	border-top:1px solid #CCCCCC;
	padding-top:5px;
	margin-top:10px;
}
#promotionsNavigation a, #storeItemsNavigation a {
    padding:2px 5px;
    text-decoration:none !important;
}
#promotionsNavigation a:hover, #promotionsNavigation a.selected , #storeItemsNavigation a:hover, #storeItemsNavigation a.selected {
    background-color:#77A8DE;
    color:#FFFFFF;
}
#promotionSearchPanel input, #enterCodePanel input {
    border: 1px solid #77A8DE;
    width: 180px;
}
#promotionSearchPanel {
	background: url(../../img/center/sprites.gif) no-repeat 0 -801px;
	padding-bottom: 20px;
}
/* ----  */
.tabbedwidget {
	top:-1px;
	left:-1px;
	margin:0;
	border-bottom:0 solid white;
	padding-bottom:10px;
}
.wtabs {
    height: 20px;
}
.wtabs a {
	text-decoration:none;
}
.tabbedwidget .wtabs .tabInactive, .tabbedwidget .wtabs .tabInactive .wtabright, .tabbedwidget .wtabs .tabActive, .tabbedwidget .wtabs .tabActive .wtabright {
	float:left;
	cursor:pointer;
	height:20px;
	color:#000000;
	font-weight:bold;
	overflow:hidden;
}
.tabbedwidget .wtabs .tabInactive .wtabright, .tabbedwidget .wtabs .tabActive .wtabright {
	margin:0 2px 0 9px;
	padding:4px 9px 9px 0;
}
.tabbedwidget .wtabs .tabInactive {
	background: url(../../img/center/tableft.gif) top left no-repeat;
}
.tabbedwidget .wtabs .tabInactive .wtabright {
	background: url(../../img/center/tabright.gif) top right no-repeat;
}
.tabbedwidget .wtabs .tabActive {
	background: url(../../img/center/tablefton.gif) top left no-repeat;
	position:relative;
	top:1px;
}
.tabbedwidget .wtabs .tabActive .wtabright {
	background: url(../../img/center/tabrighton.gif) top right no-repeat;
	color:black;
}
.closedTab {
    display: none;
}
.tabbedwidget .contentAreaInactive {
	display:none;
}
.tabbedwidget .contentAreaActive {
	display:block;
}

.activeElement {
    font-weight:bold;
}
li.additionalItem {
    background: url(../../img/center/arrow2.gif) no-repeat 0 12px;
    padding:10px 0 0 7px;
	list-style:none;
}
.itemNamesList {
    float:left;
	width:54%;
}
.itemNamesList li {
	list-style:none;
}
.itemNamesList img, .additionalItem img {
	border:0;
}

.firstItemImage {
	text-align:right;
}
.firstItemImage img {
    max-width:129px;
    max-height:107px;
	border:0;
	margin:2px 2px 0 0;
}

.moreItems {
    height:120px;
}

.seeMore {
	padding:10px 0;
	text-align:left;
}

.itemNamesList li {
	color:#2167B4;
	font-size:11px;
	font-weight:bold;
}

.itemNamesList a, .additionalItem a {
	text-decoration:none;
	padding-right:15px;
	font-size: 14px;
}

.itemNamesList a:hover, .additionalItem a:hover {
	text-decoration:underline;
	font-size: 14px;
}

.itemNamesListCatalog a, .additionalItemCatalog a {
	text-decoration:none;
	padding-right:15px;
	font-size: 12px;
	color:#000000;
}

.itemNamesListCatalog a:hover, .additionalItemCatalog a:hover {
	text-decoration:underline;
	font-size: 12px;
}

/*  ending item */
.codeEntryMessage span {
	position:absolute;
	left: 45%;
	top: 20%;
	border:2px solid #D21A1A;
	background:#FFFFFF;
	padding:40px;
	text-align:center;
}
.codeEntryMessage h3 {
	color:#3173BB;
	font-weight:bold;
}
.firstItem {
    font-size: 14px;
    font-weight:bold;
}

.activeElement {
    font-weight:bold;
}

.errorMessage {
	background:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.codeEntryNotes {
 font-size:1em;
 padding: 1em 2em 0;
    overflow: auto;
}
.codeEntryNotes a {
 font-size:10px;
}
.codeEntryNotes a:hover {
 font-size:10px;
}

.dialog .hd {
 background:url(../../img/center/conBack.gif) repeat-x;
 text-align:center;
 font-size:16px;
 padding:10px 0;
}

#codeEarnMessage {
 background:#FFFFFF;
 margin: 1em 0 0;
 text-align:center;
 font-size:14px;
 font-weight:bold;
}

.dialog span {
 color:#FF0000;
}


.errorReport {
	border:1px solid #FF1200;
	margin-bottom:10px;
}
.errorReport h2 {
	color:#FF1200;
	font-size:14px;
	font-weight:bold;
	margin:10px 10px 0 10px;
	background:url(../../img/center/stop.png) no-repeat left top;
	height:24px;
	padding:4px 0 0 30px;
}
.errorReport p {
	margin:0 10px 10px 10px;
	color:#FF1200;
}
.closeErrorReport img {
	width:24px;
	height:24px;
	margin:10px;
	float:right;
	border:0;
}

.report p {
	margin:5px 0;
	color:#FF1200;
}
.report a {
	color:#FF1200;
	text-decoration:underline;
	font-size:11px;
}
.report a:hover {
	color:#FF1200;
	text-decoration:none;
	font-size:11px;
}
.itemNamesListElementHover {
	text-transform: uppercase;
}
