/* @override http://mobile1.com.ph/index.php?css=home/twoColFixLtHdr.v.1239714405 */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #000000 url(/images/header.gif) no-repeat; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	xborder: 1px solid #CCCCCC;
	position: relative;
	
}

/* @group Login */

div#login {
	position: absolute;
	top: 40px;
	left: 700px;	
	text-align: right;
}

input#submit01 {
	padding-right: 2px;
}

/* @end */

label {
	color: white;
	font-size: 10px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	height: 127px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}


/* @group Mainnav */
#navcontainer {
	margin: 0;
}

ul#navlist {background: url('/images/navbar.gif');height: 33px;}
ul#navlist-foot {background: #800 url('/images/navbar-foot.gif');height: 31px;}

ul#navlist, ul#navlist-foot {
	width: 890px;     
    margin: 0 auto; padding: 0;
    position: relative;

}

#navlist li, #navlist-foot li {
	margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;
}

#navlist li, #navlist a { 
	height: 33px; display: block;
}

#navlist-foot li, #navlist-foot a { 
	height: 31px; display: block;
}

/*
	Code for header nav
*/
#home {left: 0; width: 180px;}
#gadgets {left: 181px; width: 153px;}
#beyond {left: 333px; width: 166px;}
#club {left: 499px; width: 136px;}
#store {left: 635px; width: 131px;}
#faqs {left: 766px; width: 124px;}

#home a:hover {
	background: transparent url(/images/navbar.gif)
	0 -33px no-repeat;
}
#gadgets a:hover {
	background: transparent url(/images/navbar.gif)
	-181px -33px no-repeat;
}
#beyond a:hover {
	background: transparent url(/images/navbar.gif)
	-333px -33px no-repeat;
}
#club a:hover {
	background: transparent url(/images/navbar.gif)
	-499px -33px no-repeat;
}
#store a:hover {
	background: transparent url(/images/navbar.gif)
	-635px -33px no-repeat;
}
#faqs a:hover {
	background: transparent url(/images/navbar.gif)
	-766px -33px no-repeat;
}

/*
	Code for footer nav
*/
#events {left: 0; width: 93px;}
#articles {left: 93px; width: 89px;}
#promos {left: 182px; width: 87px;}
#club1 {left: 269px; width: 76px;}
#ifix {left: 345px; width: 59px;}



#events a:hover {
	background: transparent url(/images/navbar-foot.gif)
	0 -31px no-repeat;
}
#articles a:hover {
	background: transparent url(/images/navbar-foot.gif)
	-93px -31px no-repeat;
}
#promos a:hover {
	background: transparent url(/images/navbar-foot.gif)
	-182px -31px no-repeat;
}
#club1 a:hover {
	background: transparent url(/images/navbar-foot.gif)
	-269px -31px no-repeat;
}
#ifix a:hover {
	background: transparent url(/images/navbar-foot.gif)
	-345px -31px no-repeat;
}


/* @end */



/* @group GadgetsNav */

ul#navlist2 {
	width: 890px; height: 75px;
    background: url(/images/gadgets_nav.jpg);
    margin: 5px auto; padding: 0;
    position: relative;	
}

#navlist2 li {
	margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;
}

#navlist2 li, #navlist2 a { 
	height: 75px; display: block;
}

#laptops {left: 0; width: 88px;}
#desktops {left: 88px; width: 88px;}
#networking {left: 176px; width: 90px;}
#mp3 {left: 266px; width: 89px;}
#smartphones {left: 355px; width: 90px;}
#speakers {left: 445px; width: 87px;}
#docks {left: 532px; width: 89px;}
#earphones {left: 621px; width: 89px;}
#accessories {left: 710px; width: 88px;}
#bags {left: 799px; width: 91px;}

#laptops a:hover {
	background: transparent url(/images/gadgets_nav.jpg)
	0 -75px no-repeat;
}
#desktops a:hover {
	background: transparent url(/images/gadgets_nav.jpg)
	-88 -75px no-repeat;
}
#networking a:hover {
	background: transparent url(/images/gadgets_nav.jpg)
	-176 -75px no-repeat;
}
#mp3 a:hover {
	background: transparent url(/images/gadgets_nav.jpg)
	-266 -75px no-repeat;
}
#smartphones a:hover {
	background: transparent url(/images/gadgets_nav.jpg)
	-355 -75px no-repeat;
}
#speakers a:hover {
	background: transparent url(/images/gadgets_nav.jpg)
	-445 -75px no-repeat;
}
#docks a:hover {
	background: transparent url(/images/gadgets_nav.jpg)
	-532 -75px no-repeat;
}
#earphones a:hover {
	background: transparent url(/images/gadgets_nav.jpg)
	-621 -75px no-repeat;
}
#accessories a:hover {
	background: transparent url(/images/gadgets_nav.jpg)
	-710 -75px no-repeat;
}
#bags a:hover {
	background: transparent url(/images/gadgets_nav.jpg)
	-799 -75px no-repeat;
}


