@CHARSET "ISO-8859-1";

/* *** BEGIN Global Styles *** */

.visible {
	display: inline;
}

.invisible {
	display: none;
}

a {
	color: blue;
	cursor: pointer;
	text-decoration: underline;
}

a:visited {
}

a:hover {
	/* text-decoration: none; */
}

a.flv_novisited:visited {
	color: blue;
}

a.flv_large {
	font-size: 16px;
	font-weight: bold;
}

body {
	background-color: white;
	margin: 10px 5px 5px 5px;
	border: 0px;
	padding: 0px;
	text-align: center; /* needed for center align container in IE 5.5 */
}

label {
	cursor: pointer;
}

td, body {
	font-family: Arial;
	font-size: 12px;
}

div, form, p {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

table, td, img {
	margin: 0px;
	padding: 2px;
	border: 0px;
}

.flv_small {
	font-size: 12px;
}

.flv_xsmall {
	font-size: 10px;
}

h1, h2 {
	text-align: left;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #333333;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

/* *** END Global Styles *** */


/* *** BEGIN Page Layout *** */

/* container */
#flv_container {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* needed for left-alignment of header and footer in IE 5.5 */
}

/* header */
#flv_header {
	width: 780px;
	border-bottom: 1px solid #AAAAAA;
	vertical-align: top;
	margin: 0px 0px 10px 0px;
}

/* left */
#flv_left {
	float: left;
	width: 180px;
}

/* content */
#flv_content {
	float: left;
	width: 578px;
	border: 1px solid #AAAAAA;
	padding: 5px;
	margin: 0px 10px 0px 10px;
}

/* right */
#flv_right {
	float: left;
	width: 198px;
	position: relative;
	top: -38px;
}

/* footer */
#flv_footer {
	width: 780px;
	margin-top: 10px;
	text-align: center;
	border-top: 1px solid #AAAAAA;
	padding-top: 5px;
}

/* *** END Page Layout *** */


/* styles used for navigation */

ul.flv_navi_01 {
	border: 1px solid #AAAAAA;
	list-style-type: none;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 13px;
	
}

a.flv_navi_01 {
	color: black;
	background-color: #DDDDDD;
	text-decoration: none;
	display: block;
	padding: 2px;
	margin: 0px;
	
}

a.flv_navi_02, p.flv_navi_02 {
	color: black;
	text-decoration: none;
	display: block;
	padding: 2px 2px 2px 5px;
	margin: 0px;
	
}

a.flv_navi_01_open  {
	font-weight: bold;
}

a.flv_navi_01_selected, a.flv_navi_02_selected {
	color: white;
	background-color: #7FBA37;
	font-weight: bold;
}

a.flv_navi_01:hover, a.flv_navi_02:hover {
	color: white;
	background-color: #666666;
}


/* styles used in page header */

#flv_logo {
	float: left;
	background-image: url(flv_img/logo.gif);
	background-repeat: no-repeat;
	width: 179px;
	height: 130px;
}

div#flv_titlebox {
	float: left;
	text-align: center;
}

p.flv_title {
	font-size: 36px;
	line-height: 38px;
	font-family: "Impact";
	font-style: italic;
	color: #808080;
	letter-spacing: 3px;
	position: relative;
	text-align: center;
	vertical-align: top;
}

p.flv_title a {
	text-decoration: none;
	color: #808080;
}

#search {
	padding: 7px 0px 0px 10px;
}

input.quicksearch {
	font-size: 14px;
	padding: 2px;
}

div#flv_infobox {
	float: right;
	border: 1px none;
	text-align: left;
	width: 275px;
	padding: 5px;
	margin: 0px;
}

div#flv_infobox ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(flv_img/ok_small.gif);
	list-style-position: inside;
	font-size: 15px;
}

div#flv_infobox ul li {
}

.flv_article_count {
	font-weight: bold;
}


/* styles used in cart */

p.flv_cart_action {
	text-align: center;
	font-weight: bold;
	background-color: orange;
	color: white;
	padding: 3px;
	
}

p.flv_cart_article_count {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #555555;
	margin: 10px 0px 10px 0px;
	
}

/** DEPRECATED */
#flv_cart ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	
}

/** DEPRECATED */
#flv_cart ul li {
	border-bottom: 1px solid #AAAAAA;
	
}

table.cart_sidebar {
	padding: 0px; 
	margin: 0px; 
	border: 0px; 
	width: 100%;
	border-collapse:collapse
}

tr.cart_sidebar_row {
	border-bottom: 1px solid #AAAAAA;
}

td.cart_sidebar_image_cell {
	text-align:left;
	vertical-align: middle;
	padding:1px 5px 1px 0px;
	margin:0px;
	border-bottom: 1px solid #AAAAAA;
}

img.cart_sidebar_image {
	margin: 0px; 
	padding: 0px; 
	border: 0px;
}

td.cart_sidebar_cell_num {
	text-align:right;
	vertical-align: middle;
	padding:1px 5px 1px 1px;
	margin:0px;
	font-weight: bold;
	border-bottom: 1px solid #AAAAAA;
}

td.cart_sidebar_cell_article {
	text-align:left;
	vertical-align: middle;
	padding:1px 0px 1px 0px;
	margin:0px;
	border-bottom: 1px solid #AAAAAA;
}

td.cart_sidebar_cell_footer {
	text-align: center;
}


#flv_cart, .flv_box {
	padding: 3px;
	border: 1px solid #AAAAAA;
	margin: 0px 0px 10px 0px;
	
}


/* styles used in right column */

#flv_right h2 {
	text-align: center;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	
}

p.flv_boxicon {
	text-align: center;
	margin-bottom: 2px;
}


/* styles for details.php */

h2.flv_article_name {
	/*color: white;
	background-color: #7FBA37; */
	text-align: center;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 20px;
}

dfn {
	font-style: normal;
}


/* styles for details.php orderform */

.flv_order_block {
}

table.flv_order_table {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.flv_article_price {
	font-weight: bold;
}

.flv_article_price_info {
	font-size: 10px;
}

.flv_article_category {
	text-align: center;
	margin-bottom: 12px;	
}

.flv_article_description {
	font-size: inherit;
	margin: 20px 0px 0px 0px;
}


/* styles for show.php */

h1.flv_category_title {
	text-align: center;
	font-size: 20px;
	margin: 10px;
	/*letter-spacing: 3px;*/
	/*text-transform: uppercase;*/
}

table.flv_article_list {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

table.flv_article_list td {
	border: 1px solid #CCCCCC;
	width: auto;
	padding: 2px;
}

.pagination {
	font-size: 16px;
}

.pagination a, .pagination a:visited {
	font-size: 16px;
	color: blue;
}

/* Styles for product details (details.php) */
.detailPhotoClosed {
	display:none;
	width: 0px;
	height: 0px;
}

.detailPhotoOpen {
	display:block;
	position:absolute;
	background-color: white;
	border: 2px solid #444444;
	padding: 5px;
	width: 300px;
	height: auto;
	margin-left: 140px;
}

img.detailPhotoLink {
	cursor: pointer;
}