@charset "utf-8";

/* CSS Document */


@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
    src: url('/script/fonts/titilliumweb-regular.eot');
    src: url('/script/fonts/titilliumweb-regular.eot?#iefix') format('embedded-opentype'),
    url('/script/fonts/titilliumweb-regular.svg#titillium_webregular') format('svg'),
    url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v1/7XUFZ5tgS-tD6QamInJTcdGU7DQ8I6RFMlK0vgclk7w.woff) format('woff'),
         url('/script/fonts/titilliumweb-regular.ttf') format('truetype');
  
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('/script/fonts/titilliumweb-semibold.eot');
  src: url('/script/fonts/titilliumweb-semibold.eot?#iefix') format('embedded-opentype'),
       url('/script/fonts/titilliumweb-semibold.svg#titillium_websemibold') format('svg'),
       url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v1/anMUvcNT0H1YN4FII8wprx7IBmrqA5IG9z8WNe77b9o.woff) format('woff'),
       url('/script/fonts/titilliumweb-semibold.ttf') format('truetype');
  
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('/script/fonts/titilliumweb-bold.eot');
  src: url('/script/fonts/titilliumweb-bold.eot?#iefix') format('embedded-opentype'),
  url('/script/fonts/titilliumweb-bold.svg#titillium_webbold') format('svg'),
           url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v1/anMUvcNT0H1YN4FII8wpr0bathaSTBR2c4i13_wzlb0.woff) format('woff'),
         url('/script/fonts/titilliumweb-bold.ttf') format('truetype');
  
}




body 
{
	background:#ffffff;
	font-family: 'Titillium Web', sans-serif;
	font-size:12px;
	font-weight:400;
	color:#000000;
	outline:0;
	padding:0px;
	margin:0px;
	
}
	
.clear 
{
	clear: both;
}

a, img a, img, a img 
{
	border:0;	
	outline:0; 
	text-decoration:none;
}

/*************************Outer****************************/



/*************************Header****************************/

.header_wrapper
{
	height:85px;
	background:url(/img/header_bg.jpg) repeat-x left top;
	font-family: 'Titillium Web', sans-serif;
}

.header
{
	width:1100px;
	margin:0px auto;
}

.logo
{
	width:247px;
	height:41px;
	float:left;
	padding:28px 0 0 5px;
	margin-right:24px;
}

.topMessage
{
	width:110px;
	height:41px;
	float:left;
	padding:17px 0 0 5px;
	margin-right:px;
	color:red;
  	font-size:16px;
  	font-weight:600;
  	vertical-align:middle;
  	line-height:20px;
}


.search
{
	width:270px;
	float:left;
	padding:23px 0 0 0;
}

.search_field
{
	width:190px;
	height:16px;
	line-height:16px;
	background:url(/img/field_bg.jpg) repeat-x left top;
	padding:12px 15px;
	border:1px solid #a5a5a5;
	outline:0;
	float:left;
	text-align:left;
	font-size:14px;
	color:#aeaeae;
	font-weight:600;
	position:relative;
	border-radius:4px 0 0 4px;
	font-family: 'Titillium Web', sans-serif;
}

.search_button
{
	width:44px;
	height:42px;
	background:url(/img/search_button.jpg) no-repeat left top;
	border:0;
	outline:0;
	float:left;
	cursor:pointer;
}

.header_right
{
	width:295px;
	float:right;
	padding-top:18px;
}

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

.header_right ul li
{
	float:right;
}

.header_right ul li a
{
	font-size:14px;
	color:#555555;
	display:block;
	font-weight:600;
	padding:0 0 0px 13px;
}

.ie7 .header_right ul li a
{
	padding:0 0 0 8px;
}

.ie8 .header_right ul li a
{
	padding:0 0 4px 8px;
}

.header_right span
{
	font-size:20px;
	color:#525252;
	display:block;
	font-weight:700;
	text-align:right;
	line-height:20px;
}

.ie7 .header_right span
{
	margin-top:-12px;
}

.header_right span small
{
	font-size:20px;
	color:#286fbe;
}

.header_right .smaller
{
	font-size:12px;
}

/*************************Menu****************************/

.menu_wrapper
{
	background:url(/img/shadow.png) repeat-x left bottom;
	padding-bottom:6px;
	margin-bottom:20px;
}

.menu_wrapp
{
	height:42px;
	background:url(/img/nav_bg.jpg) repeat-x left top;
}

.menu
{
	width:1100px;
	margin:0px auto;	
	text-align:center;
}

.menuCenter
{
	margin:0 auto;
	width:720px;
}

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

.menu ul li
{
	float:left;
	background:url(/img/sep.jpg) no-repeat right top;
	line-height:42px;
}

.menu ul li.nosep
{
	background:none;
}

.menu ul li a
{
	font-size:16px;
	color:#fff;
	display:block;
	font-weight:600;
	padding:0 20px;
}

