@import "viewer/product-item.css";

#promotions {
	float: left;
	width: 50%;
}

.promotionsViewPanel, .storeItemsViewPanel {
    margin-bottom: 20px;
}

#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;
}

.community-description {
    margin-top: 20px;
    margin-bottom: 20px;
}

.activeElement {
    font-weight:bold;
}

#layout-body {
	margin-left:0;
}
#bodyContent {
	padding-top:10px;
}
#overview {
	float:left;
	height:280px;
	width:60%;
}
#overviewSecondContent {
	padding-top:20px;
}
#overview h2, #features h2 {
	color:#2167B4;
	font-size:21px;
	padding-bottom:7px;
}
#features {
	margin-left:65%;
	height:280px;
}
#features li{
	padding:1px 5px 9px 10px;
	background: url(../img/center/featuresPoint.gif) no-repeat left 5px;
	color:#3032A0;
	font-weight:bold;
	list-style:none;
}
#features a {
	color:#2167B4;
	font-size:21px;
}

.moreItems {
    height:120px;
}

.seeMore {
	padding:10px 0;
}

/* flash */ 
#flashArea {
	background:url(../img/center/flashBackground.gif) no-repeat right top;
	height:145px;
	margin-left:210px;
}
#flashIntro {
	height:145px;
	position:absolute;
}

li.additionalItem {
    background: url(../img/center/arrow2.gif) no-repeat 0 12px;
    padding:10px 0 0 7px;
	list-style:none;
}

.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;
}

.itemNamesList img, .additionalItem img {
	border:0;
}