/* generic things in life */

html {
	height: 100%;
}

body {
	background: #FFF url(img/homecinema.jpg) no-repeat fixed 0 0;
	color: #222;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 100%;
	width: 800px;
}

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #455562;
	margin: 8px 1px 5px 1px;
}

h2, h2 a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #455562;
	margin: 8px 1px 5px 1px;
}

h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #455562;
	margin: 11px 1px 3px 1px;
}

h5 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #455562;
	margin: 5px 1px 0 1px;
}

p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: transparent;	
	/*margin: 8px 0 8px 0;	*/
}

p a, li a {
	text-decoration: underline;
}

strong {
	color: #455562;
}

ul {
	list-style-type: circle;
	list-style-position: inside;
	color: #B7C5D4;
}

ul li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;	
}

a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 11px;
	color: #455562;
	text-decoration: none;
}

a:hover {
	color: #BC9279;
}

table {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 11px;
	width: 100%;
	margin: 0;	
}

td, th {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

th span {
	font-weight: normal;
}

fieldset {
	border: 0;
}

select {
	width: 200px;
}

label {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 11px;
	margin: 5px 0 0 0;
	display: block;
}

img.right {
	float: right;
	margin-right: 30px;
}

.input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 11px;
	padding: 0 0 0 2px;
	border: 1px solid #6587AA;
	margin: 3px 5px 0 0;
}

.button {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 10px;
}

.rightbutton {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 11px;
	float: right;
	margin: 10px;
}

.adminform {
	padding: 10px;
}

.buttons {
	text-align: right;
	margin: 10px;
}

.error {
	font-weight: bold;
	color: #CD3C3C;
}

.msg_i {
	color: #228B22;
}

.msg_e {
	color: #CD3C3C;	
}

#wrapper {
	width: 800px;	
	margin: 0;
	text-align: left;
}
	
html>body #wrap-per {
    height: auto;
	 width: auto;
}

#content {
	/*margin: 20px 220px 180px 200px;*/
	margin: 20px 220px 0 200px;
	height: 1%; /* ugly IE6 hack */
}

/*
#wrapper>#content {
	height: auto;
}
*/

#widecontent {
	/*margin: 20px 20px 180px 200px;*/
	margin: 20px 20px 0 200px;
}

.row1 {
	background-color: #EFEFEF;
}

.row2 {
	background-color: #fff;
}

.r {
	text-align: right;
}

/* header area */
#header {
	background: url(img/logo.gif) 20px 20px transparent no-repeat;
	height: 90px;
}

/* quick menu and search facility */

#quickmenu {
	background: url(img/quickmenubg.gif) top right transparent no-repeat;
	height: 90px;
	width: 800px;
	float: right;
	text-align: right;
}

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

#quickmenu fieldset {
	margin: 0;
	padding: 0;
	display: inline;
}

#quickmenu ul {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 11px;
	color: #BA937C;
	background-color: transparent;
	list-style: none;
	margin-top: 20px;
	margin-right: 13px;
}

#quickmenu li {
	margin: 0 0.5em;
	display: inline;	
}

#quickmenu li img {
	text-align: center;
	border: 0;	
}

#quickmenu li a {	
	padding: 0;
	margin: 0;
	color: #BC9279;
}

#quickmenu li>a {
	line-height: 23px;
	vertical-align: top;
}

#quickmenu li a:hover {
	color: #455562;
}

#quickmenu .input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 11px;
	padding: 0 0 0 2px;
	border: 1px solid #6587AA;
}

#quickmenu .button {
	vertical-align: text-bottom;
}

/* site menu */

#menu {
	margin-left: 12px;
	float: left;
	width: 160px;	
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
	border: 0;
	}

#menu li	{
	text-align: center;
	border-bottom: 1px solid #B7C5D4;
	border-left: 1px solid #B7C5D4;
	border-right: 1px solid #B7C5D4;	
	width: 130px;
	margin: 0;
	padding: 0;
	font: 10px/15px "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	color: #455562;
	background: transparent;
}

#menu li.first {
	border-top: 1px solid #B7C5D4;
}

#menu li a {
	display: block;
	padding: 0;
	background: transparent;
	color: #455562;
	text-decoration: none;
	width: 128px; 
 	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 130px;
}

#menu li a:hover {
	background-color: #E2ECF4;
	text-decoration: none;
}

/* area for random sales and other stuff */

#highlight {
	float: right;
	width: 190px;	
	margin-right: 8px;	
}

#highlight #sales {
	background: url(img/salesheadersmall.gif) top left no-repeat;
	padding-top: 28px;	
}

#highlight #sales .item {
	/*background: url(img/salesswooshsmall.gif) top center no-repeat;
	height: 110px;
	margin: 0 20px 15px 0;*/
	text-align: left;	
	padding-top: 10px;
	border-top: 1px solid #B7C5D4;
	clear: both;
}

