/* CSS Document for CheapPS3SlimConsole.co.uk */

body{
	background:#F3F3F3 url(../images/body_bg.gif) top left repeat;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1A1A1A;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

/******************* Wrapper section start *******************/

.wrapper{
	/*background:#ffffff;*/
	width:980px;
	margin:10px auto 0 auto;
	padding:0% 0% 0% 0%;
	position:relative;
	/*float:left;*/
}

.wrapper_bg_top{
	width:100%;
	float:left;
	height:12px;
}

.wrapper_bg_tl{
	background:#ffffff url(../images/wrapper_bg_tl.gif) top left no-repeat;
	width:99%;
	color:#3B3C35;
	height:12px;
	margin:0 1% 0 0;
}

.wrapper_bg_tm{
	background:#ffffff url(../images/wrapper_bg_tm.gif) top left repeat-x;
	width:100%;
	height:12px;
}

.wrapper_bg_tr{
	background:#ffffff url(../images/wrapper_bg_tr.gif) top right no-repeat;
	width:100%;
	height:12px;
}

.wrapper_bg_mid{
	background:#ffffff;
	width:98%;
	float:left;
	padding:0 1%;
}

.wrapper_bg_bot{
	width:100%;
	float:left;
	height:10px;
}

.wrapper_bg_bl{
	background:url(../images/wrapper_bg_bl.gif) top left no-repeat;
	width:100%;
	color:#3B3C35;
	height:10px;
}

.wrapper_bg_bm{
	background:url(../images/wrapper_bg_bm.gif) top left repeat-x;
	width:100%;
	height:10px;
}

.wrapper_bg_br{
	background:url(../images/wrapper_bg_br.gif) top right no-repeat;
	width:100%;
	height:10px;
}

/****************** Header section start ****************/

.header{
	position:relative;
	width:100%;
	height:72px;
}

.logo{
	position:absolute;
	top:0px;
	left:15px;
	width:316px;
	height:72px;
	margin:0 0 0 0px;
}

.logo a{
	border:none;
}

.logo a:hover, .logo a:active, .logo a:focus{
	border:none;
	outline:none;
}

/*********** top_nav section start ************/

.top_nav{
	background:url(../images/top_nav_bg.gif) top left repeat-x;
	width:100%;
	height:35px;
	text-align:right;
}

.top_nav_bg_l{
	background:url(../images/top_nav_bg_l.gif) bottom left no-repeat;
	width:96%;
	color:#3B3C35;
	height:35px;
	padding:0 2%;
}

.top_nav_bg_m{
	background:url(../images/top_nav_bg_m.gif) bottom left repeat-x;
	width:100%;
	height:35px;
}

.top_nav_bg_r{
	background:url(../images/top_nav_bg_r.gif) bottom right no-repeat;
	width:100%;
	height:35px;
}

.top_nav ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
}

.top_nav ul li{
	display:inline;
	color:#ffffff;
}

.top_nav ul li a{
	color:#ffffff;
	text-decoration:none;
	padding:0 5px;
	line-height:35px;
}

.top_nav ul li a:hover, .top_nav ul li a:active, .top_nav ul li a:focus{
	text-decoration:underline;
	outline:none;
}

/************ top_nav section end *************/

/************* nav section start **************/

.nav{
	background:url(../images/nav_bg.gif) top left repeat;
	width:100%;
	height:37px;
	text-align:right;
}

.nav ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
}

.nav ul li{
	display:inline;
	color:#ffffff;
	line-height:37px;
}

.nav ul li a{
	color:#ffffff;
	text-decoration:none;
	padding:0 15px;
	font-size:14px;
	font-weight:bold;
	
}

.nav ul li a:hover, .nav ul li a:active, .nav ul li a:focus{
	text-decoration:underline;
	outline:none;
}

.nav_seperator{
	background:url(../images/nav_seperator.gif) center left no-repeat;
	width:1px;
	height:37px;
}

/************** nav section end ***************/

/***************** header Section closed *******************/

/***************** Content Section start *******************/

.content{
	background:#ffffff;
	width:960px;
	padding:0 0 0 0;
	margin:0px auto;
	/*float:left;
	clear:both;*/
}

.content_area{
	background:#ffffff;
	width:960px;
	padding:0px 0%;
	margin:0 0 0 0;
	float:left;
}

/******************* Left section start *******************/