.menu ul li a:hover
{
	color:#6dff00;
}

.ie7 .menu ul li a
{
	font-size:15px;
	padding:0 19px;
}

.ie8 .menu ul li a
{
	font-size:15px;
	padding:0 19px;
}


.tabContainer
{
	width:1113px;
	margin:0px auto;
	padding-left:8px;
	height:54px;
	position:relative;
}

.tabContainer img
{
	
}

.tabContainer a
{
	float:left;
	position:relative;
}

.tabContainer .all
{
	z-index:25;
	position:absolute;
	left:9px;
}

.tabContainer .xbox
{
	z-index:25;
	position:absolute;
	left:79px;
}

.tabContainer .nintendo
{
	z-index:25;
	position:absolute;
	left:194px;
}

.tabContainer .playstation
{
	z-index:25;
	position:absolute;
	left:323px;
}

.tabContainer .itunes
{
	z-index:25;
	position:absolute;
	left:492px;
}

.tabContainer .pc
{
	z-index:25;
	position:absolute;
	left:492px;
}

.tabContainer .mobile
{
	z-index:25;
	position:absolute;
	left:752px;
}

.tabContainer .facebookTab
{
	z-index:25;
	position:absolute;
	left:601px;
}


/*************************Content****************************/

.content
{
	width:1113px;
	margin:0px auto;
	background:url(/img/cont_bg.png) no-repeat center top;
	padding-top:26px;
	position:relative;
  	z-index:20;
  	top:-10px;
}

/*************************Main_Content****************************/

.main_content
{
	width:760px;
	float:left;
	padding:0 0 20px 26px;
}

.ie7 .main_content
{
	padding:0 0 0px 26px;
}

/*************************Banner****************************/

.banner
{
	height:339px;
	position:relative;
	margin-bottom:20px;
}

.banner_logo
{
	width:123px;
	height:91px;
	position:absolute;
	right:33px;
	top:30px;
}

.bullet
{
	width:64px;
	position:absolute;
	left:19px;
	top:227px;
}

.bullet a
{
	width:16px;
	height:15px;
	background:url(/img/bullet.png) no-repeat left top;
	float:left;
	display:block;
	margin-right:5px;
	text-indent:-9999px;
}

.bullet a:hover,.bullet a.activeSlide
{
	background-position:left -15px;
}

.left_arrow
{
	position:absolute;
	left:5px;
	top:0px;
	width:36px;
	height:35px;
	z-index:9999;
}

.left_arrow a
{
	width:36px;
	height:35px;
	display:block;
	background:url(/img/left_arrow.png) no-repeat left top;
}

.left_arrow a:hover
{
	background-position:left -35px;
}

.right_arrow
{
	position:absolute;
	right:-12px;
	top:0px;
	width:36px;
	height:35px;
	z-index:9999;
}

.right_arrow a
{
	width:36px;
	height:35px;
	display:block;
	background:url(/img/right_arrow.png) no-repeat left top;
}

.right_arrow a:hover
{
	background-position:left -35px;
}

.trans
{
	width:759px;
	height:86px;
	background:url(/img/trans_bg.png) repeat-x left top;
	position:absolute;
	left:0;
	bottom:0;
	border-radius:0 0 4px 4px;
}

.trans_left
{
	width:582px;
	float:left;
	padding:13px 0 0 17px;
	font-size:13px;
	color:#fff;
	font-weight:600;
}

.ie7 .trans_left
{
	font-size:12px;
}

.trans_left h3
{
	font-size:24px;
	padding:0 0 6px 0;
	margin:0px;
	font-weight:600;
	line-height:21px;
}

.trans_left p
{
	 line-height:15px;
	 padding:0 0 0 0;
	 margin:0px;
}

.trans span
{
	display:block;
	float:right;
	font-size:42px;
	color:#f86e0e;
	font-weight:700;
	letter-spacing:-2px;
	padding:22px 20px 0 0;
	line-height:36px;
}

.ie7 .trans span
{
	padding:10px 20px 0 0;
	line-height:50px;
}

.trans span sup
{
	font-size:17px;
	position:relative;
	top:-3px;
	letter-spacing:0px;
}

.post_info
{
}

.post_top
{
	height:58px;
	background:url(/img/top_bar.jpg) no-repeat left top;
	margin-bottom:20px;
}

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

.post_top ul li
{
	float:left;
	line-height:58px;
	text-align:center;
}

.post_top ul li a
{
	height:55px;
	font-size:21px;
	color:#545454;
	font-weight:600;
	display:block;
}

.post_top ul li.li2
{
	width:191px;
	margin-left:-15px;
}

.post_top ul li.li2 a:hover, .post_top ul li.li2.active a
{
	background:url(/img/hover_bg.png) no-repeat left top;
	margin-top:-2px;
	color:#fff;
}

.post_top ul li.left
{
	width:204px;
}

