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;
}span.customSelect { 
    font-size:11px;
    font-family: Oswald, sans-serif; font-weight: lighter;
    color: #111;
    text-transform: uppercase;
    background:#fff url("/images/design/icons/custom_select_arrow.png") right center no-repeat;
    border:1px solid #ddd;
    color:#555;
    padding:7px 9px;
    width:138px;
    height:22px;
}#prodnavigation
{
    text-decoration:none;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 5px;
    line-height:33px;
    height:33px;
}
#prodnavigation div,
#prodnavigation h1,
#prodnavigation form,
#prodnavigation a,
#prodnavigation strong
{
    font-family: "Trebuchet MS", Tahoma;
    font-size: 11px;
    color: #535353;
    font-weight:normal;
    display:inline;
}

#sortform {
	float: right;
	width:50%;
	height: 33px;
	text-align: right;

}
#sortbox {
	text-align: right;
    font-size:11px;
    font-family: Oswald, sans-serif; font-weight: lighter;	
    text-transform: uppercase;    
}
#sortform label {
	font-size:11px;
	font-family: Oswald, sans-serif; font-weight: lighter;
	color: #555;
    margin-top:-1px;
}
#sortform select {
    width:190px;
    font-size: 12px;
}
#sortform span.customSelect { 
    color: #111;
    background:#fff url("/images/design/icons/custom_select_arrow.png") right center no-repeat;
    border:1px solid #ddd;
    color:#555;
    width:175px;
    text-align: left;
	vertical-align: middle;
    font-family: Oswald;
    font-weight: lighter;
    font-size:10px;
    margin-top: -4px;
}
.hasCustomSelect {
    font-size: 12px!important;
}

#sortform span.customSelectInner {
	line-height: 7px;
	vertical-align: top;	
}
span.customSelect { 
    font:12px sans-serif;
    background:#fff url(http://i48.tinypic.com/2u7rpec.png) right center no-repeat;
    border:1px solid #ddd;
    color:#555;
    padding:7px 9px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px;
    width:175px;
}

/* Product body */
.products
{
    border-collapse: collapse;
}

.prodname {
    font-family: Oswald, Sans-serif;
    font-size:24px;
    padding-bottom:3px;
    padding-top:12px;
    margin: 0;
}

.prodname a {
    color:#282828;
}
.prodname a:hover {
    text-decoration: underline;
}
.manufSKU
{
    padding-bottom:5px;
    margin-top:3px;
}
div.prodmanufacturer {
    font:11px "Trebuchet MS", Sans-serif;
    color:#666;
    display:inline;
}

div.prodsku {
    border-left:1px dotted #CCCCCC;
    color:#666;
    display:inline;
    font:11px "Trebuchet MS", Sans-serif;
    margin:0 0 0 8px;
    padding:0 0 0 8px;
}
.prod {
    font:12px Arial, Sans-serif;
    color: #535353  ;
}
.upgrade {
    color:blue;
    font-weight:bold;
    border-bottom: 1px dotted blue;
    cursor: pointer;
    white-space: nowrap;
}
.upgrade:hover {
    border-bottom:none;
}

select.prodoption {
    font-size:11px;
    line-height:15px;
    width:250px;
}
input.prodoption {
    margin-top:0px;
}
.optionsElem {
    text-align:left;
}
.optionBox {
    width:300px;
    color:#444;
}
.optionBox label {
    font-size:12px;
    color:#222;
    font-weight: normal;
}
.optionBox input {
    padding:0px;
}
.detailoption {
    font-size:12px;
    font-family: Helvetica;
    color: #000;
    text-align: left;
    font-weight: bold;
}
.detailoption label {
    white-space: nowrap;
}
.compare_message {
    position: absolute;
    border-color: rgb(204, 204, 204);
    font-size: 12px;
}

/* Product body end*/

/*products carousel*/
td.prodimage {
    position: relative;
}
img.prodimage{
    max-width: 463px;
}
.prodCarouselBox {
    overflow: hidden;
    height:80px;
}
.small_img {
    float:left;
    width:88px;
    height:68px;
    border:1px solid #ccc;
    padding:5px;
    margin:0 2px;
    cursor:pointer;
}
.carousela li {
    width:88px;
    height:68px;
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box;    /* Firefox, other Gecko */
    box-sizing: content-box;         /* Opera/IE 8+ */
}
.carPrev, .carNext {
    cursor: pointer;
    position:absolute;
    width:9px;
    height:24px;
    margin-top:27px;
    z-index:100;
}
.carPrev {
    background-image: url("/images/design/icons/car_prev.png");
    left: 10px;
}
.carNext {
    background-image: url("/images/design/icons/car_next.png");
    right: 10px;
}