.left{
	width:685px;
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

/********** welcome_text section start ******/

.welcome_text{
	background:url(../images/welcome_text_bg.gif) top left repeat;
	width:960px;
	float:left;
	margin:0 0 5px 0;
}

.welcome_text_mid{
	width:670px;
	float:left;
	margin:0 0 0 0;
	padding:0 0%;
}

.welcome_text_bot{
	width:100%;
	float:left;
	height:12px;
}

.welcome_text_bot_bg_bl{
	background:url(../images/welcome_text_bg_bl.gif) bottom left no-repeat;
	width:100%;
	height:12px;
}

.welcome_text_bot_bg_bm{
	background:url(../images/welcome_text_bg_bm.gif) bottom left repeat-x;
	width:100%;
	height:12px;
}

.welcome_text_bot_bg_br{
	background:url(../images/welcome_text_bg_br.gif) bottom right no-repeat;
	width:100%;
	height:12px;
}

.welcome_text_title{
	width:96%;
	margin:0 2%;
}

.welcome_text_title h1{
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	margin:0 0 0 0;
	line-height:42px;
}


/*.welcome_text_bg{
	background:url(../images/welcome_text_bg.gif) top left repeat-x;
}*/

.welcome_text_text{
	width:96%;
	margin:0 2%;
	padding:0 0 0 0;
	color:#ffffff;
}

.welcome_text_text a{
	color:#ffffff;
}

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

/********** best_deal section start ******/

.best_deal{
	position:relative;
	width:255px;
	float:left;
	margin:40px 0px 5px 0;
}

.best_deal_bg_top{
	background:url(../images/best_deal_bg_top.gif) top left no-repeat;
	width:100%;
	float:left;
}

.best_deal_bg_mid{
	background:url(../images/best_deal_bg_mid.gif) top left repeat-y;
	width:100%;
	margin:0 0 0 0;
	padding:0 0%;
	float:left;
}

.best_deal_bg_bot{
	background:url(../images/best_deal_bg_bot.gif) bottom left no-repeat;
	width:100%;
	float:left;
}

.best_deal_title{
	width:222px;
	margin:10px auto;
	height:28px;
}

.best_deal_title_bg_l{
	background:url(../images/best_deal_title_bg_l.gif) top left no-repeat;
	width:92%;
	color:#ffffff;
	padding:0 4%;
	height:28px;
	line-height:28px;
	font-size:14px;
	font-weight:bold;
}

.best_deal_title_bg_m{
	background:url(../images/best_deal_title_bg_m.gif) top left repeat-x;
	width:100%;
	height:28px;
}

.best_deal_title_bg_r{
	background:url(../images/best_deal_title_bg_r.gif) top right no-repeat;
	width:100%;
	height:28px;
}

.best_deal_text{
	width:222px;
	margin:0 auto;
}

.best_deal_text_text{
	float:right;
	margin:0 0 10px 0;
}

.best_deal_price{
	color:#EB6014;
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	/*display:block;*/
}

.best_deal_text_title{
	font-weight:bold;
	font-size:11px;
	line-height:14px;
	width:120px;
	/*display:block;*/
}

.best_deal_img{
	width:100px;
	height:100px;
	float:left;
	/*display:block;*/
}

.best_deal_img a{
	border:none;
}

.best_deal_img a:hover, .best_deal_img a:active, .best_deal_img a:focus{
	border:none;
	outline:none;
}

.best_deal_merchant_logo{
	width:100px;
	display:block;
	margin:0 0 5px 0;
}

.best_deal_merchant_logo a{
	border:none;
}

.best_deal_merchant_logo a:hover, .best_deal_merchant_logo a:active, .best_deal_merchant_logo a:focus{
	border:none;
	outline:none;
}

.best_deal_btn{
	/*float:left;*/
	display:block;
	margin:10px 0;
}

.best_deal_btn a{
	border:none;
}

.best_deal_btn a:hover, .best_deal_btn a:active, .best_deal_btn a:focus{
	border:none;
	outline:none;
}

/*********** best_deal section end *******/

/*********** right_ad section start ******/

.right_ad{
	clear:both;
	width:254px;
	float:left;
	margin:5px 0px 5px 0px;
	padding:0 0 0 0;
}

.right_ad a{
	border:none;
}

.right_ad a:hover, .right_ad a:active, .right_ad a:focus{
	border:none;
	outline:none;
}

/*********** right_ad section end ********/

/********** welcome_text section end ********/

/********* compare_price section start ******/

.compare_price{
	width:685px;
	float:left;
	margin:5px 0 0 0;
	border-bottom:3px solid #3C3A3A;
}

.compare_price_title{
	width:100%;
	margin:0px 0;
}

.comp_price_select{
	background:#cdcdcd;
	border:1px solid #efefef;
	float:right;
	margin:8px 10px 0 0;
	height:24px;
}

.compare_price_title_bg_tl{
	background:url(../images/comp_price_title_bg_l.gif) bottom left no-repeat;
	width:100%;
	color:#3B3C35;
	height:40px;
}

.compare_price_title_bg_tm{
	background:url(../images/comp_price_title_bg_m.gif) bottom left repeat-x;
	width:100%;
	height:40px;
}

.compare_price_title_bg_tr{
	background:url(../images/comp_price_title_bg_r.gif) bottom right no-repeat;
	width:100%;
	height:40px;
}

.compare_price_title_bg_tl h2{
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
	margin:0 0 0 0;
	line-height:40px;
	padding:0 10px;
}

.compare_price_subtitle_bg{
	background:url(../images/comp_price_subtitle_bg.gif) top right repeat-x;
	width:100%;
	height:37px;
	line-height:37px;
	color:#767676;
}

.compare_price_subtitle_onlineshop{
	width:125px;
	height:37px;
	line-height:37px;
	text-align:center;
	font-weight:bold;
	float:left;
}

.compare_price_subtitle_offerdeal{
	width:200px;
	height:37px;
	line-height:37px;
	text-align:center;
	font-weight:bold;
	float:left;
}

.compare_price_subtitle_price{
	width:100px;
	height:37px;
	line-height:37px;
	text-align:center;
	font-weight:bold;
	float:left;
}

.compare_price_subtitle_availability{
	width:135px;
	height:37px;
	line-height:37px;
	text-align:center;
	font-weight:bold;
	float:left;
}

.compare_price_subtitle_orderhere{
	width:115px;
	height:37px;
	line-height:37px;
	text-align:center;
	font-weight:bold;
	float:left;
}

.compare_price_text{
	width:100%;
	margin:0 0% 0 0;
	padding:0 0 0 0;
}

.compare_price_text_onlineshop{
	width:125px;
	line-height:70px;
	text-align:center;
	float:left;
}

.compare_price_text_onlineshop a{
	border:none;
}

.compare_price_text_onlineshop a:hover, compare_price_text_onlineshop a:active, compare_price_text_onlineshop a:focus{
	outline:none;
	border:none;
}

.compare_price_text_offerdeal{
	width:190px;
	float:left;
	color:#272727;
	padding:0 5px;
}

.compare_price_text_offerdeal ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
}

