body {
	font-family: Arial, serif;
}
.mainheader {
	color: #525252;
	font-size: 30px;
	text-align: left;
	font-family: Oswald, sans-serif;
	padding-top: 10px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
#nav_collapse {
	padding:1px 1px;
	margin-top:5px;
	margin-bottom: 0px;
}
#nav_collapse .icon-bar + .icon-bar{
	margin-top:3px;
}
#nav_collapse:hover, #nav_collapse:focus {
	background-color: #777;
}

#topheader {
	border: 0;
	background-color: #FFF;
	margin-bottom:0px;
}

#topheader a {
	color: #FFF;
}	

#topline a {
	padding: 0 0 0 15px;
	line-height: 25px;
	margin-left: 5px;
}

#top_settings a, #top_account a {
	padding: 0px 15px;
	line-height: 25px;
}
#topheader .dropdown.open > a {
	/*background: #111;*/
}
.dropdown-top {
	background: #111;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #cecece;	
}
.dropdown-top > li {
	padding-left: 10px;
	padding-right: 10px;
}

.dropdown-top > li > a:hover,
.dropdown-top > li > a:focus {
	background: #222
}

#topline {
	background-color: #111;
	border-color: #111;
	line-height:25px;
	font-size: 11px;
	color: #FFF;
}

a#top_settings {
	padding-left:20px;
	background: url('/images/design/icons/icon_settings.png') no-repeat 0px 5px; 
	width:100px;
}

a#top_account {
	padding-left:20px;
	background: url('/images/design/icons/icon_my_account.png') no-repeat 0px 5px; 
	width:100px;
}

div#top_phone {
	padding:0 0 0 15px;
	background: url('/images/design/icons/icon_phone.png') no-repeat 0px 5px; 
	width: 120px;
	color: #fff;
	font-size: 11px;
	line-height: 25px;
	margin-left:5px;
}
a#top_chat {
	padding-left:20px;
	width:100px;
	background: url('/images/design/icons/icon_live_chat.png') no-repeat 0px 5px; 
}


#mainline {
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 38%, #cecece 98%, #fff 98%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#fefefe), color-stop(98%,#cecece), color-stop(98%,#fff));
	background: -webkit-linear-gradient(top, #fefefe 38%,#cecece 98%, #fff 98%);
	background: -o-linear-gradient(top, #fefefe 38%,#cecece 98%, #fff 98%);
	background: -ms-linear-gradient(top, #fefefe 38%,#cecece 98%, #fff 98%);
	background: linear-gradient(to bottom, #fefefe 38%,#cecece 98%, #fff 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cecece',GradientType=0 );
}

#top_logo {
	margin-top: 34px;
}
#top_reseller {
	margin-top: 34px;
	font-family: Oswald, sans-serif; font-weight: lighter;
	font-size: 13px;
	color: #469;
}
#top_reseller p {
	margin: 0 auto;
	width: 188px;
}

#top_search {
	margin-top: 35px;
}
#top_search > div {
	height: 34px;
	line-height: 34px;
}

input#search-input {
	color: #777;
	outline:0px;
	height:34px;
	font-family: Arial, sans-serif;
	font-size:12px;
	background-color: #EAEAEA;
	border-radius: 0;	
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

button#search-button {
	background: #111 url('/images/design/icons/icon_search.png') no-repeat 5px 12px; 
	height:34px;
	color: #FFF;
	font-family: Oswald, sans-serif;
	font-size:15px;
	padding-left: 14px;
	width: 89px;
	border: 0;
	border-radius: 0;
}

#top-basket {
	text-align: right;
}

#basket-link {
	margin-top: 15px;
	display: inline-block;
}

#basket-link a {
	color: #666;
	font-size: 11px;
	font-family: arial, sans-serif;
	height:20px;
	background: url('/images/design/icons/icon_next.png') no-repeat 51px 3px; 
	padding-right: 12px;
}
#basket-value {
	height: 34px;
	color: #777;
	background-color: #EAEAEA;
	text-align: center;	
	font-size: 12px;
	font-family: arial, sans-serif;
	white-space: nowrap;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;	

	/*line-height:34px;*/
	/*width: 110px;*/
	
	/*display:inline-block;	*/
	/*vertical-align: top;*/
}
#basket-btn {
	height: 34px;
	width: 44px;
	background: #111 url('/images/design/icons/icon_basket.png') no-repeat 10px 8px; 
	border: 0;
	border-radius: 0;

	/*display:inline-block;*/
}