.carousela {
    overflow: hidden;
    list-style: none;
    list-style-image: none;
}


.productlistprice {
    margin-top:5px;
    color: #CC0000;
    font-family: Oswald, sans-serif;
    font-size:14px;
}
.productprice
{
    color: #B20;
    display:inline;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    line-height:30px;
}

.discount_name {
    color:#B20000;
    font-family: Oswald, Sans-serif;
    font-size:16px;
    margin:5px 0px 5px;
}
.proddescription > ul {
    padding-left: 15px;
}
.view_details_button {
    margin-bottom:10px;
}
.prodbuttons
{
    width:310px;
    overflow: hidden;
}
.prodButtonDetail
{
    float: left;
}
.prodOtherButtons
{
    float:right;
}
.message {
    display:none;
    border:2px solid black;
    background-color:  #fafafa;
    text-align: center;
}
.products .collectButton,
.products .ATC
{
    margin-bottom:3px;
    height:18px;
}
.prodesparator .midline {
    margin: 0 20px;
}

/****** Compare  ********/

.compimage{
    padding-top:2px;
    border:none;
}
.compprod {
    padding-bottom:10px;
    line-height:20px;
    display:inline-block;
}
.compprod a{
    font-family:Arial,Helvetica,sans-serif;
    font-size:8pt;
}

/* Compare */
#compare {
    font-family: Arial,Sans-serif;
    font-size:14px;
    font-weight:bold;
    line-height:25px;
    text-align: center;
    margin:0 auto;
    border:1px solid #222;
}
#comphead{
    background-color: #FF4700;
}
#comphead h4{
    color: white;
    background-color:#777;
    padding:0px;
    margin:0px;
    line-height: 32px;
    white-space: nowrap;
    font-family: Oswald, sans-serif;
}
#delAll, #delAll a{
    font-size:10px;
    font-weight:bold;
    color: white;
    background-color: black;
}
.comp_delete {
    line-height: 5px;    
}
.comp_delete a{
    color: #cc0000;
}
/* End Compare */

/* Tabs Start */
.design_tabs {
    margin-top:10px;
    border-radius: 0;
}
.design_tabs li{
    background-color: #F0F0F0 ;
    color: #999;
    font-size: 15px;
    font-family: Oswald, sans-serif;
    border: 0;
    border-left: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
}
.design_tabs li:last-child {
    border-right: 1px solid #E1E1E1;    
}

.design_tabs li a {
    border-radius: 0;
    margin-right: 0;
    border: 0;
    color: #999;
}

.design_tabs li.active {
    background-color: #FFF;
    border-bottom: 0;
}
.design_tabs  > li.active > a,
.design_tabs  > li.active > a:hover,
.design_tabs  > li.active > a:focus {
    border:none;
    border-top:2px solid #444;
    color: #444;
}
.design_tabs li.active a:hover {
    border-top:2px solid #444;
}
.design_tabs li .top_border {
    display: block;
    height:2px;
}

.design_tabs li.active .top_border {
    background-color: #444
}

/* Tabs End */