.compare_price_text_offerdeal ul li{
	display:block;
	color:#272727;
	line-height:18px;
	font-size:11px;
}

.compare_price_text_offerdeal ul li a{
	color:#272727;
	text-decoration:none;
	padding:0 0px;
	font-size:11px;
	
}

.compare_price_text_offerdeal ul li a:hover, .compare_price_text_offerdeal ul li a:active, .compare_price_text_offerdeal ul li a:focus{
	text-decoration:underline;
	outline:none;
}


.compare_price_text_offerdeal_title{
	font-weight:bold;
}

.compare_price_text_price{
	width:90px;
	float:left;
	font-size:11px;
	color:#272727;
	padding:0 5px;
	text-align:center;
}

.compare_price_text_price_orange{
	color:#D65600;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
}

.compare_price_text_availability{
	width:135px;
	line-height:70px;
	text-align:center;
	float:left;
}

.compare_price_text_availability a{
	border:none;
}

.compare_price_text_availability a:hover, compare_price_text_availability a:active, compare_price_text_availability a:focus{
	outline:none;
	border:none;
}

.compare_price_text_orderhere{
	width:115px;
	line-height:70px;
	text-align:center;
	float:left;
}

.compare_price_text_orderhere a{
	border:none;
	line-height:70px;
}

.compare_price_text_orderhere a:hover, compare_price_text_orderhere a:active, compare_price_text_orderhere a:focus{
	outline:none;
	border:none;
}

.row1{
	background:#ffffff;
	float:left;
	padding:15px 0 5px 0;
	width:99.6%;
	display:block;
}

.row2{
	background:#F1F1F1;
	float:left;
	padding:15px 0 5px 0;
	width:100%;
	display:block;
}

/********* compare_price section end ********/

/********** other_text section start ********/

.other_text{
	width:685px;
	float:left;
	margin:0 0 10px 0;
}

.other_text_title{
	width:100%;
	margin:10px 0%;
}

.other_text_title h3{
	color:#22231E;
	font-size:16px;
	font-weight:bold;
	margin:0 0 0 0;
	line-height:24px;
	border-bottom:1px solid #22231E;
}

.other_text_text{
	width:100%;
	margin:0 0%;
	padding:0 0 0 0;
	text-align:justify;
}

.other_text_img{
	float:left;
	margin:0 10px 0 0;
}
/********** other_text section end **********/

/******************** Left section end ********************/