#main_nav {
	margin-top: 12px;
	background-image: url('/images/design/main_nav_bg.png');
	background-repeat: repeat-x;
	/*padding: 0px;*/
}

#main_nav > div {
	line-height: 57px;
	font-family: Oswald, sans-serif;
	font-size:15px;
	text-align: center;
	padding:0px;
	white-space: nowrap;

	line-height:50px;
	/*background-color: #777;*/
	border-bottom: 3px solid transparent;
	padding-top: 3px;
	z-index:2;	
}

@media (max-width: 767px) {
	#main_nav > div {
		font-size: 13px;
	}
}
@media (max-width: 373px) {
	#main_nav > div {
		font-size: 8px;
	}
}
#main_nav > div > a {
	display: block;
	height: 100%;
}
#main_nav > div:hover, #main_nav > div.active {
	margin-top:0px;
	line-height:50px;
	background-color: #777;
	border-bottom: 3px solid #2c5a94;
	padding-top: 3px;
}

#main_nav > #browse_btn:hover, #main_nav > #browse_btn.active {
	border-bottom: 0;
}
#browse_btn.open #browse_box {
	display: block;
}

#browse_box {
	color: #fff;
	background-color: #777;
	border:0;
	border-radius:0;
	margin-top: -2px;
	padding: 15px;
	max-width: 744px;
	min-width: 160px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display:none;
	text-align: left;
}
#browse-open a, #browse-open a:hover {
	color: #fff;
}

#browse_box p {
	text-align: left;
	font-size: 16px;
	font-family: Oswald, sans-serif;
	margin: 0;
}
#browse_box ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 12px;
	font-family: arial, sans-serif;
}
#browse_box ul li{
	margin: 0;
	padding: 0 0 0 5px;
}
#browse_box ul li:hover, #browse_box ul li a:hover {
	background-color: #0f428f;
}
#browse_box #menu_image {
	border: 1px solid #C4BFBA;
	max-width: 100%;
	max-height: 150px;
}

#bnnrs {
	padding: 0;
	margin-top:-3px;
	z-index: 0;
}
#bnnrs .carousel-control {
	width:34px;
}
#bnnrs .carousel-indicators {
	bottom: 0px;
}
#bnnrs .carousel-indicators li {
	margin-right: 4px;
}
#bnnrs .left, #bnnrs .right {
	background: transparent;
	background-repeat: no-repeat;
	/*width:15%;*/
}
#bnnrs .left:hover {
	background-image: url('/images/design/icons/icon_banner_left.png');
	background-position: 0 50%;
}

#bnnrs .right:hover {
	background-image: url('/images/design/icons/icon_banner_right.png');
	background-position: 100% 50%;
}

#cat_tab_content {
	margin-top: 15px;
}
#cat_tab_content .tab-pane{
	position: relative;
}


#products_cats a {
	float: left;
	margin-right: 9px;
	height: 222px;
	width: 278px;
}	
#products_cats a:last-child { margin-right: 0; }

#cat1 { background-image: url('/images/design/cats/laptops_notebooks.png'); }
#cat2 { background-image: url('/images/design/cats/tablets_mobiles.png'); }
#cat3 { background-image: url('/images/design/cats/accessories.png'); }
#cat4 { background-image: url('/images/design/cats/upgrades_services.png');}


/* OLD CAROUSEL */

#carPrev1,#carNext1,
#carPrev2,#carNext2,
#carPrev3,#carNext3,
#carPrev4,#carNext4,
#carPrev5,#carNext5
{
    position:absolute;
    width:16px;
    height:39px;
    cursor: pointer;
    margin-top:54px;
    z-index:3;
}
#carPrev1,#carPrev2,#carPrev3,#carPrev4,#carPrev5
{
    background-image: url("/images/asuslaptop/arrows/arrow_prev_active.png");
    left: 0;
}
#carPrev1.disabled,#carPrev2.disabled,#carPrev3.disabled,#carPrev4.disabled,#carPrev5.disabled
{
    background-image: url("/images/asuslaptop/arrows/arrow_prev.png");
    cursor: default;
}

#carNext1,#carNext2,#carNext3,#carNext4,#carNext5
{
    background-image: url("/images/asuslaptop/arrows/arrow_next_active.png");
    right:0;
}
#carNext1.disabled,#carNext2.disabled,#carNext3.disabled,#carNext4.disabled,#carNext5.disabled
{
    background-image: url("/images/asuslaptop/arrows/arrow_next.png");
    cursor: default;
}