.post_top ul li.left a:hover, .post_top ul li.left.active a
{
	background:url(/img/active_bg.png) no-repeat left top;
	margin-top:-2px;
	color:#fff;
}

a.view
{
	display:block;
	font-size:12px;
	color:#545454;
	font-weight:600;
	float:right;
	line-height:58px;
	padding:0 18px 0 0;
}

.post_block
{
	border-bottom:1px solid #dcdcdc;
	padding-bottom:16px;
	margin-bottom:20px;
}

.post_block.nobr
{
	border-bottom:none;
	padding-bottom:6px;
	margin-bottom:20px;
}

.post
{
	background:url(/img/border.jpg) no-repeat right center;
	float:left;
	padding-right:20px;
}

.ie7 .post
{
	padding-right:20px;
}

.post.nobr
{
	background:none;
	padding-right:0px;
	float:right;
}

.post_pic
{
	float:left;
	margin-right:15px;
	position:relative;
}

.post_pic.margin
{
	margin-bottom:18px;
	border:1px solid #d0d0d0;
}

.post_pic .gameImage
{
	width:139px;
	height:197px;
	border:1px solid #d0d0d0;
}

.post_pic img.big
{
	width:188px;
	height:263px;
}

.post_text
{
	float:left;
	width:206px;
	font-size:12px;
	color:#5e5e5e;
}

.ie7 .post_text
{
	width:203px;
}

.post_text h2
{
	font-size:20px;
	color:#1571c0;
	font-weight:600;
	padding:0 0 10px 3px;
	margin:0px;
	line-height:22px;
}

.post_text h2 a
{
	color:#1571c0;
	text-decoration:underline;
}

.post_text h2 a:hover
{
	color:#00aeff;
	text-decoration:none;
}


.post_text h3
{
	font-size:14px;
	font-weight:800;
	padding:0 0 5px 3px;
	margin:0px;
	position:relative;
	top:-3px;
}

.post_text p
{
	font-weight:600;
	padding:0 0 12px 3px;
	margin:0px;
	line-height:14px;
}

.post_text p a
{
	color:#408ecb;
}

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

.post_text ul li
{
	float:left;
	text-align:center;
	padding:0 12px 16px 0;
}

.post_text ul li span
{
	font-size:9px;
	color:#6a6a6a;
	font-weight:600;
	display:block;
}

.post_text ul li.nopadd
{
	padding:0 0px 16px 0;
}

.ie7 .post_text ul li a
{
	padding:0 0px 0 0;
	font-weight:normal;
}

.ie8 .post_text ul li a
{
	padding:0 0px 0 0;
	font-weight:normal;
}

.post_text ul li img
{
	margin-bottom:1px;
}

.post_text ul li span
{
	display:block;
	line-height:10px;
}

.post_text strong
{
	font-size:24px;
	color:#003c90;
	font-weight:700;
	padding:0 0px 0px 3px;
	float:left;
	line-height:37px;
}

a.add
{
	display:block;
	width:109px;
	height:37px;
	background:url(/img/add_button.jpg) no-repeat left top;
	text-align:center;
	line-height:37px;
	font-size:16px;
	color:#fff;
	font-weight:600;
	float:right;
}

a.add.pre
{
	background:url(/img/pre.jpg) no-repeat left top;
}



span.out
{
	display:block;
	line-height:38px;
	font-size:18px;
	color:#d1340e;
	font-weight:600;
	float:right;
}

span.out2
{
	display:block;
	width:184px;
	height:58px;
	font-size:30px;
	color:#d1340e;
	font-weight:600;
	text-align:left;
 
}




/*************************Sidebar****************************/

.sidebar
{
	width:280px;
	float:right;
	padding:0 26px 0 0px;
}

.sidebar_box
{
	margin-bottom:20px;
}

.title
{
	height:36px;
	background:url(/img/title_bg.jpg) no-repeat center top;
	position:relative;
	border-radius:4px 4px 0 0;
	padding:0 10px 0 16px;
	line-height:36px;
}

.title h2
{
	font-size:16px;
	color:#fff;
	font-weight:600;
	padding:0 0 0px 0px;
	margin:0px;
	background:url(/img/cart_icon.png) no-repeat right 10px;
}

.cart_info
{
	background:#f1f1f1;
	border:1px solid #bcbcbc;
	border-top:0;
	position:relative;
	border-radius:0 0 4px 4px;
	padding:17px 18px 20px 19px;
	font-size:13px;
	color:#5e5e5e;
}

.ie7 .cart_info
{
	padding:17px 18px 8px 19px;
}

.cart_info p
{
	font-weight:600;
	padding:0;
	margin:0px;
}

.topbox
{
	height:80px;
}

.cart_infopic
{
	float:left;
	margin:0 14px 0px 0;
}

.cart_infopic img
{
	width:48px;
	height:67px;
}