/********************** Right section start ***************/

.right{
	width:264px;
	float:right;
	margin:0 0 0 0px;
	padding:0 0 0 0;
}

/********** notify_me section start ******/

.notify_msg{
	background:url(../images/notify_msg_bg.gif) top left no-repeat;
	width:250px;
	height:106px;
	float:left;
	position:relative;
	margin:0 0 0 0px;
	padding:0 0 0 0;
}

.notify_me{
	background:url(../images/notify_me_bg.gif) top left no-repeat;
	width:264px;
	height:81px;
	float:right;
	position:relative;
	margin:5px 0 5px 0px;
	padding:0 0 0 0;
}

.notify_me_textbox{
	background:#ffffff;
	border:1px solid #ffffff;
	width:173px;
	height:20px;
	margin:28px 0 0 10px;
	float:left;
	line-height:20px;
	font-size:12px;
}

.notify_me_btn{
	background:url(../images/notify_me_submit_btn.gif) center no-repeat;
	width:64px;
	height:24px;
	float:left;
	display:block;
	margin:28px 5px 0 5px;
	border:none;
	/*position:absolute;
	top:30px;
	z-index:5;*/
}

.notify_me_btn a{
	border:none;
}

.notify_me_btn a:hover, .notify_me_btn a:active, .notify_me_btn a:focus{
	border:none;
	outline:none;
}

/********** notify_me section end ********/

/********** merchants section start ******/

.merchants{
	width:264px;
	float:left;
	margin:5px 0 5px 0;
}

.merchants_title{
	width:100%;
	margin:0px 0;
	height:38px;
}

.merchants_title_bg_l{
	background:url(../images/merchant_title_bg_l.gif) top left no-repeat;
	width:94%;
	color:#3B3C35;
	padding:0 3%;
	height:38px;
	line-height:38px;
	font-size:14px;
	font-weight:bold;
}

.merchants_title_bg_m{
	background:url(../images/merchant_title_bg_m.gif) top left repeat-x;
	width:100%;
	height:38px;
}

.merchants_title_bg_r{
	background:url(../images/merchant_title_bg_r.gif) top right no-repeat;
	width:100%;
	height:38px;
}

.merchants_text{
	background:url(../images/merchant_text_bg.gif) top left repeat-x;
	width:254px;
	padding:0px 5px 0 5px;
	margin:2px 0 0 0;
	float:left;
}

.merchants_text ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
}

.merchants_text ul li{
	display:block;
}

.merchants_text ul li a{
	background:url(../images/cat_list_bullet.gif) center left no-repeat;
	color:#272727;
	text-decoration:none;
	margin:0 0 0 10px;
	padding:0 5px 0 15px;
	line-height:20px;
}

.merchants_text ul li a:hover, .merchants_text ul li a:active, .merchants_text ul li a:focus{
	text-decoration:underline;
	outline:none;
}

.merchants_price{
	color:#EB6014;
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	/*display:block;*/
}

.merchants_img{
	width:100px;
	height:100px;
	float:left;
	/*display:block;*/
}

.merchants_img a{
	border:none;
}

.merchants_img a:hover, .merchants_img a:active, .merchants_img a:focus{
	border:none;
	outline:none;
}

.merchant_logo{
	line-height:38px;
	margin:5px 5px 5px 5px;
	float: right;
	padding: 0px 8px 2px 0px;
}

.merchant_logo a{
	border:none;
}

.merchant_logo a:hover, .merchant_logo a:active, .merchant_logo a:focus{
	border:none;
	outline:none;
}

/*********** merchants section end *******/

/********************** Right section end ******************/

/**************** content section end **********************/

/*************************** Footer section start *************************/

.footer{
	color:#6D6D6D;
	width:980px;
	padding:0px 0 0px 0;
	margin:0px auto 0 auto;
	clear:both;
}
/*.footer_bg{
	background:#ffffff;
	padding:0px 1% 10px 1%;
}*/

.fooer_text{
	text-align:right;
	clear:both;
	font-size:11px;
	padding:0px 0 10px 0;
	margin:0 0 0 0;
}

/*.footer_seperator{
	background:url(../images/footer_seperator.gif) center no-repeat;
	width:3px;
	height:111px;
	float:left;
}*/

.footer_links{
	float:right;
	margin:15px 0 10px 0;
	padding:0 0 0 0;	
}

.footer ul{
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.footer ul li{
	display:inline;
	padding:0 1px 0 1px;
}

.footer ul li a{
	text-decoration:none;
	color:#6D6D6D;
}

.footer ul li a:hover{
	text-decoration:underline;
	color:#6D6D6D;
}


