*  {
	
	margin: 0;
	padding: 0;
}
html { 
	height: 100%;
	background: #e0dcb3 url(images/bg.gif);
}
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: url(images/orange_bg.gif) repeat-x center 50px;;
	color: #000;
}
ul {
	list-style-type: none;
}
ul li {
	padding: 0;
	margin: 0;
}
a {
	color: #E6651D;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
	background: transparent;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6D7072;
}
h1 {
	font-size: 1.1em;
	font-weight: bold;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
}

div.clear {
	clear: both;
	font-size: 0px;
	line-height: 0;
	height: 0px;
}

/** center **/
#center { 
	width: 890px;
	margin: 0 auto;
	font-size: 0.8em;
	padding-bottom: 10px;
	top: 0px;
}

/************************************
	MAIN LAYOUT
*************************************/

/** header **/
#header {
	width: 100%;
	height: 375px;
	position: relative;
	overflow: hidden;
	margin-top: 0px;
}

/** Content **/
#content {
	position: relative;
	width: 870px;
	padding: 5px 10px 40px;
	background: #fff url(images/content-bg.gif) repeat-x center bottom;
	overflow: hidden;
}

/** footer **/
#footer {
	position: relative;
	clear: both;
	height: 40px;
	background: #fff;
}



/** header elements **/
#header #top {
	position: relative;
	height: 50px;
	width: 100%;
	background: #fff;
	font-size: 0.85em;
	top: 0px;
}
#header #flash_elem {
	position: relative;
	width: 100%;
	height: 325px;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 40px;
	z-index: 1400;
}
#top ul#top_nav {
	position: absolute;
	right: 100px;
	top: 12px;
	font-weight: bold;
}
/* Menu */
#menu {
	position: absolute;
	top:335px;
	width: 886px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	height: 36px;
	background: black;
	line-height: 40px;
	padding: 2px;
	z-index: 999;
}
.odkazy {
	text-align: center;
   color: white;
	position: absolute;
	z-index:1000;
	font-size: 13px;
	font-weight: bold;
	top:347px;
        }
.odkazy li {
   float: left;
   margin: 0px 14px 0px 14px;
   background: none;
   color: white;
   height:20px;
   width: auto;
	position: relative;
	padding: 5px 6px 8px 6px;
	top: -5px;
	left: -5px;
	right: -5px;
	text-align: center;
	cursor: pointer;
}
.odkazy li:hover {
   background: #f2f2f2 repeat-y bottom;
   color: black;
   height:20px;
   width: auto;
	position: relative;
	padding: 5px 6px 8px 6px;
	top: -5px;
	left: -5px;
	right: -5px;
	text-align: center;
	cursor: pointer;
}
.odkazy li a  {
   color:white;
}
.odkazy li:hover a  {
   color:black;
}
.megabox{
	margin-top: 12px;
	margin-left: -6px;
	visibility: hidden;
	width: 400px;
	position: absolute;
	color: black;
	border: 0px;
	background-color:  white;
	cursor: default;
}
.megabox .leva  {
	padding: 10px 10px 10px 10px;
	font-size: 10px;
	width: 200px;
	min-height:180px;
	text-align: left;
	float: left;
	line-height: 20px;
	background: #f2f2f2;    
	color: black;   
}
.megabox .leva a {
	color: black;   
}
.megabox .leva  a:hover {
   text-decoration: underline;   
}
.megabox .prava {
	font-size: 12px;
	float: left;
	text-align: center;
	width: 180px;
	line-height: 15px;
}
.megabox .prava img {
	border: 1px solid Black;
}