.cart_info span
{
	width:177px;
	display:block;
	font-size:15px;
	color:#30302f;
	font-weight:600;
	float:left;
	line-height:18px;
}

.cart_info span small
{
	display:block;
	font-size:15px;
	color:#818181;
	padding-top:0px;
}

.close_butt
{
	float:right;
}

a.edit
{
	display:block;
	width:87px;
	height:33px;
	background:url(/img/edit_button.png) no-repeat left top;
	text-align:center;
	line-height:33px;
	font-size:14px;
	color:#fff;
	font-weight:600;
	float:right;
}

a.checkout
{
	display:block;
	width:87px;
	height:33px;
	background:url(/img/checkout_butt.png) no-repeat left top;
	text-align:center;
	line-height:33px;
	font-size:14px;
	color:#fff;
	font-weight:600;
	float:right;
	margin-left:11px;
}

.total_box
{
	height:42px;
	background:#fff;
	border:1px solid #bcbcbc;
	position:relative;
	border-radius:5px;
	padding:0 16px 0 14px;
	line-height:42px;
	margin-bottom:12px;
}

.total_box span
{
	float:left;
	font-size:14px;
	color:#30302f;
	font-weight:600;
	line-height:42px;
	width:auto;
}

.total_box strong
{
	float:right;
	font-size:23px;
	color:#f86e0e;
	font-weight:700;
}

.sidebar_box2
{
	background:#d3eeb0;
	border:1px solid #bcbcbc;
	position:relative;
	border-radius:4px;
	padding:22px 0px 16px 0px;
	margin-bottom:20px;
	text-align:center;
}

.sidebar_box2 img
{
}

.sidebar_box2 strong
{
	line-height:21px;
	font-size:20px;
	color:#30302f;
	display:block;
	font-weight:700;
}

.sidebar_box2 strong span
{
	color:#40a515;
}


.sidebar_box h3
{
	height:36px;
	background:url(/img/title_bg2.jpg) no-repeat center top;
	position:relative;
	border-radius:4px 4px 0 0;
	padding:0 0px 0 16px;
	line-height:36px;
	font-size:16px;
	color:#fff;
	font-weight:600;
	margin:0px;
}

.sidebar_box h4
{
	height:36px;
	background:url(/img/title_bg.jpg) no-repeat center top;
	position:relative;
	border-radius:4px 4px 0 0;
	padding:0 0px 0 16px;
	line-height:36px;
	font-size:16px;
	color:#fff;
	font-weight:600;
	margin:0px;
}

.payment_info
{
	background:#fdfdfd;
	border:1px solid #bcbcbc;
	border-top:0;
	position:relative;
	border-radius:0 0 4px 4px;
}

.payment_topinfo
{
	border-bottom:1px solid #bcbcbc;
	padding:18px 0 12px 18px;
	background:#f1f1f1;
	font-size:13px;
	color:#5e5e5e;
}

.payment_topinfo.padd
{
	padding:10px 0 10px 14px;
}

.payment_topinfo.padd img
{
	margin:0px;
}

.payment_topinfo img
{
	float:left;
	margin:0 9px 6px 0;
}

.payment_topinfo p
{
	font-weight:600;
	padding:2px 0 4px 0;
	margin:0px;
	line-height:18px;
}

.logobox
{
	padding:9px 0 11px 16px;
}

.logobox img
{
	float:left;
	margin:0 27px 0px 0px;
}

.payment_info span
{
	line-height:39px;
	text-align:center;
	display:block;
	font-size:13px;
	color:#30302f;
	font-weight:600;
}

.payment_info small
{
	line-height:56px;
	display:block;
	font-size:12px;
	color:#30302f;
	font-weight:600;
	float:left;
	padding:0 16px 0 5px;
}

.ie7 .payment_info small
{
	font-size:11px;
	padding:0 10px 0 5px;
}

.ie8 .payment_info small
{
	font-size:11px;
	padding:0 10px 0 5px;
}

.payment_info small em
{
	font-size:10px;
	font-style:normal;
}

.twitter
{
	background:#6dc0d1;
	border:1px solid #52a7b8;
	position:relative;
	border-radius:5px;
	margin-bottom:20px;
	padding-bottom:6px;
}

.twitter_pic
{
	float:left;
	padding:18px 15px 0 14px;
}

.twitter_text
{
	float:left;
	padding:13px 0 0 0px;
}

.twitter_text h2
{
	font-size:18px;
	color:#fff;
	font-weight:700;
	padding:0 0 6px 0;
	margin:0px;
	text-shadow:0 1px 3px #5aa3b3;
	line-height:19px;
}

.ie7 .twitter_text h2
{
	font-size:17px;
}

.ie8 .twitter_text h2
{
	font-size:17px;
}

.twitter_text h2 span
{
	font-weight:400;
	display:block;
}

.facebook
{
	background-color:#3c599d;
	margin-bottom:16px;
	text-align:center;
}