/* @end */


.twoColFixLtHdr #picks {
	background: #FFFFFF;
	border: 7px solid #800000;
	xmargin-bottom: 10px;
	padding: 0 20px 0 20px;
	height: 550px;
	
}

div.products {
	background: #FFF;
	border: 7px solid #800000;
	margin-bottom: 10px;
	padding: 0 0 15px 20px;
	width: 856px;
}

.twoColFixLtHdr #picks div.feature img{
	display: block;
	float: left;
	
}

/* @group Typography */

p {
	font: .8em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: gray;
	margin-top: .5em;
}

h3 {
	border-bottom-style: solid;
	border-bottom-color: maroon;
	padding-bottom: 5px;
}

h4 {
	margin-bottom: 0;
	color: maroon;
}

p.more {
	text-align: right;
}

span.subtitle {
	color: gray;
	font-size: .6em;
}

a {
	color: orange;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @end */

div.brand {
	width: 100px;
	float: left;
	text-align: center;
	margin-top: 20px;
}

div.thumbnail {
	width: 190px;
	float: left;
	text-align: center;
	margin-top: 20px;
}

div.overview {
	width: 280px;
	float: left;
	padding: 0 10px 0 10px;
}

div.overview h4 {
	margin-top: 20px;
}

div.prices {
	width: 260px;
	float: left;	
}

div.prices table {
	margin-top: 20px;
	font-size: .8em;
	border: thin solid silver;
}

div.prices table tr.last {
	background-color: #faf7c3;
}

div.prices table tr {
	background-color: #FFF;	
}

div.prices table tr td {
	padding: 5px;
	font-weight: bold;
}

div#breadcrumbs {
	width: 400px;
	float: left;
}

div#breadcrumbs p{
	margin: 0 0 5px 0;
	
}

div.specs {
	width: 540px;
	float: left;
	padding: 0 20px 0 10px;
}

div.prices h4 {
	color: #FFF;
	background-color: #003f80;
	text-align: center;
	padding: 3px;
}

div.prices p {
	text-align: center;
}

div#breadcrumbs a{
	color: red;
}

div#pagination {
	float: right;
	
	
}

span.hide {
	visibility: hidden;
	display: none;
}


div#filter {
	float: right;
	width:185px;
	
}

div.prices table tr th {
	padding: 5px;
	text-align: center;
	background-color: maroon;
	color: white;
}

div#filter form {
	margin: 0;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 496px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 20px;
	xpaddin:0;margin:0;
	border: 7px solid #800000;
	
}

#sidebar1 img {
	display: block;
	float: left;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 550px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	xborder: 7px solid #800000;
} 
.twoColFixLtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	margin-bottom: 30px; 
} 
.twoColFixLtHdr #footer p {
	margin: 5 px 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 77%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.feature {
	width: 410px;
	height: 230px;
	float:  left;
	margin-bottom: 20px;
	xborder: 1px solid red;;
	
}

div.feature img {
	margin-right: 10px;
	margin-bottom: 40px;
}

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

div#util {
	padding: 5px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/* @group Text Full */

div.text_full {
	padding-right: 20px;
}

div.text_full img {
	float:right;	
}

/* @end */

/* @group Text Box */

div.text_box {
	width:  380px;
	float: left;
	margin-bottom:20px
}

div.text_box h4.location {
	color: #5e5e5e;
	text-align: right;
}

div.text_box p {
	text-align: right;
}

div.text_box img {
	float: right;
	margin-left: 15px;;
}

/* @end */

/* @group Sidbar Inner */

div.sidebar {
	width: 275px;
	float: left;
	padding: 0 20px 0 10px;
}

div.sidebar h4{
	color: #f70;
	font-size: 13px;
	border-bottom: 3px solid #921a17;
	padding-bottom: 8px;
	margin-top: 21px;
}

div.sidebar ul {
	list-style-type: square;
	list-style-position: outside;
}

div.sidebar ul li {
	color: #5e5e5e;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}

div.sidebar ul li a{
	color: #5e5e5e;
}

div.sidebar ul li a:hover{
	color: #f70;
	text-decoration: underline;
}

div.sidebar .details  {
	padding: 10px;
}

div.sidebar .details p {
	font-size:  12px;
}

/* @end */

div.text {
	width: 525px;
	float: left;	
}



div.content_wrapper {
	background: #FFF;
	border: 7px solid #800000;
	margin-bottom: 10px;
	padding: 0 0 15px 20px;
}

ul, ol {
	color: #79798e;
	font-size: .8em;
	line-height: 1.2em;
}

li {
	padding: 0;
	margin: .5em;
	xborder: solid red 1px;
}


a img {border:0;}