.megabox .prava a{
	text-decoration: none;
	color: orange;
	text-align: center;
}
.megabox .prava p{
	text-align:left; 
	color: black;
}
.megabox .prava font{
	text-align:left; 
	color: #f2f2f2;
}
.megabox .prava span{
	text-align:left; 
	color: orange;
}
style="text-align:left; color: #f2f2f2;
.megabox .prava a , .megabox .leva a:hover{
 text-decoration: underline;
}
.odkazy li:hover .megabox {
	visibility:visible;
	
}
/* Konec menu */
/** Vyhledávání **/                        
#top div#search {
	position: absolute;
	right: 450px;
	top: 10px;
	width: 250px;
	background: white;
}
#top div#search #query {
	border: 1px solid #BCBCBC;
	font-size: 0.8em;
	padding: 2px;
	color: #4F4F4F;
	height: 14px;
	position: absolute;
	top:0px;
	right: 69px;
	width: 120px;
}
#top div#search a {
	position: absolute;
	top:22px;
	left: 55px;
	text-decoration: underline;
	font-size: 10px;
	color: #b0b0b0;
	
}
#top div#search #results {
	position: absolute;
	top:20px;
	left: 55px;
	font-size: 10px;
	color: black;
	z-index:100;
	background:white;
	
}
#top div#search .form-submit {
	position: absolute;
	top:0px;
	right: 0px;
	background: url(images/button_search.jpg) no-repeat;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	height: 20px;
	width:70px;
	border: none;
	padding: 0 15px 0 0px;
	font-size: 1em;
}
/** Konec vyhledávání **/
#top ul#top_nav li {
	float: left;
}
#top ul#top_nav li a, #top ul#top_nav li span {
	color: #000;
	margin: 0 2px;
}
#top ul#top_nav li a:hover, #top ul#top_nav li span {
	color: #E6651D;
}

#top p.nmc, #top p.cart {
	background: #CFCFCF;
	color: #fff;
	height: 20px;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 10px;
	text-align: center;
	line-height: 20px;
}
#top p.nmc {
	width: 95px;
}
#top p.success {
	position: absolute;
	top: 15px;
	width: 200px;
	background: white;
	padding-left: 100px;
	height: 40px;
}
#top a.cart {
	background: #fff url(images/ico-cart.gif) no-repeat 97%;
	padding: 0 25px 0 10px;
	position: absolute;
	left: 15px;
	top: 10px;
	line-height: 20px;
	color: #000;
	height: 20px;
	font-weight: bold;
	color: #E6651D;
}
#top a.cart span {
	color: #000;
	margin-right: 5px;
}


/** content elements **/
#content p {
	padding-bottom: 2px;
}

/* old 
#content .side_bar {
	width: 208px;
	float: left;
	font-size: 0.85em;
	line-height: 1.4em;
} */

#content .side_bar {
float: left;
font-size: 0.85em;
line-height: 1.4em;
background: #F8F8FF;
}

.side_bar .sidebar-box {
	width: 178px;
	background: url(images/side-box-bg.gif) repeat-y;
	margin: 0 0px 10px 0;
	padding: 45px 15px 10px;
	position: relative;
}
.side_bar .sidebar-box .sidebar-title {
	text-transform: uppercase;
	background: url(images/side-box-type1-top.gif);
	width: 193px;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 15px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
.side_bar .sidebar-box .sidebar-hotline {
	background: url(images/orange_bg.gif) repeat-x;
	text-transform: uppercase;
	width: 191px;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 15px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 1px;
	color: white
}
.side_bar #hotline {
	background: url(images/back_hotline.png) no-repeat scroll;
	width: 187px;
	min-height: 200px;
	padding: 10px 10px 10px ; 
	color: white
}
#hotline .sidebar-hotline {
	text-transform: uppercase;
	width: 170px;
	height: 25px;
	font-size: 15px;
	line-height: 25px;
	padding: 0 0 0 15px;
	font-weight: bolder;
	top: 5px;
	left: -5px;
	color: white;
	border-bottom: 2px solid #dc143c;

}
.side_bar .sidebar-box .sidebar-bottom {
	background: url(images/side-box-bottom.gif) no-repeat;
	width: 208px;
	height: 10px;
	left: 0px;
	bottom: -5px;
	margin: 0px 0px -14px -15px!important;
}
.side_bar .type2 .sidebar-title {
	background: url(images/side-box-type2-top.gif) no-repeat;
}
.side_bar_hotline .type3 .sidebar-hotline {
	background: none;
}
.type3 {
	padding: 5px 5px 10px !important;
}
#udaje {
	display: none;	
}
#div_udaje {
	display: none;
	background: white;
	height: 30px;
	width: 50px;
	z-index: 1500;
}
#tym {
	display: none;
}
#div_tym {
	display: none;
	background: white;
	height: 30px;
	width: 50px;
}
#div_kontakt {
	display: block;
	background: white;
	height: 30px;
	width: 50px;
}
#kontakt {
	display: block;
}
#kont_banner {
	top: 0px;
	left: 0px;
	width: 890px;
	height: 325px;
	z-index: 1999;
}
#content a:hover {
	text-decoration: underline;
}
#content ul.sub {
	margin: 2px 0 10px;
}
#content ul.sub a {
	color: #000;
}
#content ul.sub2 a {
	color: #858585;
}