.number
{
	padding:13px 0 11px 21px;
}

.number span
{
	background:url(/img/ph_icon.jpg) no-repeat left 8px;
	font-size:23px;
	color:#626262;
	font-weight:700;
	display:block;
	line-height:19px;
	text-align:left;
	padding-left:24px;
}

.number span em
{
	font-size:10px;
	display:block;
	font-style:normal;
}

/*************************Footer****************************/

.footer_wrapper
{
	height:75px;
	background:#dcdcdc url(/img/shadow2.png) no-repeat center top;
	border-top:1px solid #c0c0c0;
	border-bottom:4px solid #185aa4;
}

.ie7 .footer_wrapper
{
	margin-top:-30px;
}


.footer
{
	width:1100px;
	margin:0px auto;
}

.footer strong
{
	display:block;
	float:left;
	padding:19px 0 0 18px;
	font-size:14px;
	color:#30302f;
	font-weight:700;
}


.footer strong span
{
	display:block;
	font-size:12px;
	color:#636363;
	font-weight:600;
}

.footer small
{
	display:block;
	float:right;
	padding:38px 0 0 0px;
	font-size:12px;
	color:#636363;
	font-weight:600;
}

a.top
{
	width:42px;
	height:35px;
	background:url(/img/top_button.png) no-repeat left top;
	text-align:center;
	font-size:14px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	float:right;
	margin:-6px 20px 0 22px;
	padding-top:47px;
}

/***********************************Inner1******************************/

.breadcrumb
{
	padding:0 0 16px 26px;
}

.ie7 .breadcrumb
{
	padding:0 0 0px 26px;
	height:36px;
}

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

.breadcrumb ul li
{
	float:left;
	background:url(/img/arrow.jpg) no-repeat left 8px;
	padding:0 9px 0 13px;
}

.breadcrumb ul li.nobg
{
	background:none;
	padding:0 9px 0 0px;
}

.breadcrumb ul li a
{
	font-size:14px;
	color:#30302f;
	font-weight:600;
	display:block;
}

.breadcrumb ul li a:hover, .breadcrumb ul li.active a
{
	color:#1571c0;
	text-decoration:underline;
}

.block
{
	padding:0 0 20px 26px;
}

.block h2
{
	font-size:38px;
	color:#1571c0;
	font-weight:600;
	padding:0 0 22px 0px;
	margin:0px;
	line-height:38px;
}

.block h2 a
{
	color:#1571c0;
	text-decoration:underline;
}

.block_left
{
	width:418px;
	float:left;
	margin-right:28px;
}

.post_text.extra
{
	float:left;
	width:212px;
	font-size:13px;
	color:#5e5e5e;
	padding-top:6px;
}

.ie7 .post_text.extra
{
	font-size:12px;
}


.post_text.extra p
{
	line-height:15px;
	padding-bottom:17px;
}

.post_text.extra strong
{
	font-size:30px;
	color:#f86e0e;
	font-weight:700;
	padding:0px 0px 6px 0px;
	float:none;
	line-height:31px;
	height:60px;
	display:block;
}

.post_text.extra strong em
{
	font-size:13px;
	font-weight:600;
	font-style:normal;
	display:block;
	line-height:13px;
}

a.add2
{
	display:block;
	width:184px;
	height:58px;
	background:url(/img/add_button2.jpg) no-repeat left top;
	text-align:center;
	line-height:58px;
	font-size:21px;
	color:#fff;
	font-weight:600;
	text-align:right;
	padding-right:26px;
}

a.add2.pre
{
	background:url(/img/pre2.jpg) no-repeat left top;
}

.language_box
{
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	padding:8px 0 8px 0;
	margin-bottom:20px;
}

.language_box span
{
	float:left;
	line-height:22px;
	font-size:13px;
	color:#5e5e5e;
	font-weight:600;
	padding-right:15px;
}

.language_box img
{
	float:left; 
	margin-right:8px;
}

.box
{
}

.box img
{
	float:left;
	margin-right:6px;
}

.box span
{
	float:left;
	font-size:12px;
	color:#000;
	font-weight:400;
	line-height:22px;
}

.gallery
{
	width:285px;
	float:left;
}

.gallery_pic
{
	width:280px;
}

.gallery_pic img
{
	width:280px;
}

.gallery_bottom
{
	height:100px;
	padding:11px 20px 0 20px;
	border:1px solid #bcbcbc;
	border-top:0;
	position:relative;
	border-radius:0 0 4px 4px;
	background:#f1f1f1;
}

.left_arrow2
{
	width:10px;
	height:17px;
	float:left;
	margin-right:20px;
	padding-top:36px;
}

.right_arrow2
{
	width:10px;
	height:17px;
	float:right;
	padding-top:36px;
}

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

.gallery_bottom ul li
{
	float:left;
	margin-right:11px;
}