#highlight #sales .firstitem {
	/*background: url(img/salesswooshsmall.gif) top center no-repeat;
	height: 110px;
	margin: 0 20px 15px 0;*/
	text-align: left;	
	clear: both;
}

#highlight #sales span.ordprice {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: line-through;
	color: #455562;
	vertical-align: top;
	margin-right: 20px;
	clear: both;
	float: right;
}

#highlight #sales span.saleprice {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #A22A20;
	clear: both;
	float: right;
}

#highlight #sales img {
	border: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#highlight #sales a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	/*font-size: 12px;*/
	font-weight: bold;
	color: #455562;
	text-align: left;
	margin: 3px;	
	text-decoration: underline;
}

#highlight #sales a:hover {
	color: #BC9279;
	cursor: pointer;
}

#highlight ul {
	list-style: none; 
}

/* front page news flash */

#newsflash {
	background: url(img/newsheadersmall.gif) top left no-repeat;
	padding-top: 12px;
	text-align: center;
}

#newsflash h1 {
	text-align: left;
	margin: 15px 1px 5px 0;
	padding: 0;
}

#newsflash h1 a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #455562;
	text-align: left;
}

#newsflash img {
	border: 0;
	margin: 5px;
}

#newsflash .price {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 27px;
	font-weight: normal;
	display: block;
	float: right; 
	margin: 6px 20px;
	color: #455562;
}

#newsflash .ordprice {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: line-through;
	color: #455562;
	margin: 0 20px 0 0;
	display: block;
	float: right; 
	width: 100px;
}

#newsflash .saleprice {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 27px;
	font-weight: normal;
	color: #A22A20;
	display: block;
	clear: right;
	float: right; 
	margin: 0 20px 0 0;
	width: 100px;
}

#newsflash p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 11px;
	color: #444;
	margin: 5px 8px 3px 8px;
	text-align: left;
}

#newsflash ul {
	list-style: none;
	margin: 15px 0 0 10px;
	text-align: center;
	height: 90px;
}

#content>#newsflash ul {
	margin: 15px 0 0 -20px;	
}

#newsflash li.first {
	width: 110px;
	float: left;
	text-align: center;
	border: 0;	
	margin: 0;
	height: 80px;
	overflow: hidden;
}

#newsflash li {
	width: 110px;
	float: left;
	text-align: center;
	border-left: 1px solid #6A8EB5;	
	height: 80px;
	margin: 0;
	overflow: hidden;
}

#newsflash li a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #455562;
	text-decoration: none;	
}

#newsflash li a:hover {
	color: #BC9279;	
}

#newsflash li img {
	border: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* footer */

#footer {
	/*position: absolute;
	bottom: 0;*/
	clear: both;
	background: url(img/footerbg.gif) transparent bottom left no-repeat;
	height: 180px;
	width: 800px;	
}

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

#footer a:hover {
	color: #BC9279;
}

#footer #contact {
	position: relative;
	top: 55px;
	left: 10px;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#footer ul {
	list-style: none;
	margin: 0 17px 0 0;
	display: inline;
	float: right;
	position: relative;
	top: 67px;
}

body>#wrapper>#footer ul {
	top: 65px;	
}

#footer li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: transparent;
	margin: 0;
	display: inline;
}

/* list of products */

#productlist {
	width: 350px;
	padding-left: 1px;
}

#productlist table{	
	border-collapse: collapse;
	border: 1px solid #B7C5D4;
	margin: 0;
	padding: 0;
	width: 350px;
	text-align: center;
}

#productlist td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 10px;
	color: #455562;	
	padding-left: 5px;
	margin: 0;
	border: 1px solid #B7C5D4;
}

#productlist .name {
	text-align: left;
}

#productlist .price {
	text-align: center;
}

#productlist td a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 10px;
	display: block;
	width: 100%;
	color: #455562;
	background-color: transparent;
	text-decoration: none;	
	padding: 4px 4px 4px 0;
	margin: 0;
	text-align: left;	
}

#productlist h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 10px;
	color: #455562;
	font-weight: bold;
	padding: 4px 0 4px 5px;
	margin: 0;
	text-align: left;
}

/* product details */

#product {
	background: url(img/prodheadersmall.gif) top left no-repeat;
	padding-top: 5px;
	text-align: center;
}

#product h1{
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #455562;
	margin: 15px 1px 5px 1px;
	text-align: left;
}

#product img {
	border: 0;
	margin: 5px;	
}

#shopping label {
	display: inline;
}

#product .price {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 27px;
	font-weight: normal;
	display: block;
	float: right; 
	margin: 6px 20px;
	color: #455562;
}

#product div.price, #newsflash div.price {
	float: right;
	width: 150px;
	margin: 0;
}

#product .ordprice {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: line-through;
	color: #455562;
	margin: 0 20px 0 0;
	display: block;
	float: right; 
	width: 100px;
}