#content #main {
	width: 446px;
	float: left;
	font-size: 0.85em;
	line-height: 1.4em;
	margin: 0 4px;
}
#main .middle-box {
	width: 446px;
	background: url(images/middle-bar-bg.gif) repeat-y;
	margin: 0 0 10px 0;
	position: relative;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #747474;
}
#main .middle-box p {
	padding-bottom: 10px;
}
#main .middle-box .middle-title {
	text-transform: uppercase;
	background: url(images/middle-bar-top.gif);
	width: 436px;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 10px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
}
#main .middle-box .middle-title span {
	text-transform: none;
}
#main .middle-box .middle-bottom {
	background: url(images/middle-bar-bottom.gif) no-repeat left bottom;
	width: 434px;
	height: 100%;
	padding: 36px 7px 8px 7px;
}
#main .middle-title a  {
	color:black;	
}
#main .middle-title a:active  {
	text-decoration: underline;	
}
/** footer elements **/
#footer {
	font-size: 0.85em;
	font-weight: bold;
}
#footer ul#footer_nav_left {
	position: absolute;
	top: 14px;
	left: 15px;
}
ul#footer_nav_left li, #footer ul#footer_nav_right li {
	float: left;
}
#footer a {
	color: #000;
	margin: 0 2px;
}
#footer a:hover {
	color: #E6651D
}
#footer ul#footer_nav_right {
	position: absolute;
	right: 15px;
	top: 14px;
}

/*************************************
	GENERAL 
*************************************/
.green {
	color: #A4C846;
}
.inside_wrap {
	padding: 10px 10px;
}
.centered {
	text-align: center;
}
.floated_left {
	float: left;
	margin: 0 5px 5px 0;
}
p.dotted {
	border-bottom: 1px dotted #E6651D;
	padding-bottom: 0.9em !important;
	margin-bottom: 5px;
}
p.large {
	font-size: 1.2em;
	font-weight: bold;
}

a.button {
	background: url(images/button-bg.gif) repeat-x;
	display: block;
	height: 20px;
	color: #fff;
	font-weight: bold;
	margin: 10px 0 0 0;
}
a.button span {
	background: url(images/button-bg-right.gif) no-repeat right;
	display: block;
	line-height: 20px;
	padding: 0px 10px;
}
a.button:hover {
	color: #000;
	text-decoration: none !important;
}
span.price {
	display: block;
	color: #E6651D;
	font-weight: bold;
}
.block {
	display: block;
	margin: 5px 0;
}
.green_bg_wrap {
	background: #ABD261;
	padding: 10px;
	color: #000; 
}
.green_bg_wrap a {
	color: #000;
}
.green_bg_wrap p a {
	text-decoration: underline;
}
.green_bg_wrap a.button {
	color: #fff;
}
.wrap {
	padding-top: 10px;
	margin: 10px;
}

.middle-box .middle-bottom .wrap ol {
	padding-left:15px;
}

/** form-elements **/
.form-text {
	border: 1px solid #BCBCBC;
	font-size: 0.8em;
	padding: 2px;
	color: #4F4F4F;
}
label {
	color: #000;
}
.form-submit, .form-reset {
	background: url(images/button-bg2.gif) no-repeat right;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	height: 20px;
	border: none;
	padding: 0 10px 0 5px;
	font-size: 1em;
}
.form-reset {
	background: url(images/button-bg3.gif) no-repeat right;
}
.form-select {
}
.form-item p a {
	color: #000;
	text-decoration: underline;
}

/***********************************
	Home page
***********************************/
.sidebar-box #subscribe_form {
	width: 100%;
	padding: 10px 0 10px;
}
.sidebar-box #subscribe_form .form-text {
	width: 80px;
	margin: 0 5px;
}

.sidebar-box #search_form {
	width: 100%;
	padding: 0;
}
.sidebar-box #search_form p.dotted {
	padding-bottom: 2px !important;
}
.sidebar-box #search_form .form-text {
	width: 120px;
	margin: 0 5px 0 0;
}
.sidebar-box #search_form .form-select {
	width: 100%;
	margin: 3px ;
}


/**********************************
	Contact page
***********************************/
.map {
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	margin: 10px 0;
}
.map span {
	display: block;
	text-align: center;
	padding: 0 0 10px 0;
	font-size: 0.9em;
}