.description
{
	padding:0 26px 35px;
	font-size:14px;
	color:#5e5e5e;
	font-weight:600;
}

.itemDescription h2
{
	border:1px solid #bcbcbc;
	position:relative;
	border-radius:4px;
	background:url(/img/h_tagbg.jpg)  left top;
	padding:0 0 0 20px;
	line-height:50px;
	margin:0px 0 18px 0;
	font-size:24px;
	color:#1571c0;
	font-weight:600;
}



.description .h3Bar
{
	height:50px;
	border:1px solid #bcbcbc;
	position:relative;
	border-radius:4px;
	background:url(/img/h_tagbg.jpg) repeat-x left top;
	padding:0 0 0 20px;
	line-height:50px;
	margin:18px 0 18px 0;
	font-size:24px;
	color:#1571c0;
	font-weight:600;
}

.description p
{
	line-height:18px;
	padding:0 24px 0px 20px;
	margin:0px;
}

.description h4
{
	font-size:18px;
	color:#023562;
	padding:0 0 12px 20px;
	margin:0px;
	font-weight:700;
}

.description h5
{
	font-size:14px;
	color:#383838;
	padding:0 0 0 20px;
	margin:0px;
	font-weight:700;
	text-transform:uppercase;
}


.description h6
{
	font-size:14px;
	color:#5e5e5e;
	padding:0 0 0 20px;
	margin:0px;
	font-weight:700;
}

.description h6 a
{
	color:#5e5e5e;
}

/***********************************Inner2******************************/


h2.sectionTitle
{
	height:50px;
	border:1px solid #bcbcbc;
	position:relative;
	border-radius:4px;
	background:url(/img/h_tagbg.jpg) repeat-x left top;
	padding:0 0 0 20px;
	line-height:50px;
	margin:0px 0 45px 0;
	font-size:24px;
	color:#003c90;
	box-shadow:0 6px 0 #1658a2;
	font-weight:700;
	text-transform:none;
}


.siteHeadline
{
	font-size:40px;
	line-height:35px;
	color:#023562;
	font-weight:600;
}

.siteSubHeadline
{
	font-size:22px;
	line-height:18px;
	color:#023562;
	font-weight:600;
}



.contact_box
{
	height:63px;
	background:#e1eef9;
	position:relative;
	border-radius:5px;
	line-height:63px;
	text-align:center;
	font-size:20px;
	color:#023562;
	font-weight:600;
	margin:0 26px 20px;
}

.contact_box strong
{
	font-size:24px;
	color:#f86e0e;
	font-weight:700;
}

.contact_box strong a
{
	color:#f86e0e;
	font-size:21px;
}

.description h3 img
{
	float:right;
}

.description h3 span
{
	float:left;
}

.product_info
{
	margin-bottom:40px;
}

.product_info.mrg
{
	margin-bottom:20px;
}

.product_infotop
{
	height:35px;
	background:#1658a2;
	position:relative;
	border-radius:4px 4px 0 0;
}

.product_infotop h2
{
	font-size:15px;
	color:#fff;
	font-weight:600;
	padding:0 0 0 29px;
	margin:0px;
	line-height:35px;
}
 
.product_infotop ul
{
	padding:0 0 0 90px;
	margin:0;
	list-style:none
}

.product_infotop ul li
{
	float:left;
	font-size:15px;
	color:#fff;
	font-weight:600;
	line-height:35px;
}

.product_infotop ul li.t1
{
	width:505px;
	float:left;
}

.product_infotop ul li.t2
{
	width:94px;
	float:left;
}

.product_infotop ul li.t3
{
	width:128px;
	float:left;
}

.product_infotop ul li.t4
{
	width:54px;
	float:left;
}


/* Table on securetrading pay now page */

.product_infotop ul li.c1
{
	width:374px;
	float:left;
}

.product_infotop ul li.c2
{
	width:53px;
	float:left;
}

.product_infotop ul li.c3
{
	width:90px;
	float:left;
}

.product_infotop ul li.c4
{
	width:90px;
	float:left;
}

.product ul li.cinfo1
{
	width:450px;
	float:left;
	padding:15px 0 0 15px;
  	font-size:15px;
}

.product ul li.cinfo1 img
{
	float:left;
	margin-right:25px;
	width: 48px;
	height: 67px;
  
}

.product ul li.cinfo1 span
{
	line-height:67px;
	font-weight:600;
}

.product ul li.cinfo2
{
	width:50px;
	float:left;
	line-height:96px;  
}

.product ul li.cinfo3
{
	width:90px;
	float:left;
	line-height:96px;
	
}

.product ul li.cinfo4
{
	width:90px;
	float:left;
	line-height:96px;
}


.cright_details
{
	background:#e1eef9;
	padding:14px 20px 18px 40px;
	float:left;
	position:relative;
	border-radius:0 0 5px 0px;
}

