body {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #FFF;
}
.clr {
	font-size: 0px;
	line-height: 1px;
	height: 0px;
	clear: both;
}
a {
	color: #003399;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	display: inline;
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5 {
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 12px;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}
p {
	margin: 0px;
	padding: 4px 0px;
}
hr {
	height: 1px;
	line-height: 1px;
	border: none;
	border-top: 1px solid #999999;
}
ul {
	padding-left: 0px;
}
/* ========================================== */

.mainout {
	width: 990px;
	text-align: left;/*border: 1px dotted red;*/
}
.white {
	color: #FFFFFF;
}
.red {
	color: #FF3300;
}
.darkred {
	color: #9A0000;
}
.blue {
	color: #003399;
}
.grey {
	color: #666666;
}
.gbutton {
	float: right;
}
/* ==================== Pop Up ==================== */

.pop_up {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1000;
	width: 100%;
	text-align: center;
}
/* ==================== Header ==================== */

.header {
	width: 990px;
	height: 110px;
	text-transform: uppercase;
	font-size:11px;
}
/* -------------- Header Logo -------------- */

.headlogo {
	width: 200px;
}
/* -------------- Header center -------------- */

.headcent {
	width: 479px;
	padding-left: 11px;
}
.headcent .topmenu {
	padding: 10px 0px 13px 0px;
}
.headcent .topmenu a {
	margin-right: 10px;
	color: #666666;
}
.headcent .topmenu a:hover {
	color: #9A0000;
}
/* -------------- Header right -------------- */

.headright {
	width: 300px;
	background-color: #9A0000;
}
.search {
	height: 58px;
	padding: 12px 0px 0px 23px;
}
.search input {
	margin: 0px 4px 4px 0px;
}
.search select {
	margin: 0px 8px 0px 0px;
}
.basket {
	height: 32px;
	line-height: 15px;
	padding: 4px 0px 4px 23px;
	color: #FFF;
	font-size: 11px;
	background-color: #89C0FF;
}
.basket a.basketimg {
	float: left;
	margin-right: 4px;
}
.basket a.basketarrow {
	font-size: 11px;
	padding-right: 12px;
	background-image: url(../images/gui/basket_arrow.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}
.basket img {
	margin-top: 0px;
}
/* ==================== Path ==================== */

.pathout {
	height: 30px;
	line-height: 30px;
	margin-bottom: 4px;
	padding-left: 25px;
	color: #FFFFFF;
	background-color: #9A0000;
}
.pathout a, .pathout b {
	line-height: 30px;
	padding: 8px 0px 8px 20px;
	color: #FFFFFF;
	background-image: url(../images/gui/bg_path_a.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.pathout a:hover {
	text-decoration: none;
}
/* ==================== Content Out ==================== */

.contout {
	width: 990px;
}
/* ==================== Left ==================== */

.contleft {
	width: 200px;
}
.contleft .cname {
	height: 30px;
	line-height: 30px;
	margin-bottom: 4px;
	padding-left: 25px;
	color: #FFFFFF;
	background-color: #9A0000;
}
.contleft .clcont {
	margin-bottom: 4px;
	padding: 12px 0px 12px 25px;
	background-color: #F4F4F4;
}
.clname {
	padding: 12px 0px 4px 0px;
	color: #9A0000;
}
.contleft .cllist {
	line-height: 20px;
	color: #999999;
	font-size: 10px;
}
.contleft .cllist a {
	color: #003399;
	font-size: 11px;
}
.contleft .cllist a.current {
	line-height: 18px;
	color: #9A0000;
	font-size: 11px;
}
.contleft .cllist a:hover {
	color: #9A0000;
}
.contleft .cbuton {
	height: 18px;
	padding: 4px 12px 4px 0px;
}
.clcont .logos {
	paddding-bottom: 15px;
}
.clcont .logos img {
	margin: 0px 12px 6px 0px;
}
/* -------------- Left menu -------------- */

.leftmenuout {
	margin-bottom: 4px;
	color: #666666;
	background-color: #F4F4F4;
}
.leftmenuout div.main {
	border-bottom: 1px solid #999999;
}
.leftmenuout .main a {
	display: block;
	line-height: 30px;
	padding-left: 25px;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #F4F4F4;
	background-image: url(../images/gui/arrow_gray_left.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
.leftmenuout .main a:hover {
	color: #9A0000;
	background-image: url(../images/gui/arrow_darkred_left.gif);
	background-color: #E9E9E9;
	border-bottom: 1px solid #D0D0D0;
}
.main_current {
	border-top: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
}
.main_current a {
	display: block;
	line-height: 30px;
	padding-left: 25px;
	color: #9A0000;
	text-decoration: none;
	background-color: #E9E9E9;
}
.sub_menu {
	padding: 5px 0px 5px 25px;
	border-bottom: 1px solid #999999;
	background-image: url(../images/gui/bg_sub_menu.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.sub_menu a {
	display: block;
	padding: 3px 0px 3px 9px;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #DFDFDF;
}
.sub_menu a:hover {
	color: #9A0000;
	background-image: url(../images/gui/arrow_darkred_left_small.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
}
.sub_menu a.current {
	color: #9A0000;
	background-image: url(../images/gui/arrow_darkred_left_small.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
}
/* -=-=-=-=-=- */

.fly_menu {
	position:absolute;
	top: 0;
	z-index:100;
	visibility: hidden;
	width: 150px;
	margin: -33px 0px 0px 170px;
	line-height:20px;
	text-align: left;
	border: 1px solid #999999;
	background-color: #E7E7E7;
	background-image: url(../images/gui/bg_fly_menu.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
.fly_menu div {
	border: 1px solid #D0D0D0;
	padding: 3px 0px 3px 7px;
}
.fly_menu a {
	display: block;
	padding: 0px 5px 0px 8px;
	color: #666666;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #999999;/*font-size: 11px;

	font-weight: bold;*//*background-color: #E6E6E6;*/

}
.fly_menu a:hover {
	color: #9A0000;
	/*background-color: #FFFFFF;*/

	background-image: url(../images/gui/arrow_darkred_left_small.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* -------------- Filtur -------------- */





/* ==================== Content ==================== */

.content {
	padding: 0px 0px 20px 12px;
}
.content ul {
	padding: 0 0 0 20px;
}
.contpath {
	line-height: 30px;
	padding-left: 10px;
	border-bottom: 1px solid #999999;
}
.contpath b {
	color: #9A0000;
	text-transform: uppercase;
}
.adv {
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: center;
}
/* -------------- Pager -------------- */

.pager {
	line-height: 24px;
	margin-bottom: 12px;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.pager a {
	margin: 0px 3px 0px 3px;
	color: #666666;
}
.pager a:hover {
	color: #9A0000;
}
.pager a.num {
	padding: 0px 2px 0px 8px;
	text-decoration: none;
	border-left: 1px solid #666666;
}
.pager a:hover.num {
	color: #9A0000;
}
.pager a.current {
	padding: 0px 3px 0px 6px;
	color: #9A0000;
	text-decoration: none;
	border-left: 1px solid #666666;
}
/* -------------- Home Page  -------------- */

.catinfo {
	padding: 8px 12px 12px 10px;
}
.hp {
	width: 780px;
}
.hp td {
	width: 185px;
	padding: 0px 5px 24px 5px;
}
.hp .prod {
}
.hp .prod .bar a {
	margin-right: 7px;
	color: #000;
	font-size: 11px;
}
.hp .prod .bar a.buy, .hp .prod .bar a.print {
}
.hp .prod .bar a.buy img {
	border: 1px solid #FFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.hp .prod .bar a:hover.buy img {
	border: 1px solid #456080;
	background-color: #89C0FF;
}
.hp .prod .bar a.print img {
	border: 1px solid #FFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.hp .prod .bar a:hover.print img {
	border: 1px solid #9A0000;
	background-color: #CC6666;
}
.hp .prodpic {
}
.hp .thumb img {
	margin: 0px 0px 5px 0px;
}
.hp .prodpic div .thumb img {
	margin: 0px 0px 5px -33px;
}
.hp .newprod {
	float: left;
	position: relative;
	left: 40px;
}
/* -------------- Listing -------------- */

.list {
	width: 778px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 15px;
}
.list .thumb {
	width: 110px;
	padding-bottom: 12px;
}
.list .thumb div img {
	margin: 0px 0px 5px -32px;
}
.list .newprod {
	float: left;
	position: relative;
	left: 20px;
}
.list .detailinf {
	padding: 4px 12px 12px 0px;
}
.list .promo {
	float: left;
	height: 50px;
}
.list .promo img {
	padding: 0px 5px 0px 15px;
	background-image: url(../images/gui/bg_promo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.pricetd {
	width: 170px;
}
.pricetab {
	width: 100%;
	color: #000;
}
.pricetab td {
	padding: 8px 6px 6px 8px;
	border-left: 2px solid #EEE;
}
.ptt {
	background-color: #D1E7FF;
}
.ptb {
	font-weight: bold;
}
.tab_form {
}
.tab_form td {
	padding: 3px 3px 3px 0px;
	color: #000;
	font-size: 11px;
}
td.kdfl {
	padding-left: 20px;
}
/* -------------- Detail -------------- */

.detail {
	width: 778px;
	border-bottom: 1px solid #DFDFDF;
	margin: 15px 0px;
}
.detail .thumb {
	width: 150px;
	padding: 0px 0px 12px 0px;
}
.detail .thumb img {
	margin: 3px;
}
.detail .thumb a.zoom {
	display: block;
	width: 125px;
	height: 150px;
	background-image: url(../images/gui/zoom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.detail .thumb a:hover.zoom {
	background-image: url(../images/gui/zoom_on.jpg);
}
.detail .thumb a.zoom img {
	margin: 0px;
}
.detail .detailinf {
	color: #000;
	padding: 4px 12px 12px 0px;
}
/* -------------- prod info  -------------- */

.pname {
	color: #003399;
	font-size: 11px;
}
.pname h1 {
	color: #003399;
	font-size: 11px;
}
.price {
	padding: 8px 0px 6px 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.bar, bar2 {
	height: 22px;
	line-height: 22px;
}
.bar2 {
	padding-top: 8px;
}
.list .bar a, .detailinf .bar a {
	margin-right: 7px;
	color: #000;
	font-size: 11px;
}
.list .bar a.print, .detailinf .bar a.print {
	padding: 0px 0px 3px 22px;
	background-image: url(../images/gui/print.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.list .bar a.send, .detailinf .bar a.send {
	padding: 0px 0px 3px 22px;
	background-image: url(../images/gui/send.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.list .bar a.pdf, .detailinf .bar a.pdf {
	padding: 0px 0px 3px 20px;
	background-image: url(../images/gui/pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.list .bar a:hover.print, .detailinf .bar a:hover.send {
	text-decoration: none;
}
/* ==================== Web Pages ==================== */

/* ==================== Lizing ==================== */

.liztop {
	width: 778px;
	margin-bottom: 5px;
	background-color: #D1E7FF;
}
.liztop1 {
	width: 150px;
}
.liztop2 {
	width: 220px;
	padding: 0px 5px 0px 25px;
}
.liztop3 {
	width: 180px;
}
.liztop4 {
}
.lizcalc {
	width: 100%;
}
.lizcalc th {
	padding: 4px 2px;
	border-left: 2px solid #EEEEEE;
}
.lizcalc td {
	padding: 4px 2px;
	border-left: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
}
.lth1 {
	background-color: #D1E7FE;
}
.lth2 {
	font-size: 11px;
	background-color: #BFD3EB;
}
.ltr {
}
.ltr td {
}
.ltd1 {
}
.ltd2 {
	background-color: #F7FBFE;
}
.ltr:hover td {
	background-color: #EBF2FA;
}
/* ==================== Footer Menu ==================== */

.footermenu {
	font-family: Arial, Helvetica, sans-serif;
}
.fmtop {
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	margin-bottom: 1px;
	color: #FFF;
	background-color: #9A0000;
}
.fmo {
	padding: 5px 0px 8px 0px;
	background-color: #E9E9E9;
}
.fmc {
	width: 990px;
	line-height: 24px;
	background-color: #E9E9E9;
}
.fmc td {
	border-bottom: 1px solid #DFDFDF;
}
.fmc .cname {
	width: 175px;
	height: 24px;
	line-height: 24px;
	padding-left: 25px;
	color: #000;
	font-size: 11px;
}
.fmc .cnampod {
	font-size: 10px;
}
.fmc a {
	color: #000;
}
.fmc a:hover {
	color: #9A0000;
}
/* ==================== Footer  ==================== */

.footer {
	line-height: 30px;
	padding-left: 25px;
	font-size: 11px;
}
.footer a {
	color: #000;
}
.footer a:hover {
	text-decoration: none;
}
/* ==================== Gallery  ==================== */

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #E9E9E9;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(http://www.toplaptop.bg/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink {
	background: url(http://www.toplaptop.bg/images/prev.gif) left 15% no-repeat;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(http://www.toplaptop.bg/images/prev.gif) left 15% no-repeat;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#nextLink {
	background: url(http://www.toplaptop.bg/images/next.gif) right 15% no-repeat;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(http://www.toplaptop.bg/images/next.gif) right 15% no-repeat;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	color: #9A0000;
	background-color:#E9E9E9;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData {
	padding:0 10px;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: none;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/

	height: 1%;/* End hide from IE-mac */
}
#site_descr {
}
#epaybg {
	padding-left: 60px;
}
div.laptop_features {
	padding:5px;
	padding-left:0;
}
.review_link {
	height:16px;
	padding:2px 0 3px 19px;
	background: url(/images/camera.png) no-repeat;
}
.rev {
	width: 130px;
	font-size: 13px;
	color:#FFF;
	background-color:#9a0000;
	padding: 5px;
	display:block;
	background-image: url(../images/gui/bg_path_a.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-transform:uppercase;
}
.contleft .clcont2 {
	visibility:hidden;
	height: 0;
}
.contleft .cname2 {
	visibility:hidden;
	height: 0;}
