/* GENERAL */
body {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 9pt;
    line-height: 14pt;
    color: #222222;
    margin: 0;
    padding: 0;
}

.clear-both {
    clear: both;
    margin: 0;
    padding: 0;
}

/* HREFS */
a {
    color: #FFFFFF;
    text-decoration: underline;
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

a img{
    border: none;
    cursor: pointer;
}


/* TOP */
#top {
    display: none;
}

#top-container {
    margin: 0;
    padding: 0;
    width: 766px;
}

#top-container img {
    margin: 0;
    padding: 0;
    float: right;
}

#top-container form{
    margin: 0;
    padding: 0;
    float: right;
}

#form-search {
    margin: auto 0 auto 0;
    padding: 0;
}

#form-search input{
    height: 18px;
    margin: 0;
    padding: 0;
    margin-top: 3px;
}
#form-search #search-field{
    width: 163px;
    font-family: inherit;
    font-size: 1em;
    padding-top: 2px;
    color: black;
    margin-top: 2px;
}

#search-button {
    background-color: #00BDFF;
    width: 45px;
    border: 0px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}


/* CONTAINER */
#container {
    width: 766px;
    margin: 0;
    padding: 0;
}


/* HEADER */
#header {
    
}

#header-left{
    margin: 0;
    padding: 0;
    float: left;
}

#header-right{
    float: left;
    margin: 4px 0 0 15px;
    padding: 0;
}

#header-right p{
    margin: 0;
    padding: 0;
    line-height: 23px;
}

#header-right p a{
    text-decoration: none;
}

#header-right p a:hover{
    text-decoration: underline;
}


/* WEBSHOP MENU */
#webshop-menu {
    display: none;
}

#image-box{
    float: left;
    width: 510px;
    background-color: #000000;
    margin: 3px 0 0 0;
    padding: 2px 0 0 0;
}

#image-box img{
    float: left;
}

#small-images-box{
    height: 185px;
}

#image-box-column{
    float: left;
    width: 110px;
    margin: 0;
    padding: 0;
}

#image-box p{
    width: 200px;
    float: left;
    margin: 5px;
    padding: 0;
}

#image-1{
    margin: 5px 0 0 0;
    padding: 0;
    width: 288px;
    height: 250px;
}


#image-2{
    margin: 5px 0 0 5px;
    padding: 0;
    width: 101px;
    height: 87px;
}

#image-3{
    margin: 8px 0 0 5px;
    padding: 0;
    width: 101px;
    height: 87px;
}

#image-4{
    margin: 5px 0 0 2px;
    padding: 0;
    width: 103px;
    height: 182px;
}

#webshop-menu-list {
    float: left;
    width: 215px;
    margin: 0 0 0 5px;
    padding: 0;
}

#webshop-menu-list ul {
    list-style-type: none;
    width: 215px;
    margin: 0;
    padding: 0;
}

#webshop-menu-list ul li {
    width: 215px;
    background-color: #00BDFF;
    color: #FFFFFF;
    padding: 7px 0 7px 35px;
    margin: 3px 0 0 0;
    height: 20px;
}

#webshop-menu-list ul li a{
    width: 100%;
    height: 100%;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}

#webshop-menu-list ul li a:hover{
    color: #FFFFFF;
    text-decoration: underline;
    
}


/* MENU */
#menu {
	display: none;
}

#menu-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu-list li {
    float: left;
    margin: 0;
    padding: 7px 25px 7px 25px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}


#menu-list li a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#current-button{
    background-color: #151515;
}

#current-button a{
    color: #6AD8FD;
}


/* CONTENT */
#content {
    margin-top: 20px;
    width: 766px;
    line-height: 18pt;
}

#content p{
    margin: 10px 0 15px 0;
    padding: 0;
}

#content-column-1 {
    width: 256px;
    text-align: justify;
    float: left;
    margin: 0 8px 0 25px;
    _margin: 0 7px 0 15px;
    padding: 0;
}
#content-column-2 {
    width: 211px;
    text-align: justify;
    float: left;
    margin: 0 0 0 8px;
    padding: 0;
}

#content-column-span{
    width: 485px;
    text-align: justify;
    float: left;
    margin: 0 8px 0 25px;
    _margin: 0 7px 0 15px;
    padding: 0;
}


/* H#'s */
h1 {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 11pt;
    font-weight: bold;
}