.ie7 .cright_details
{
	padding:14px 20px 2px 40px;
}

.cright_details span
{
	width:630px;
	float:right;
	display:block;
	font-size:20px;
	color:#30302f;
	font-weight:600;
	line-height:25px;
	text-align:right;
 	padding-right:15px; 
}
.ie7 .cright_details span
{
	width:312px;
}

.ie8 .cright_details span
{
	width:363px;
}

.cright_details span strong
{
	display:block;
	font-size:28px;
	color:#f86e0e;
	font-weight:700;
}

.cright_details span small
{
	display:block;
	font-size:13px;
	color:#818181;
}

#payNowErrorBlock, #issueNumberRow, #secondDateDiv
{
	display:none;
}

#payNowErrorBlock
{
	color:red;
}

#crafty_postcode_result_display
{
	margin-bottom:10px;
}


/* End table on secure trading pay now page */



.product_details
{
	border:1px solid #bcbcbc;
	border-top:0;
	position:relative;
	border-radius:0 0 5px 5px;
	background:#f1f1f1;
}

.product
{
	border-bottom:1px solid #bcbcbc;
	height:96px;
}

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

.product ul li
{
	font-size:20px;
	color:#30302f;
	overflow:hidden;
}

.product ul li.info1
{
	width:630px;
	float:left;
	padding:15px 0 0 15px;
}

.product ul li.info1 img
{
	float:left;
	margin-right:25px;
	width: 48px;
	height: 67px;
}


.product ul li.info1 span
{
	line-height:67px;
	font-weight:600;
}

.product ul li.info2
{
	width:90px;
	float:left;
	line-height:96px;
}

.product ul li.info3
{
	width:125px;
	float:left;
	line-height:96px;
	
}

.product ul li.info4
{
	width:134px;
	float:left;
	line-height:96px;
}

.product ul li.info5
{
	width:40px;
	float:left;
	padding-top:27px ! important;
}

.form_field
{
	width:48px;
	height:42px;
	background:url(/img/field.jpg) no-repeat left top;
	border:0;
	outline:0;
	line-height:42px;
	text-align:center;
	font-size:17px;
	color:#5e5e5e;
	font-weight:700;
}

.left_details
{
	padding:12px 20px 20px 20px;
	border-right:1px solid #bcbcbc;
	float:left;
}

.ie7 .left_details
{
	padding:12px 20px 0px 20px;
}

.left_details label
{
	font-size:15px;
	color:#30302f;
	font-weight:600;
	display:block;
	margin-bottom:10px;
}

.form_field2
{
	width:153px;
	height:20px;
	background:url(/img/field_bg.jpg) repeat-x left top;
	border:1px solid #a5a5a5;
	outline:0;
	line-height:20px;
	padding:10px;
	position:relative;
	border-radius:4px;
	float:left;
	margin-right:11px;
}

.apply_button
{
	width:124px;
	height:42px;
	background:url(/img/apply.jpg) no-repeat left top;
	border:0;
	outline:0;
	float:left;
	text-align:center;
	cursor:pointer;
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	color:#fff;
	font-weight:600;
	padding-bottom:4px;
}

.right_details
{
	background:#e1eef9;
	padding:14px 20px 18px 40px;
	float:left;
	position:relative;
	border-radius:0 0 5px 0px;
}

.ie7 .right_details
{
	padding:14px 20px 2px 40px;
}

.right_details span
{
	width:410px;
	float:left;
	display:block;
	font-size:20px;
	color:#30302f;
	font-weight:600;
	line-height:25px;
}

.ie7 .right_details span
{
	width:312px;
}

.ie8 .right_details span
{
	width:363px;
}

.right_details span strong
{
	display:block;
	font-size:28px;
	color:#f86e0e;
	font-weight:700;
}

.right_details span small
{
	display:block;
	font-size:13px;
	color:#818181;
}

a.checked
{
	display:block;
	width:187px;
	height:58px;
	background:url(/img/checkout_butt.jpg) no-repeat left top;
	line-height:58px;
	font-size:21px;
	color:#fff;
	font-weight:600;
	padding-left:27px;
	float:right;
	margin-top:10px;
}

.description h1
{
	height:50px;
	border:1px solid #bcbcbc;
	position:relative;
	border-radius:4px;
	background:url(/img/h_tagbg.jpg) repeat-x left top;
	padding:0 0 0 20px;
	line-height:50px;
	margin:0px 0 45px 0;
	font-size:24px;
	color:#1571c0;
	box-shadow:0 6px 0 #1658a2;
	font-weight:600;
	text-transform:none;
}

.how_topay
{
	padding-bottom:50px;
}

.how_topay h2
{
	padding:0 0 58px 0px;
	line-height:20px;
	margin:0px 0 0px 0;
	font-size:24px;
	color:#1658a2;
	font-weight:600;
	text-align:center;
}