#contact_form {
	width: 100%;
	margin-top: 20px;
}
#contact_form label {
	display: block;
	color: #666666;
	margin-bottom: 3px;
}
#contact_form .form-text {
	width: 250px;
	border: 2px solid #DEDEDE;
	padding: 2px;
	font-size: 1em;
}
#contact_form .form-item {
	margin-bottom: 8px;
}
#contact_form .form-textarea {
	border: 2px solid #DEDEDE;
	width: 98%;
	padding: 2px;
	
	height: 100px;
}
#contact_form .form-submit, #contact_form .form-reset {
	padding: 3px 18px;
}
#contact_form .submit {
	text-align: right;
}

/**********************************
	Registration page
***********************************/
#mainForm {
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #F0F0F0;
}
#mainForm h3 {
	text-transform: none;
	padding: 0 0 15px;
}
#mainForm .form-block {
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
}
#mainForm label {
	color: #747474;
	display: block;
	width: 140px;
	float: left;
}
#mainForm .form-item {
	margin-bottom: 8px;
	clear: both;
	display: block;
}
#mainForm .form-text {
	width: 250px;
	border: 2px solid #DEDEDE;
	padding: 2px;
	font-size: 1em;
}
#mainForm .form-select {
	width: 250px;
}
#mainForm label.checkbox-label {
	color: #747474;
	display: inline;
	float: none;
}
#mainForm .form-checkbox {
	margin: 0 5px 0 0;
}
#mainForm p.description {
	padding-left: 140px;
	font-size: 0.9em;
}
#mainForm .submit {
	text-align: right;
	margin: 10px 0;
}
#mainForm .form-submit {
	padding: 3px 18px;
}
#mainForm .form-textarea {
	border: 2px solid #DEDEDE;
	width: 98%;
	padding: 2px;
	
	height: 100px;
}


/**********************************
	Login page
***********************************/
#login_form {
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	margin-bottom: 10px;
}
#login_form h3 {
	text-transform: none;
	padding: 0 0 15px;
}
#login_form .form-block {
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
}
#login_form label {
	color: #747474;
	display: block;
	width: 180px;
	float: left;
}
#login_form .form-item {
	margin-bottom: 8px;
	clear: both;
	display: block;
}
#login_form .form-text {
	width: 220px;
	border: 2px solid #DEDEDE;
	padding: 2px;
	font-size: 1em;
}
#login_form .form-select {
	width: 200px;
}
#login_form label.checkbox-label {
	color: #747474;
	display: inline;
	float: none;
}
#login_form .form-checkbox {
	margin: 0 5px 0 0;
}
#login_form p.description {
	padding-left: 140px;
	font-size: 0.9em;
}
#login_form .submit {
	text-align: right;
	margin: 10px 0;
}
#login_form .form-submit {
	width: 100px;
}

.register_new {
	width: 100px;
	float: right;
}


/**********************************
	Comments page
***********************************/
#comment_form {
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #F0F0F0;
	margin-bottom: 15px;
}
#comment_form .form-block {
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
}
#comment_form .form-item {
	margin-bottom: 8px;
	clear: both;
	display: block;
	position: relative;
}
#comment_form .form-text {
	width: 200px;
	border: 2px solid #DEDEDE;
	padding: 2px;
	font-size: 1em;
}
#comment_form .submit {
	text-align: right;
	margin: 10px 0;
}
#comment_form .form-submit {
	width: 100px;
}
#comment_form  .form-textarea {
	border: 2px solid #DEDEDE;
	width: 98%;
	padding: 2px;
	
	height: 100px;
}
#comment_form a.theme {
	position: absolute;
	top: 0;
	right: 5px;
}

.comment {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 0 20px;
}
.comment h2.title {
	background: url(images/h2-bg.gif) repeat-x; 
	display: block;
	width: 290px;
	color: #F6923C;
	font-size: 1em;
	font-weight: bold;
	padding-left: 15px;
	height: 19px;
	line-height: 19px;
}
.comment .user_details {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 0.85em;
	line-height: 1.1em;
}
.comment .user_details span {
	display: block;
}
.comment .user_details a {
	font-weight: bold;
}
.comment .content {
	margin: 15px 0;
	padding: 0 10px;
	font-size: 0.9em;
	line-height: 1.2em;
	border-bottom: 1px dotted #C5C5C5;
}
.comment .date {
	color: #F6923C;
	font-size: 0.9em;
	padding-left: 10px;
	line-height: 0;
	margin-top: -5px;
}