.carouselBox
{
    margin: 0;
    overflow: hidden;
}
.carouselBox.last
{
    border: none;
}
.prod_carousel
{
    list-style: none;
    list-style-image: none;
    overflow:hidden;
}
.prod_carousel li
{
    float:left;
    text-align:center;
}
.car_img
{
    overflow: hidden;
}
.prod_carousel a, .prod_carousel a:hover, .prod_carousel a:visited
{
    text-align:center;
    color:black;
    text-decoration: none;
}
.prod_carousel strong
{
    font-family: Arial;
    font-size:12px;
}
.carPrice
{
    font-family:Arial;
    font-size:12px;
    color:#CC0033;
}
.carListPrice
{
    font-family:Arial;
    font-size:12px;
    color:#214264;
    text-decoration: line-through;margin-right:10px;
}

.vatstring {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	font-family: "Trebuchet MS";
}

.carRating
{
    font-family: "Trebuchet MS";
    font-size:11px;
    color:#666;
    margin-bottom:20px;
}
.prodImage
{
    margin:0 auto;
}
/*.prod_carousel strong,.prod_carousel .prodImage,*/
.prod_carousel .carRatingBox,.prod_carousel .carPriceBox, .prod_carousel .carRating
{
    display:block;
}
#top_laptops {
	position: relative;
}

/* OLD CAROUSEL END */

/*line on the middle*/
.midline {
	width:100%;
	border-bottom: 1px solid #E7E7E7;
	margin:25px 0;
}
.container > h2.midline { 
	text-align:center; 
	line-height:0.1em;
	font-family: Oswald, sans-serif; font-weight: lighter;
	font-size: 20px;
	color: #999;
} 
.container > h2.midline span { 
	background:#fff;
	padding:0 10px; 
}

a.bot-bnnr {
	display: block;
	float:left;
}
a.bot-bnnr:first-child {
	margin-right:9px;
}


#bot-text-box {
	margin-top: 15px;
}
.bot-text {
	border: 1px solid #ddd;
	padding: 0 10px;
	float: left;
	width: 32.5%;
	margin-right: 1.24%;
}
#product_reviews {
	margin-right: 0;
}
#bot-text-box h3 {
	color: #212121;
	font-family: Oswald, sans-serif;
	font-size:24px;
	padding-left:40px;
	background-repeat: no-repeat;
	background-position: 0;
}
#next_day_delivery h3 {
	background-image: url("/images/design/icons/icon_next_day_delivery_middle.png");
}
#customer_testimononials h3 {
	background-image: url("/images/design/icons/icon_testimonials.png");	
}
#product_reviews h3 {
	background-image: url("/images/design/icons/icon_reviews.png");		
}
#bot-text-box p {
	color: #313140;
	font-family: arial, sans-serif;
	font-size:12px;
}

#secure-box h3 {
	color: #CCC;
	font-family: Oswald, sans-serif;
	font-size:14px;
}
#secure-box p {
	color: #CCC;
	font-family: arial, sans-serif;
	font-size:11px;
	margin-top:5px;
}

#bottom {
	background-color: #000;
	color: #ccc;
	line-height: 140%;
}
#bottom hr{
	border-color: #888;
}
#bottom h3, #bottom h3 a {
	font-family: Oswald, sans-serif;
	font-size: 18px;
	line-height: 130%;
	color: #fff;
}

#bottom li a {
	color: #ccc;
	font-size: 13px;
	font-family: arial, sans-serif;
}

#bottom ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 12px;
	font-family: arial, sans-serif;
}
#bottom ul li{
	margin: 0;
	padding: 0 0 0 5px;
}
#bottom ul li:hover, #bottom ul li a:hover {
	background-color: #0f428f;
}

#learn_more {
	display: inline-block;
	background-color: #333;
	color: #fff;
	padding: 5px;
}

#stay_connected a {
	float: left;
	width: 39px;
	height:39px;
	margin-right: 20px;
	background-image: url("/images/design/icons/social_icons.png")
}
#tw { background-position: 0px; }
#tw { background-position: -39px; }
#yt { background-position: -195px; }

#subscribe_form .input-group-btn {
	padding-left:10px;
}

#jsubmit {
	color: #FFF;
	background-color: #333;
	border: 2px solid #333;
	font-family: Oswald, sans-serif;
	font-size:14px;
}
#bottom .small_text {
	font-size: 11px;
}

.carousel-indicators li {
	border-color: #525252;
}
.carousel-indicators .active {
	background-color: #525252;
}