h2 {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 10pt;
    font-weight: bold;
}


/* CONTENT LISTS */
#content ul {
    list-style-type: square;
}

#content ul, #content ol{
    margin: 10px 0 10px 30px;
    padding: 0;
}

#content ol ul{
    
}

#content ul li, #content ol li{
    margin: 0;
    padding: 0 0 0 5px;
}

#content ul li a, #content ol li a{
	text-decoration: none;
}

#content ul li a:hover, #content ol li a:hover{
	text-decoration: underline;
}

.go-up{
    margin: -10px 0 10px 0;
    padding: 0;
    text-align: right;
}


/* CONTACT PAGE */
#contact-form{
    border: 1px solid white;
    padding: 10px;
    _padding: 10px 10px 0 10px;
    margin: 10px 0 0 0;
    width: 465px;
}

#contact-form form{
    margin: 0;
    padding: 0;
}

#contact-form label{
    cursor: pointer;
    width: 75px;
    float: left;
    clear: both;
}

#contact-form textarea{
    height: 120px;
    overflow: auto;
}

#contact-form input, #contact-form textarea{
    font-family: inherit;
    font-size: 1em;
    width: 286px;
    padding: 2px;
    margin: 0;
    border: 1px solid black;
    background: white;
    color: #2F2F2F;
}

#contact-form #submit-button{
    width: 100px;
    margin: 0 0 0 75px;
    _margin: 0 0 0 78px;
}


/* FAQ */
#shipping-costs-table{
    border-collapse: collapse;
    margin: 0 0 10px 0;
    padding: 0;
}

#shipping-costs-table td{
    text-align: left;
    vertical-align: top;
    border: 1px solid white;
    margin: 0;
    padding: 5px;
}

#top-row td{
    font-weight: bold;
}

#shipping-costs-table .table-content td{
    
}

.inline-cell{
    white-space: nowrap;
}

/* FOOTER */
#footer {
    padding: 0;
    margin: 15px 0 0 0;
    height: 29px;
    background-color: none;
    width: 100%;
}

#footer p{
    margin: 0;
    padding: 5px 0 0 20px;
    top: 10px;
    color: #222222;
    font-size: 7.5pt;
    width: 766px;
}

#footer p a{
    text-decoration: none;
    color: #222222;
}

#footer p a:hover{
    color: #222222;
    text-decoration: none;
}

#footer-right {
    margin: 0 0 0 50px;
}

#footer p #footer-right a{
    color: #222222;
    text-decoration: none;
}

#footer p #footer-right a:hover{
    color: #222222;
    text-decoration: none;
}

/* LightBox */
#lbLoadMessage{
    display: none;
}

#lightbox{
	font: 11px/17px normal Tahoma, Verdana, Arial;
	padding: 0;
	margin: 20px 0 0 0;	
	color: #000;
}

#lightbox_top {
	background-color:#000;
	width: 680px;
	margin-bottom: 10px;
	color: #FFF;
	padding: 10px;
}

#lightbox_top_title, #lightbox_more_pics{
	float:left;
}

#lightbox table{
    width: 360px;
    _width: 340px;
    height: 200px;
    margin: 0;
    padding: 0;
}
#lightbox table tr{
    margin: 0;
    padding: 0;
}

#lightbox table td{
    vertical-align: top;
    margin: 0;
    padding: 0;
}

#lightbox #imageTd{
    width: 300px;
    height: 400px;
    padding: 0 10px 0 10px;
    margin: 0;
    float: left;
}

#lightbox #imageTd div img{
    width: 300px;
    height: auto;
    margin: 0;
    padding: 0;
}

#lightbox .titleTd{
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
}

#lightbox .desc1Td{
    margin: 0;
    padding: 0;
}

#lightbox .desc2Td{
    margin: 0;
    padding: 0;
}

#lightbox #descriptionTd{
    width: 360px;
    _width: 340px;
    height: 200px;
    margin: 0;
    padding: 0;
    overflow: auto;
    vertical-align: top;
    line-height: 1.8;
}

#lightbox #lightbox-cart img, #lightbox #lightbox-cart img a, #lightbox #lightbox-cart img a:hover{
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
}


#lightbox_top_close, #lightbox_cart{
	float:right;
}

#lightbox_bottom {
	background-color:#000;
	width: 680px;
	margin-top: 10px;
	color: #FFF;
	padding: 10px;
}
