/* Base CSS for new CR627a Heroes */

/* default always hidden elements */
.heroes_default .accessibility,
.heroes_default .carousel .controller .paging,
.heroes_default .carousel .controller .sorting,
.heroes_default .carousel .controller .status {
	display: none;
}


/* General default styles
 ***************************/
.heroes_default { position: relative; }

.heroes_default h3 {
	color: #ec2e2c;
	font-size: 200%;
	padding-top: 15px;
	padding-right: 100px;
}

.heroes_default .intro { 
	color: #999;
	font-size: 150%;
}

.heroes_default .more { 
	color: #ec2e2c;
	font-size: 110%;
	font-weight: bold;
	position: absolute;
	right: 35px;
	top: 10px;
}

.heroes_default .product {
	padding-right: 20px; 
	width: 93px; 
}

.heroes_default .quickinfo { position: static; }


/* Default carousel
 ************************/
.heroes_default .carousel { overflow: hidden; }

.heroes_default .carousel .controller { 
	position: absolute; 
	right: 0px;
}

.heroes_default .carousel .group {
	background-color: #fff;
	width: 363px;
}


/* Default tabbedArea
 *************************/
.heroes_default .tabbedArea { margin-bottom: 20px; }

.heroes_default .tabbedArea div { left: 0px; } /* IE6 needs this */

.heroes_default .tabbedArea a.button {
	background: #e8e8e8 url(/wcsstore/argos/en_GB/images/heroes/images/tab_bg2.png) 0px 102% repeat-x;
	border-color: #fff;
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	border-bottom-color: #ddd;
	border-left-color: #bbb;
	color: #333;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px 6px; 
	text-decoration: none;
}

.heroes_default .tabbedArea a.buttonLast { padding-right: 7px; }

.heroes_default .tabbedArea a.selected { 
	background: #e42528 url(/wcsstore/argos/en_GB/images/heroes/images/tab_bg1.png) 0px 102% repeat-x;
	border-color: #e42528;
	border-width: 1px;
	color: #fff;
	cursor: auto;
}

.heroes_default .tabbedArea img { border: none; }

.heroes_default .tabbedArea .controller {
	border-bottom: #e42528 solid 3px; 
	overflow: hidden;
	position: relative;
	top: 1px;
	z-index: 2; 
}

.heroes_default .tabbedArea .customerrating,
.heroes_default .tabbedArea .rating {
	text-align: left;
	top: 47px;
	width: 100px;
}

.heroes_default .tabbedArea .group {
	border: #ccc solid 1px;
	height: inherit;
	padding: 0px 10px;
	position: relative;
	z-index: 1;
}

.heroes_default .tabbedArea .intro { margin-bottom: 2em; }

.heroes_default .tabbedArea .product {
	margin-bottom: 15px; 
	width: 85px; 
}




/* Argos controlled customisations.
 **************************************/

