body { padding: 0; margin: 0; font: 0.7em Arial, sans-serif; line-height: 1.5em; background: #F0F0F0; color: #454545; }

a { color: #0E4D8B; background: inherit; }
a:hover { color: #000; background: inherit;}
a.title { color: #B41A1A; background: #FFF; }

h1 { font: bold 2em Arial, Sans-Serif; letter-spacing: -1px; padding: 16px 0 0 8px; margin: 0; }
h2 { margin: 0; padding: 0; font: normal 1.6em Arial, Sans-Serif; letter-spacing: -1px; }
h1 a { color: #FFF; background: inherit; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #BFE1ED; background: inherit; }
h3 { font: 90% Arial, Sans-Serif; margin: 0 0 10px 0; padding: 0; color: #5f5f5f; background: #FFF; }
h4 { margin: 0; padding: 0; font: normal 1.6em Arial, Sans-Serif; letter-spacing: -1px; color:red; }
p {	margin: 0 0 0px 0; line-height: 1.5em; }
form { margin: 0; }
input.search { width: 300px; border: none; background: #FFF url('../image/input.gif'); padding: 4px; color: #808080; }
input.submit { height: 24px; font-weight: bold; width: 53px; border: none; background: #D96855 url('../image/button.gif'); padding: 3px; color: #FFF; }
input.button { height: 24px; font-weight: bold; border: none; background: #D96855 url('../image/nav.gif'); padding: 3px; color: #FFF; }
input.cancelbutton { height: 18px; width: 45px; border: none; background: #D96855 url('../image/button.gif'); padding: 0px; color: #FFF; }


/* layout
   ------ */

.container { 
	margin: 10px auto;
	width: 930px;
	background: #FFF url('../image/big_middle.gif') repeat-y;
	color: #454545;
	
}

.logo {	padding: 18px 0 0 3px; }

/* header */
.header_top { background: #FEFEFE url('../image/big_top.gif') no-repeat; color: #FFF; height: 15px; }
.header { padding: 0px 10px 0px 25px; }
.header_bottom { clear: both; background: #FEFEFE url('../image/big_bottom.gif') no-repeat; color: #FFF; height: 15px; }

    
/* navigation */
#nav { width:100%; float:right; }
#nav ul { margin:0; list-style:none; padding: 0; }
#nav a, #nav strong, #nav span { float:right; display:block; color:#fff; padding: 7px 20px 4px 10px; background: #C43219 url('../image/nav.gif') no-repeat 100% 0px; text-decoration:none; font-weight: bold; }
#nav a { float:none; }
#nav li { float:right; color: #FFF; background: #C43219 url('../image/nav.gif') no-repeat 0px 0px; margin:0; padding:0 0 0 0px; }
#nav #current { background: #1995C2 url('../image/nav.gif') no-repeat 0 -41px; color: #FFF; }
#nav #current a { background: #1995C2 url('../image/nav.gif') no-repeat 100% -41px; padding:7px 20px 4px 11px; color:#FFF; }
#nav a:hover { color:#BFE1ED; background: #C43219 url('../image/nav.gif') no-repeat 100% 0px; }   


.nav2 {float:left; width:900px; color:rgb(75,75,75); } 
.nav2 ul {list-style-type:none; margin:0px; padding:0px;}
.nav2 ul li {float:left; position:relative; border-right:solid 1px rgb(175,175,175);}

.nav2 ul li ul {display:none; border:none; margin-left:-30px; padding:0 30px 0px 30px;  }
.nav2 ul li a {float:left; display:block; padding:0 4px 0 4px; text-decoration:none; font-weight:bold; color: rgb(100,100,100);}
.nav2 ul li:hover {width:auto; }
.nav2 table {position:absolute; border-collapse:collapse;}

/*Non-IE6*/
.nav2 ul li:hover a {background-color:#1995C2; color:rgb(255,255,255); text-decoration:none;} /*Color main cells hovering mode*/
.nav2 ul li:hover ul {display:block; z-index:9980; position:absolute; top:1.4em; margin-top:0.1em; left:0;}
.nav2 ul li:hover ul li ul {display: none;}
.nav2 ul li:hover ul li a {display:block; width:10em; height:auto; margin-left:-1px; padding:0px 8px 0px 8px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:#BFE1ED; font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.nav2 ul li:hover ul li a:hover {background-color:#1995C2; color:rgb(255,255,255); text-decoration:none;} /*Color subcells hovering mode*/

/*IE6*/
.nav2 ul li a:hover {background-color:#1995C2; color:rgb(255,255,255); text-decoration:none;} /*Color main cells hovering mode*/
/*
.nav2 ul li a:hover ul {display:block; z-index:9980; position:absolute; top:1.4em; t\op:1.4em; left:0; marg\in-top:0.1em;}
.nav2 ul li a:hover ul li a {display:block; w\idth:10em; height:1px; line-height:1.3em; padding:0px 8px 0px 8px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:#BFE1ED; font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.nav2 ul li a:hover ul li a ul {visibility:hidden; height:0px; width:0px; position:absolute; z-index: 997;}
.nav2 ul li a:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/


.sf_left {
	float: left;
	width: 100px;
	height: 77px;
	padding-top: 10px;
}

.sf_right {
	width: 680px;
	float: right;
}

.sf_search {
	clear: both;
	/*background: #CA090D url('../image/searchbg.gif') repeat-x bottom left; */
	color: #FFE4E0;
	border: 1px solid #1995C2;
	padding: 1px;
	margin-top: -2px;
	background: #BFE1ED;
	height: 80px;
}
	
.subheader {
	padding: 0px 8px 0px 8px; 
	background: #f0f0f0;
	color: #808080;
	height: 18px;
}

.breadcrumb {
	position: absolute;
	top: 185px;
}

.searchbar {
	position: absolute;
	top: 20px;
	background: #FFF;
}

.footbar {
	position: absolute;
	top: -500px;
	left: -500px;
	background: #FFF;
}

.accountcrumb {
	position: absolute;
	top: 200px;	
	text-align: right;
	width: 920px;
}
/* left side
   --------- */

.left_info {
	float: left;
	margin: 0 100px 10px 100px;
}

.left {
	float: left;
	margin: 0 0 10px 0;
}

	.combobox_top {
		background: #F0F0F0 url('../image/combobox_top.gif') no-repeat;
		color: #808080;
		height: 40px;
		width: 745px;
	}
	
	.combobox_top h2 {
		color: #808080;
		background: inherit;
		padding: 7px 0 0 5px;
		text-align: center;
		margin: 0;
	}
	
	.combobox {
		border-left: 2px solid #F0F0F0;
		border-right: 2px solid #F0F0F0;
		padding: 0 4px 0 7px;
		margin: 0;
		text-align: center;
		width: 730px;
		color: #595959;
		background: #FFF;
	}
	
	.combobox_bottom {
		background: #FFF url('../image/combobox_bottom.gif') no-repeat;
		color: #000;
		height: 13px;
		width: 746px;
		margin: 0 0 7px 0;
	}


	.box_top {
		background: #F0F0F0 url('../image/leftbox_top.gif') no-repeat;
		color: #808080;
		height: 40px;
		width: 159px;
	}
	
	.box_top h2 {
		color: #808080;
		background: inherit;
		padding: 7px 0 0 5px;
		margin: 0;
	}
	
	.box {
		border-left: 2px solid #F0F0F0;
		border-right: 2px solid #F0F0F0;
		padding: 0 4px 0 0px;
		margin: 0;
		width: 151px;
		color: #595959;
		background: #FFF;

	}
	.box li {list-style-type: circle; margin-left: 20px; }
	.box a {text-decoration:none; }
	.box a:hover {background-color:#1995C2; color:#FFF; text-decoration:none;}
	.box select {text-decoration:none; width:145px; height:140px; margin-left:7px;}
	
	.box_bottom {
		background: #FFF url('../image/leftbox_bottom.gif') no-repeat;
		color: #000;
		height: 13px;
		width: 160px;
		margin: 0 0 7px 0;
	}

	.midbox_top {
		background: #F0F0F0 url('../image/midbox_top.gif') no-repeat;
		color: #808080;
		height: 12px;
		width: 159px;
	}

	.midbox_bottom {
		background: #FFF url('../image/midbox_bottom.gif') no-repeat;
		color: #000;
		height: 12px;
		width: 159px;
		margin: 0 0 0px 0;
	}
	
	/* left and central column */
	.left_side { float: left; width: 159px; padding: 0px 5px 8px 8px; }
	.right_side { float: right; width: 745px; margin: 0 8px 0 0; text-align: justify; }
	
	.article { padding: 0px 0px 0px 320px; margin-bottom: 20px; }
		
	.grey_box { 
		float: left; 
		margin: 0px 6px 10px 0px; 
		text-align: center; }

	.grey_top { 
		clear: both; 
		width: 180px; 
		background: #EDEDED url('../image/grey_topsml.gif') no-repeat; 
		color: #000; 
		height: 5px; 
		padding: 0; 
		margin: 0px 0 0 0px; }
	.grey { 
		width: 160px; 
		height: 200px;
		margin: 0 0 0 0px; 
		padding: 10px; 
		background: #EDEDED url('../image/grey_bottomsml.gif') no-repeat bottom left; 
		color: #808080;	}
		
	.grey a {
		color: #C83C3C;
		background: inherit;
		font-weight: bold;
	}
	
	.grey a:hover {
		color: #000;
		background: #EDEDED;
	}
	
	.highlight {
		padding: 5px 3px 5px 3px;
		margin: 0 0 3px 0;
		border-bottom: 1px solid #ccc;
	}
	
		
/* right side
   ---------- */
		
.right { 
	float: right; 
	margin: 0 0px 0 0;}
		
img { 
  border-style: none; 
  
  }

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	color: #808080;
	background: #f0f0f0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #eee;
}
.footer p {	line-height: 2em; }
.footer a {	color: #4F4F4F; background: #f0f0f0; border-bottom: 1px dotted #808080; text-decoration: none; } 













#list {
	padding: 10px;
}

#list .a {
	margin-bottom: 5px;
	border-collapse: collapse;
	width: 100%;
}

#list .c {
	text-align: left;	
}

#list .d {
	text-align: center;
}

#list .e {
	text-align: right;
}

.list {
	border-collapse: collapse;
	width: 100%;
}

.list th {	
	height: 28px;
	padding: 0px 4px;
	border-bottom: 3px solid #30559C;
	cursor: pointer;
}

.list td {
	height: 32px;
	padding: 0px 4px;
	vertical-align: middle;	
	overflow: auto;
}

.list a {
	color: #000000;
	text-decoration: underline;
}

.list img {
	border: 0px;
}

.tab_left {
	text-align: left;
}

.tab_right {
	text-align: right;
}

.tab_center {
	text-align: center;
}

.row1 td, .row2 td, .highlight td, .previous td  {
	border-bottom: 1px solid #EEEEEE;
}

.highlighttab {
	background-color: #EBF1FC;
}

.row1 {
	background-color: #FFFFFF;
}
 
.row2 {
	background-color: #F9F9F9;	
}






/*Top Images*/
div#content-inner-tiny{
	width:680px;
	padding-left: 1px;
}
div.panel-tiny {
    background-color: #FFFFFF;
	float: left;
	width: 55px;
	height: 70px;
	position: relative;
	overflow: hidden;
	border: 1px solid #1995C2;
	text-align: center;
	margin-left: 4px;

}
div.panel-header-tiny {
	background: transparent url(../image/bg_transparent.png) top left;
	position: absolute;
	width: 55px;
	color: #000;
	bottom: 0px;
}
div.panel-tiny img{
	padding-top: 2px;
}

.banner {
	background: url('../image/right_banner.jpg') repeat-x;
	width: 930px;
	margin-left: 0px;

}



/* @group panels */
div#content-inner{
	width:745px;
	padding: 10px 0 10px 0;
}

div#content-inner-mini{
	width: 345px;
	padding: 10px;
	float: right;
}

div#content-inner-midi{
	width: 725px;
	padding: 0px 0 0px 0;
}

div.panel {
    background-color: #FFFFFF;
	float: left;
	width: 125px;
	height: 175px;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	border: 1px solid #1995C2; /* #C43219 #1995C2 */
	text-align: center;
}
div.panel img{
	margin: 0px;
}

div.panel.last {
	margin-right: 0;
}

div.panel-header {
	background: transparent url(../image/bg_transparent.png) top left;
	position: absolute;
	top: 0px;
	left: 0px;
	/*margin-left: -60px;*/
	padding: 5px;
	width: 120px;
}

div.panel-header h2,
div.panel-header p {
	color: #2f1312;
}

div.panel-footer {
	position: absolute;
	width: 110px;
	bottom: 9px;
	left: 0px;
	padding: 5px;
	text-align: center;
}

.price_old {
	text-decoration: line-through;
	font-size: 9px;
	position: relative;
	top: -8px;
}

.price_new a {
	background: inherit;
	font-weight: bold;
	color: #C83C3C;
	font-size: 11px;
	position: relative;
	top: 4px;
}

.price_new_big a {
	background: inherit;
	font-weight: bold;
	color: #C83C3C;
	font-size: 20px;
}
	
.price_new a:hover {
	color: #000;
	background: #EDEDED;
}

/* @end */


.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}






.long_box { 
		float: right; 
		margin: 0px 0px 0px 0px; 
		text-align: center; 
		width: 745px;
		}

.longbox_top {
		background: #F0F0F0 url('../image/longbox_top.gif') no-repeat;
		color: #808080;
		height: 33px;
		width: 745px;
	}

.longbox_bottom {
		background: #F0F0F0 url('../image/longbox_bottom.gif') no-repeat;
		color: #808080;
		height: 33px;
		width: 745px;
	}

.longbox_top h2 {
		color: #808080;
		background: inherit;
		padding: 5px 0px 0 10px;
		margin: 0;
	}


.warning {
	color: #000000;
	font-size: 10px;  
	background-color: #FFB3B5;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

.message {
	color: #000000;
	font-size: 10px;
	background-color: #99FF00;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}



.sharesb {clear:both; font-size:12px;}
.sharesb p {padding:0; margin:0; }
.sharesb p a {position:absolute; top:0px; right:0px; padding:10px; font-size:12px;}
.sharesb h3 {padding:0 3px 0 0; margin:0; margin:0 5px 0 3px; font-weight:normal;}
.sharesb ul {text-align:left; list-style:none; margin:5px 0 0px 100px; padding:0;}
.sharesb ul li {text-align:center; display:inline; padding:0 4px 6px 0 ;}
.sharesb ul li.delicious {background:url("http://news.bbc.co.uk/shared/img/icons/bookmarks/delicious.gif") no-repeat 0 0;}
.sharesb ul li.digg {background:url("http://news.bbc.co.uk/shared/img/icons/bookmarks/digg.gif") no-repeat 0 0;}
.sharesb ul li.reddit {padding:0 0 0 2px; background:url("http://news.bbc.co.uk/shared/img/icons/bookmarks/reddit.gif") no-repeat 0 0; }
.sharesb ul li.facebook {background:url("http://news.bbc.co.uk/shared/img/icons/bookmarks/facebook.gif") no-repeat 0 0;}
.sharesb ul li.stumbleupon {background:url("http://news.bbc.co.uk/shared/img/icons/bookmarks/stumbleupon.gif") no-repeat 0 0;}
.sharesb ul li.twitter {background:url("http://www.ibitstore.com/images/tweetthis.png") no-repeat 0 0;}
.sharesb ul li.ibit {background:url("http://www.ibitstore.com/image/eyeicon.jpg") no-repeat 0 0; }
.sharesb ul li a { padding:0 0 0 18px; margin:0 3px 0 0px; }

