html {
	margin: 0;
	padding: 0;
}

* {
	font-family: Verdana, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body, td, th, input, textarea, select, a {
	font-size: 10px;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

input, textarea, select {
	margin: 3px 0px;
}

a { text-decoration: none; color: #000; cursor: pointer;background-color: #fff;}
a:active { text-decoration: none;}
a:visited { text-decoration: none; color: #000;}
a:hover { text-decoration: none; color: #fff; background-color: #000;}
a img { border: none;}

p {	margin-top: 0px;}

/* layout */
#container {
    padding: 5px 5px 25px 5px;
	width: 105em;
	background :url("") repeat-x scroll center bottom transparent;
}

#logo {
    width: 300px;
    height: 91px;
    top: 0;
	right: 0;
	padding-right: 20px;
	padding-top: 10px;
    position: fixed;
}

#menu {
    top: 101px;
    width:200px;
	right: 0;
	padding-right: 20px;
    position: fixed;
	text-align: right;
	line-height: 1.6;
	background:url('http://www.llotllov.com/catalog/view/theme/llotllov/img/opp2.png');
	z-index: 2000;
}

#sub_menu {
	padding: 0 2px 2px 2px;
	position: fixed;
	right: 135px;
	top: 112px;
	text-align: right;
	line-height: 1.6;
	z-index: 2000;
}

#highlight {
	text-decoration: none; 
	color: #fff; 
	background-color: #000;
}
#highlight:hover {
	text-decoration: none; 
	color: #000; 
	background-color: #fff;
}

a.nohover:hover {
	background:transparent;
}
a.thickbox:hover {
	background:transparent;
}

#breadcrumb {
	float: left;
	padding-top: 7px;
	padding-bottom: 11px;
	height: 13px;
	margin-bottom: 10px;
	color: #000000;
}
.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #FFC;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: right;
	clear: right;
}
#column_right {
	float: right;
	clear: right;
}

#content {
	margin-right: 300px;
	margin-bottom: 10px;
}

#content .top h1 {
	padding: 8px 0px 8px 7px;
	text-align: left;
	margin-left: 10px;
}

#content h1, .heading {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.heading {
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	margin-top: 70px;
	background: #FFFFFF;
	padding: 10px 20px 1px 10px;
}
#content .information {
	width: 600px;
	text-align: justify;
	padding: 30px 10px 1px 10px;
	min-height: 380px;
	float: left;
}
#content .cart_content {
	width: 100%;
	text-align: left;
	padding: 30px 10px 1px 10px;
	float: left;
}
#content .acc_content {
	width: 60%;
	text-align: left;
	padding: 30px 10px 1px 10px;
	float: left;
}
#content .bottom .left {
	width: 5px;
	height: 5px;
	float: left;
}
#content .bottom .right {
	width: 5px;
	height: 5px;
	float: right;
}
#content .bottom .center {
	height: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.box {
	margin-bottom: 10px;
}
.box .top {
	padding: 8px 0px 8px 7px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.box .top img {
	float: left;
}
.box .middle {
	margin-top: 20px;
}
.box .bottom {
	height: 5px;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-top: 10px;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #ff0000;
	font-weight: bold;
}
.error {
	background-color: #ff0000;
	color: #ffffff;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#FFF;
}
.button span {
	color: #FFF;
	display: block;
	padding: 4px 12px 5px 5px;
	background: url('../image/button_right.png') top right no-repeat;
}
.buttons {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs h1 {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a:hover {
	color:#fff;
}
.tabs a.selected {
	z-index: 3;
}
.tab_page {
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
#goto {
	z-index: 99999;
	position: fixed;
	bottom: 15px;
	right: 15px;
}
#footer {
	width: 100%;
	clear: both;
	padding-top: 5px;
}
#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	float: right;
	text-align: right;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: none;
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: none;
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	border-bottom: 1px solid #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}