#product .saleprice {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 27px;
	line-height: 27px;
	font-weight: normal;
	color: #A22A20;
	display: block;
	clear: right;
	float: right; 
	margin: 0 20px 0 0;
	width: 100px;
}

#product p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 11px;
	color: #444;
	margin: 5px 8px 8px 8px;
	text-align: left;
}

#product .input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 10px;
	padding: 0;
	border: 1px solid #6587AA;
	width: 20px;
	margin: 3px 5px 0 0;
}

#product .button {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 10px;
	margin-right: 20px;
}

#product #shopping {
	background: url(img/buyheadersmall.gif) top left no-repeat;
	margin-top: 15px;
	padding-top: 10px;
	text-align: right;
}

#product #shopping ul {
	font: 10px/15px "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	color: #444;
	padding: 5px 0 8px 8px;
	margin: 0;
	text-align: left;
}

#product>#shopping ul {
	padding: 15px 0 8px 8px;
}

#product #shopping label {
	font-size: 10px;
	vertical-align: text-bottom;
}

#product #misc {
	background: url(img/prodmischeadersmall.gif) top left no-repeat;
	margin-top: 15px;
	padding-top: 16px;	
	text-align: left;
}

#product #misc ul {
	list-style-type: circle;
	list-style-position: inside;
	color: #B7C5D4;
	margin: 8px 0 0 8px;
	padding-left: 10px;
}

#login {
	background: url(img/loginheadersmall.gif) top left no-repeat;
	padding: 8px;
	padding-top: 15px;
}

#login .button {
	margin: 10px;
	margin-left: 100px;
}

#login label {
	display: block;
}


#login div label {
	display: inline;
}

#register {
	background: url(img/regheadersmall.gif) top left no-repeat;
	padding: 8px;
	padding-top: 15px;
}

#register ul {
	list-style: none;
	margin: 0;
	margin-left: 8px;
	padding: 0;
}

/* shopping cart */
#cart {
	background: url(img/cartheadersmall.gif) top left no-repeat;
	padding-top: 25px;
}

#cart form {
	/*text-align: right;*/
	margin: 5px;	
}

#cart table {
	padding: 6px;
}

#cart td, #cart th {
	padding: 0 2px 0 4px;
}

#cart tr.ordersum td {
	padding-top: 8px;
	border-top: 1px solid #777;
	font-weight: bold;
}

.carttop {	
	width: 350px;
	padding-top: 4px;
	border-left: 1px solid #B7C5D4;
	border-right: 1px solid #B7C5D4;
	border-top: 6px solid #B7C5D4;
}

.cart {
	width: 350px;
	padding-top: 15px;
	padding-bottom: 8px;
	border-left: 1px solid #B7C5D4;
	border-right: 1px solid #B7C5D4;
	border-bottom: 6px solid #B7C5D4;
}

/* technical product specifications */

#highlight #tech {
	background: url(img/techspecheadersmall.gif) top left no-repeat;
	padding-top: 28px;
	text-align: center;
}

#highlight #tech table{	
	border-collapse: collapse;
	border: 1px solid #B7C5D4;
	margin: 0;
	padding: 0;
	width: 155px;
}

#highlight #tech td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 10px;
	color: #455562;	
	padding: 3px;
	margin: 0;
	border: 1px solid #B7C5D4;
	vertical-align: top;
	text-align: left;
}

/* list of news and sale and similar */

#detailedlist p {
	margin-top: 0;
}

#detailedlist img {
	margin: 5px;
	border: 0;
	float: right;
}

#detailedlist hr {
	border: 3px solid #B7C5D4;
	background-color: #B7C5D4;
}

#detailedlist .price {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 27px;
	font-weight: normal;
	display: block;
	clear: right;
	margin-right: 20px;
	color: #455562;
	text-align: right;
}

#detailedlist .ordprice {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	text-decoration: line-through;
	color: #455562;
	margin-right: 30px;
	display: block;
	clear: right;
	text-align: right;
}

#detailedlist .saleprice {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 27px;
	font-weight: normal;
	color: #A22A20;
	display: block;
	margin-right: 20px;
	text-align: right;
}

#detailedlist a.prodlink {
	float: left;	
	line-height: 27px;
}

/* forms */

form table{	
	border-collapse: collapse;
	border: 1px solid #B7C5D4;
	margin: 0;
	padding: 0;
}

form td {
	background-color: #DFE8F0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 11px;
	color: #455562;	
	padding: 0 0 1px 4px;
	margin: 0;
	border: 1px solid #B7C5D4;
	text-align: left;
}

form td.label {
	background-color: #EFEFEF;
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
	width: 90%;
}

form ul {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 11px;
	list-style: none;
	margin: 0 8px 8px 8px;
	padding: 0;
}

form li {
	color: #333;
}