.recommended {
    margin-left: 0px;
    margin-right: 0px;
}
    .recommended .prodname{
        font-size: 14px;
        padding:0 10px 0 0;
    }
    .recommended .list{
        border-style: solid;
        border-color: #DDD;
        border-width: 0 1px 0px 0px;
    }
    .recommended .productprice{
        font-size:16px;
        color: #c00;
        padding:0px;
    }
    .recommended .order .productprice{
        display: table-cell;
    }

    .recommended .price{
        color: #c00;
    }
    .recommended .recIWO{
        font-size: 11px;
        padding:0 10px;
    }
    .recommended caption {
        padding-top:10px;
        font-family: Oswald;
        text-align: left;
    }
    .recommended td {
        vertical-align: middle;
        border-bottom: 1px solid #ddd;
    }
    .recommended .recVATRow td, .recommended .recTotalCell {
        font-family: Oswald;
        border-top: 1px solid #DDD;
        border-bottom: 0px;
    }
    .recommended .recTotalCell {
        font-size:20px;
    }
    .recommended .recItemDel {
        cursor: pointer;
        color: #cc0000;
        font-size: 8px;
    }
    .recommended .recImage {
        text-align: center;
        padding:0px;
    }
    .recommended .rec_submit_box {
        padding-top:15px;
        padding-bottom:2px;
        text-align: center;
    }
    .recommended .rec_submit {
        cursor: pointer;
    }
    
    #fixednav {
        width:100%;
        z-index: 1;
    }
    #fixednav li {
        background-color: #EEE;
        padding: 0px;
        border: 0px;
        border-top: 1px solid #DDD;
    }
    #fixednav li a{
        font-family: Oswald, sans-serif; font-weight: lighter;
        font-size: 17px;
        color: #111;
        line-height:35px;
        padding-bottom:0px;
        padding-top:0px;
    }
    #fixednav li.main a {
        background-color: #777;
    }
    #fixednav li.main a {
        color: #fff;
        font-size: 15px;
        font-family: Oswald, sans-serif;
    }
    #fixednav li.active {
        background-color: #FFF;
        padding: 0px;
    }
    #fixednav li a:hover {
        background-color: #FFF;
    }
    #fixednav li.active a{
        color: #2C5993;
    }
#hideAll,#showAll
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:8pt;
    color:#CCC;
    display:inline;
    cursor:pointer;
}
.navig
{
    overflow: hidden;
    padding-bottom:1px;
    margin:0px;
}
.navig li
{
   height:26px;
   line-height:26px;
   padding-left:20px;
   width:80%;
   border-bottom:1px solid #DDD;
}
.navig a
{
    color:black;
}
.navig a:hover
{
    text-decoration: underline;
}
#leftside ul
{
    overflow: visible;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#leftside li
{
    height:auto;
}

.filter_btn {
    font-family: Arial;
    color: #555;
    font-size:16px;
    font-weight:bold;
    cursor: pointer;
    height:auto;
    line-height: 32px;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.filter_btn > span{
    font-family: Oswald, sans-serif;
    color: #666;
    cursor: pointer;
    margin-left:-10px;
    white-space: nowrap;
}
.acbox
{
    height:auto;
    margin-top:5px;
}

.s, .m,.se,.me,.sc,.mc,.sh,.mh {
    background-repeat: no-repeat;
    padding-left: 20px;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    height: 16px;
    line-height: 18px;
    padding-bottom: 5px;
    white-space: nowrap;
    background-image: url(/images/samsunglaptop/site/checks_orange.png);
}

.s, .m {
    color: #555;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.s,.m {
    display: block;
}
.m, .mc {
    width:12px;
    margin:0 auto;
    padding:0px;
}
.m:hover {
    background-position: 0px -30px
}

.sec {
    background-position: 0px -120px;
    cursor: pointer;
}
.se {
     background-position: 0px -90px;
     cursor: default;
     color:#C1C1C1;
}

.sc, .mc {
    background-position: 0px -60px;
    cursor: pointer;
}

.sch, .mch {
    background-position: 0px -60px;
}

.sh, .mh {
    background-position: 0px -30px;
}

.s span
{
    color: #999;
}
.se span
{
    color: #C1C1C1;
}/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/*#cboxOverlay{background:url(../../js/jQuery/js/colorbox/images/overlay.png) repeat 0 0;}*/
#cboxOverlay{background: rgb(102, 102, 102);}
#colorbox{outline:0;}
    #cboxContent{margin-top:25px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #00b285; background:#fff;}
        #cboxTitle{position:absolute; top:-25px; left:0; color:#ccc; background: #00b285; padding: 5px 5px 4px; line-height:17px; border-top-left-radius: 5px;border-top-right-radius: 5px;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        /*#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }*/
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        /*#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}*/
        
/*        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls_green.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls_green.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:4px; right:5px; display:block; background:url(images/controls_green.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}
*/      #cboxClose{
            position:absolute;
            border:none; 
            top:4px; right:3px;
            display:none; 
            background-color:#00b285 ; 
            width:22px; height:22px;
            color: white;
            line-height: 0px;
            outline: none;
            border-bottom-left-radius: 5px;
        }
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}