.how_topay ul
{
	padding:0 0 0 36px;
	margin:0;
	list-style:none
}

.how_topay ul li
{
	float:left;
	text-align:center;
	padding:0 30px;
	font-size:17px;
	color:#30302f;
	font-weight:600;
	position:relative;
}

.how_topay ul li img
{
	margin-bottom:4px;
}

.how_topay ul li span
{
	display:block;
	line-height:23px;
}

.ie7 .how_topay ul li
{
	padding:0 24px;
	font-size:16px;
}

.ie8 .how_topay ul li
{
	padding:0 20px;
	font-size:16px;
}

.how_topay ul li small
{
	width:53px;
	height:53px;
	background:url(/img/blue_bg.jpg) no-repeat left top;
	line-height:53px;
	text-align:center;
	display:block;
	font-size:27px;
	color:#fff;
	font-weight:700;
	position:absolute;
	top:-6px;
	left:-20px;
}

.how_topay ul li small.left
{
	left:33px;
}

.how_topay ul li small.left2
{
	left:21px;
}

.product_details em
{
	border-bottom:1px solid #dcdcdc;
	display:block;
	margin:0 29px 0 26px;
	line-height:55px;
	font-size:15px;
	color:#1658a2;
	font-weight:600;
	font-style:normal;
}

.product_details em.nobrd
{
	border-bottom:none;
	line-height:55px;
}

.form_box
{
	border-bottom:1px solid #dcdcdc;
	padding:15px 0 15px 0;
	margin:0 29px 20px 26px;
}

.ie7 .form_box
{
	padding:0px;
}

.form_field3
{
	width:332px;
	height:16px;
	background:url(/img/field_bg.jpg) repeat-x left top;
	border:1px solid #a5a5a5;
	outline:0;
	line-height:16px;
	padding:12px 10px 12px 18px;
	position:relative;
	border-radius:4px;
	float:left;
	margin:5px 21px 0 0;
	font-size:15px;
	color:#30302f;
	font-weight:600;
	font-family: 'Titillium Web', sans-serif;
}

.form_box img
{
	float:left;
	margin-left:11px;
}

.checkbox
{
	float:left;
	margin:0 9px 20px 28px;
}

.ie7 .checkbox
{
	margin:0 9px 0px 28px;
}

.product_details label.extra
{
	font-size:15px;
	color:#30302f;
	font-weight:600;
	float:left;
	line-height:15px;
}

.card_box
{
	padding:0 0 21px 26px;
}

.card_box img
{
	float:left;
	margin-right:9px;
}

a.pay
{
	width:124px;
	height:42px;
	line-height:42px;
	background:url(/img/apply.jpg) no-repeat left top;
	text-align:center;
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	color:#fff;
	font-weight:600;
	display:block;
	margin:0 0 23px 26px;
}

#paypalPhoneCheckMessage
{
	font-size:20px;
	padding:15px 0 10px 0;
	display:none;
}


.noHeight
{
	height:auto !important;
}

.hiddenDiv
{
	display:none;
}

.noMargin
{
	margin:0 ! important;
}

.showOrder img
{
	width:100%;
}

.showOrder
{
	font-size:40px;
}

.stockImage
{
	width:680px;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:0px;
}


/******* Sub menu ******************************/

.subMenu
{
	width:759px;
	height:52px;
	background:url(/images/Navigation/submenu/bg.png);
	position:relative;
	left:27px;
	top:-5px;	
}

.subMenu .linkBlock
{
	position:relative;
}

.subMenu a
{
	font-size:16px;
	line-height:20px;
	text-decoration:underline;
	color:#023d90;
	font-weight:600;
}

.subMenu .spacer
{
	padding-left:28px;
	padding-right:28px;
	top:5px;
  	position:relative;
}

.xbox-live-block
{
	left:10px;
}

.cornerRibbon
{
    position:absolute;
    top:-4px;
    right:-4px;
    border:0 ! important;
}

.sectionDescription
{
	font-size: 18px;
	position:relative;
	top:-20px;
}


    #searchResults
    {
	border: 1px solid black;
	width:500px;
	position: absolute;
	top:70px;
	z-index:200;
	background-color:#FFF;
	text-align:center;
	padding:10px;
	display:none;
    }

    #searchLoader
    {
	margin-top:20px;
    }

    #searchContent
    {
	display:none;
    }

    .searchImage
    {
	width:80px;
	float:left;
	margin-right:5px;
    }


    .searchResultDiv
    {
	text-align:left;
	height:100px;

    }

    .searchResultDiv .post
    {
	width:480px;
	margin-bottom:10px;
    }

    .searchResultDiv .post .post_text
    {
	width:300px;
    }
    
#secureCheckoutIcon
{
	float: right;width:235px;height:10px;position:absolute;bottom:14px;right:10px;text-align:center;
}

#secureCheckoutIcon img
{
	position:relative; top:2px;
}