/**********************************
	Home page
***********************************/
table.items {
	width: 415px;
	border-collapse: collapse;
	text-align: center;
	margin-bottom: -1px;
	margin-right: -1px;

}
table.items td {
	width: 33.5%;
	text-align: center;
	padding: 10px 0 20px 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
table.items a.button {
	width: 110px;
	font-size: 0.9em;
	margin: 0 auto;
}
table.items p {
	line-height: 1em;
}
table.items a.item-img {
	border: 2px solid #6B6B6B;
	width: 116px;
	background: #E7E7E7 url(images/stuff-no-image.gif) no-repeat;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
table.items .item-title, table.items .item-newprice {
	font-size: 1.0em;
	font-weight: bold;
}
table.items .item-oldprice {
	color: #fff;
	font-weight: bold;
	text-decoration: line-through;
}

.gallery_wrap {
	overflow: hidden;
	width: 414px;
}

/**********************************
	Cart page
***********************************/
table.cart {
	width: 415px;
	border-collapse: collapse;
	text-align: center;
}
table.cart td, table.cart th {
	text-align: center;
	padding: 10px 0 20px 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
table.cart th {
	padding: 5px 0;
}
table.cart th.col1 {
	width: 145px;
}
table.cart th.col2 {
	width: 65px;
}
table.cart th.col3, table.cart th.col4 {
	width: 83px;
}
table.cart a.button {
	width: 110px;
	font-size: 0.9em;
	margin: 0 auto;
}
table.cart p {
	line-height: 1em;
}
table.cart a.item-img {
	border: 2px solid #6B6B6B;
	width: 116px;
	background: #E7E7E7 url(images/stuff-no-image.gif) no-repeat;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
table.cart .item-title, table.cart .item-newprice {
	font-size: 1.2em;
	font-weight: bold;
}
table.cart .item-oldprice {
	color: #fff;
	font-weight: bold;
	text-decoration: line-through;
}

table.total {
	width: 270px;
	margin: 20px 0 10px;
	float: right;
	clear: both;
}
table.total tr.top td {
	border-bottom: 1px dashed #000;
	padding: 0 0 10px;
}
table.total label {
	color: #fff;
	font-weight: bold;
	margin-right: 20px;
}
table.total tr.bottom td {
	border-top: 1px dashed #000;
	padding: 0 0 10px;
	font-weight: bold;
}

form#cart .form-item {
	clear: both;
	width: 100%;
}
form#cart .submit {
	border-top: 1px solid #fff;
	padding: 10px 0;
}
form#cart .submit .form-submit, form#cart .submit .form-reset { 
	
	margin: 0 2px;
}

/***********************************
	gallery page
***********************************/
.gallery-preview {
	text-align: center;
	width: 99%;
	margin: 0 auto;
	display: block;
}
.gallery-preview a {
	display: block;
	margin: 10px 0;
	color: #7F7F7F;
}

#gallery-flow {
	width: 100%;
	background: #F2F2F2;
	position: relative;
	height: 101px;
	overflow: hidden;
	margin-bottom: 40px;
}
#gallery-flow .gallery-button {
	width: 21px;
	height: 101px;
}
#gallery-flow .left {
	position: absolute;
	top: 0;
	left: 0;
}
#gallery-flow .right {
	position: absolute;
	top: 0;
	right: 0;
}
#gallery-flow #galery-thumbs {
	width: 405px;
	margin: 0 auto;
	overflow: hidden;
}
#gallery-flow #galery-thumbs img {
	margin: 6px 2px;
}

/**********************************
	Cart page
***********************************/
#checkout table.cart {
	width: 415px;
	border-collapse: collapse;
	text-align: center;
	font-weight: bold;
}
#checkout table.cart td, table.cart th {
	text-align: center;
	padding: 10px 0 20px 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#checkout table.cart th {
	padding: 5px 0;
	text-align: center;
}
#checkout table.cart th.col1 {
	width: 230px;
}
#checkout table.cart th.col2 {
	width: 80px;
}
#checkout table.cart th.col3 {
	width: 100px;
}
#checkout table.total {
	width: 270px;
	margin: 20px 0 10px;
	float: right;
	clear: both;
}
#checkout table.total tr.top td {
	border-bottom: 1px dashed #000;
	padding: 0 0 10px;
}
#checkout table.total label {
	color: #fff;
	font-weight: bold;
	margin-right: 20px;
}
#checkout table.total tr.bottom td {
	border-top: 1px dashed #000;
	padding: 0 0 10px;
	font-weight: bold;
}

#checkout .form-item {
	clear: both;
	width: 100%;
	margin: 5px 0;
}
#checkout .submit {
	padding: 10px 0;
	text-align: right;
}
#checkout .submit .form-submit { 
	margin: 0 2px;
}
#checkout .righted {
	text-align: right;
}
#checkout .righted select {
	width: 310px;
}
#checkout .form-textarea {
	width: 99%;
	height: 100px;
}
#checkout .form-checkbox {
	margin: 0 5px 0 0;
}
.hr {
	height: 1px;
	background: #fff;
	width: 100%;
}

#checkout .hr {
	clear: both;
	margin: 5px 0 8px;
	
}

/**********************************
	Details page
***********************************/
.details-block {
	border-bottom: 1px solid #fff;
	padding: 0px 0 10px;
	width: 100%;
	clear: both;
	float: left;
	margin: 0 0 10px;
}
.details-block .material {
	width: 45%;
	border-right: 1px solid #fff;
	float: left;
	padding: 0 10px;
	text-align: center;
}
.details-block .material .material-img {
	margin: 40px 0 20px 0;
}
.details-block .material ul.material-letters {
	float: right;
	margin: 30px 0 10px 0;
}
.details-block .material ul.material-letters li {
	display: inline;
}
.details-block .materail-details {
	width: 45%;
	border-left: 1px solid #fff;
	margin-left: -1px;
	float: left;
	padding: 0 10px;
}
.details-block .materail-details h2 {
	color: #000;
	font-size: 1em;
	font-weight: bold;
}
.details-block .materail-details h3 {
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.details-block p {
	font-size: 0.9em;
	line-height: 1.2em;
}
.details-block .materail-details label {
	display: block;
}
.details-block .materail-details select {
	width: 150px;;
}
.details-block .materail-details .form-item {
	margin-bottom: 10px;
}

.details-block .moredetails-left {
	width: 45%;
	border-right: 1px solid #fff;
	float: left;
	padding: 0 10px;
	text-align: right;
}
.details-block .moredetails-right {
	width: 45%;
	border-left: 1px solid #fff;
	margin-left: -1px;
	float: left;
	padding: 0 10px;
}

.details-block .moredetails-left p, .details-block .moredetails-right p {
	margin: 0;
	padding: 0;
	line-height: 0.5em;
}
.details-block .moredetails-left p b, .details-block .moredetails-right p b {
	line-height: 2em;
}
.details-block .moredetails-left p sup {
	font-size: 6px;
}

.details-block .material-selector .item {
	float: left;
	text-align: center;
	margin: 0 5px;
}


/**IE **/

/** **/




/** LIGHTBOX **/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	z-index: 1500;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	color:#000000;
	z-index: 1500;
}	
#lightboxCaption{ float: left; z-index: 1500;}
#keyboardMsg{ float: right; z-index: 1500;}
#closeButton{ top: 5px; right: 5px; z-index: 1500;}

#lightbox img{ border: none; clear: both; z-index: 1500;} 
#overlay img{ border: none;
			z-index: 1500; }

#overlay{ background-image: url(images/overlay.png);
			 z-index: 1500; }

* html #overlay{
	background-color: #333;
	z-index: 1500;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}

table.items2 {
	width: 425px;
	border-collapse: collapse;
	text-align: center;
	margin-bottom: -1px;
	margin-right: -1px;
	z-index: 1500;

}
table.items2 td {
	width: 33.5%;
	text-align: center;
	padding: 10px 0 20px 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	z-index: 1500;
}
table.items2 a.button {
	width: 110px;
	font-size: 0.9em;
	margin: 0 auto;
	z-index: 1500;
}
table.items2 p {
	line-height: 1em;
	z-index: 1500;
}
table.items2 a.item-img {
	border: 2px solid #6B6B6B;
	width: 116px;
	background: #E7E7E7 url(images/stuff-no-image.gif) no-repeat;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	z-index: 1500;
}
table.items2 .item-title, table.items .item-newprice {
	font-size: 1.0em;
	font-weight: bold;
	z-index: 1500;
}
table.items2 .item-oldprice {
	color: #fff;
	font-weight: bold;
	text-decoration: line-through;
	z-index: 1500;
}
