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

.photo_small {
	position: relative;
	width: 153px;
	height: 160px;
	float: left;
	text-align: center;
	color: #000000;
	margin: 10px 0px 0px 0px;
}
.photo_small a{
	color: #000000;
}
.photo_small a:link {
	text-decoration: none;
}
.photo_small a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.photo_small .title{
	width: 100%;
	text-align: center;
	cursor: pointer;
	display: block;
}
.search_navbar{
	margin: 5px auto 10px auto;
	color: #FF0000;
	width: 550px;
	clear:both;
}
.search_navbar .title{
	font-weight: bold;
}
.search_navbar a{
	color: #000000;
}
.search_navbar a:hover{
	color: #FF0000;
}
.search_navbar .current{
	font-weight: bold;
	color: #FF0000;
	font-size: larger;
}
.dashed_line {
	background-image: url(./images/dashed_line.png);
	height: 1px;
	width: 615px;
	background-repeat: no-repeat;
}

/*deshed box container*/
.dashedBoxTop {
	background: url(./images/news-up.png) no-repeat;
	height: 7px;
	width: 615px;
	font-size: 1px;
	float: left;
	background-repeat: no-repeat;
}
.dashedBoxBottom {
	background: url(./images/news-down.png) no-repeat;
	height: 7px;
	width: 615px;
	font-size: 1px;
	float: left;
	background-repeat: no-repeat;
}
.dashedBoxMain {
	background: url(./images/bg-main.png);
	width: 615px;
	background-repeat: repeat-y;
	float: left;
}
.dashedBoxMain .min_height{
	height:455px;
	width:1px;
	float:left;
}
.dashedBoxMain .content{
	float: left;
	width:594px;
	padding:0px 10px 0px 10px;
	overflow: hidden;
}
.dashedBoxMain .content hr {
	margin: 5px 0px 5px 0px;
	width: 584px;
}

div#homePhoto {
	text-align: center;
	height: 357px;
	width: 615px;
}
div#photo_big {
	text-align: center;
	padding: 10px 0px 20px 0px;
}

.photo_info{
	margin: 0px 5px 0px 5px;
	width: 200px;
	float: left;
}
.photo_info .feature{
	width: 83px;
	text-align: right;
}
.photo_info .value{
	padding-left: 2px;
}

.cd {
	padding:5px 0px 5px 0px;
	margin: 0px 10px 0px 10px;
	width:590px;
	overflow: hidden;
}
.cd .cover{
	width: 85px;
/*	height: 85px;*/
	margin: 0px 0px 0px 0px;
	float: left;
}
.cd .right{
	float: right;
	width: 455px;
	height: 85px;
	overflow: hidden;
}
.cd .right .info{
	float: left;
}
.cd .right .info .feature{
	width: 120px;
	text-align: right;
}
.cd .right .info .value{
	padding-left: 2px;
}
.cd .right .buttons{
	float: right;
	width: 80px;
	margin: 5px 10px 0px 10px;
	text-align: right;
}
.cd .right .buttons .browse_cd_button{
	cursor: pointer;
	width: 77px;
	height: 17px;
	background-image: url(./images/browse_cd_button.png);
	margin: 0px 0px 0px 5px;
	float: right;
	clear: right;
}
.cd .right .buttons .browse_cs_button{
	cursor: pointer;
	width: 141px;
	height: 17px;
	background-image: url(./images/browse_cs_button.png);
	margin: 5px 0px 0px 5px;
	float: right;
	clear: right;
}
.cd .right .buttons .about_cs_button{
	cursor: pointer;
	width: 120px;
	height: 17px;
	background-image: url(./images/about_cs_button.png);
	margin: 0px 0px 0px 5px;
	float: right;
	clear: right;
}
.cd .right .buttons .buy_cs_button{
	cursor: pointer;
	width: 128px;
	height: 17px;
	background-image: url(./images/buy_cs_button.png);
	margin: 5px 0px 0px 0px;
	float: right;
	clear: both;
}
.cd .right .buttons .buy_cd_button{
	cursor: pointer;
	width: 63px;
	height: 17px;
	background-image: url(./images/buy_cd_button.png);
	margin: 5px 0px 0px 5px;
	float: right;
	clear: right;
}
.return_to_cd_list_button{
	clear:right;
	float:right;
	cursor: pointer;
	width: 71px;
	height: 17px;
	background-image: url(./images/cd_list_return_button.png);
	margin: 5px 0px 0px 17px;
}
.cd .right .buttons .unbuy_cd_button{
	cursor: pointer;
	width: 56px;
	height: 17px;
	background-image: url(./images/unbuy_button.png);	
	margin: 5px 0px 0px 5px;
	float: right;
	clear: right;
}
.cd .right .buttons .view_photo_button{
	cursor: pointer;
	width: 85px;
	height: 17px;
	background-image: url(./images/view_photo_button.png);	
	margin: 5px 0px 0px 5px;
	float: right;
	clear: right;
}
.cd .right .buttons .download_photo_button{
	cursor: pointer;
	width: 117px;
	height: 17px;
	background-image: url(./images/download_photo_button.png);	
	margin: 5px 0px 0px 5px;
	float: right;
	clear: right;
}
.cd .right .buttons .download_button{
	cursor: pointer;
	width: 61px;
	height: 17px;
	background-image: url(./images/download_button.png);	
	margin: 5px 0px 0px 5px;
	float: right;
	clear: right;
}
.cd .right .buttons .download_all_button{
	cursor: pointer;
	width: 83px;
	height: 17px;
	background-image: url(./images/download_all_button.png);	
	margin: 5px 0px 0px 5px;
	float: right;
	clear: right;
}
.buy_photo_button{
	cursor: pointer;
	width: 102px;
	height: 17px;
	background-image: url(./images/buy_photo_button.png);
	clear: both;
	float: right;
	margin: 10px 5px 5px 0px;
}
.browse_cs_button{
	cursor: pointer;
	width: 141px;
	height: 17px;
	background-image: url(./images/browse_cs_button.png);
	margin: 0px 10px 0px 0px;
	float: right;
	clear: both;
}
.buy_cs_button{
	cursor: pointer;
	width: 128px;
	height: 17px;
	background-image: url(./images/buy_cs_button.png);
	margin: 5px 10px 0px 0px;
	float: right;
	clear: both;
}
.single{ 
	margin: 10px 0px 10px 0px;
	float: right;
	clear: both;
	width: 350px;
	color: #FF0000;
}

hr {
	width: 594px;
	height: 1px;
	margin: 5px 5px 5px 10px;
	border-bottom: 1px solid #DDDDDD;
	border-top: none;
	border-right: none;
	border-left: none;
}

div#keywords {
	clear: both;
	padding:0px 0px 5px 0px;
	margin: 0px 10px 0px 10px;
/*	border-top-color: #DDDDDD;
	border-top-style: solid;
	border-top-width: 1px;
	*/
}
#photo_prices {
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	margin: 0px 5px 0px 5px;
	background-color: #DDDDDD;
	float: right;
	width: 360px;
}
#photo_prices th{
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	background-color: #EEEEEE;
}
#photo_prices td{
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	background-color: #EEEEEE;
}
body {
	margin: 20px auto 20px;
	padding: 0px;
	text-align: center;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
div {
	margin: 0px;
	padding: 0px;
	position: static;
	text-align: justify;
}
p {
	margin: 0px 0px 10px;
	padding: 0px;
}
h1 {
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
}
h2{
	font-size: larger;
	font-weight: bold;
	margin: 10px 10px 15px 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
input, select {
	margin: 0px;
	padding: 0px;
	font-size: x-small;
}
table {
/*	font-size: 10px;*/
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	font-weight: normal;
	color: #FF0000;
}
a:hover {
	font-weight: normal;
	color: #000000;
}
a.inverse{
	font-weight: normal;
	color: #000000;
}
a.inverse:hover{
	color: #FF0000;
}
a.menu {
	font-weight: bold;
}
a.menu:Hover {
	font-weight: bold;
	color: #000000;
}
a.arrow {
	background: url(./images/arrow.png) no-repeat;
	padding-left: 15px;
}
a.arrow:Hover {
	background: url(./images/arrow.png) no-repeat;
	padding-left: 15px;
}
.left{
	float: left;
}
.shortleft {
	width: 280px;
}

.right{
	float:right;
}
.clear{
	clear: both;
}
.SPouter {
	width: 800px;
}
div#SAMphoto {
	float:left;
	width: 800px;
}
div#header {
	width: 800px;
	height: 67px;
	float: left;
}
div#header #logo {
	float: left;
/*	margin-bottom: 5px;*/
}
div#header #menu {
	float: right;
	margin-top: 40px;
/*	margin-bottom: 5px;*/
}
div#searchMain {
	background: url(./images/main-search.png);
	height: 329px;
}
div#searchMainIngram {
	background: url(./images/main-searchIngram.png);
	height: 319px;
}
div#searchTitle {
	background: url(./images/title-search.png);
	height: 20px;
	width: 180px;
	font-weight: bold;
	text-indent: 7px;
	padding-top:4px;	
/*	line-height: 200%;
	height: 24px;*/
	background-repeat: no-repeat;
}
div#searchTitleIngram {
	background: url(./images/title-searchIngram.png);
	height: 20px;
	width: 180px;
	font-weight: bold;
	text-indent: 7px;
	padding-top:4px;	
/*	line-height: 200%;
	height: 24px;*/
	background-repeat: no-repeat;
}
div#userMain {
	background: url(./images/main-user.png);
}
div#userMainIngram {
	background: url(./images/main-userIngram.png);
}
div#userTitle {
	background: url(./images/title-user.png);
	height: 20px;
	width: 180px;
/*	line-height: 200%;
	height: 24px;*/
	font-weight: bold;
	text-indent: 7px;
	padding-top:4px;	
	background-repeat: no-repeat;
}
div#userTitleIngram {
	background: url(./images/title-userIngram.png);
	height: 20px;
	width: 180px;
/*	line-height: 200%;
	height: 24px;*/
	font-weight: bold;
	text-indent: 7px;
	padding-top:4px;	
	background-repeat: no-repeat;
}
div#searchPadding{
	padding: 1px 7px 7px;
}
div#salePadding{
  padding-top:5px;
  font-size:1px;
  margin:0px;
  clear:both;
}
div#userPadding {
	padding: 1px 7px 7px;
	height: 70px;
}
div#status {
	height: 35px;
	background-image: url(./images/down-status.png);
  background-position: bottom;
  background-repeat: no-repeat;
	padding-bottom: 7px;
}
div#statusMain {
	background: url(./images/main-status.png);
}
div#statusIngram {
	height: 35px;
	background-image: url(./images/down-statusIngram.png);
  background-position: bottom;
  background-repeat: no-repeat;
	padding-bottom: 7px;
}
div#statusMainIngram {
	background: url(./images/main-statusIngram.png);
}
div#statusPadding {
	padding: 3px 7px 0px 7px;
}
div#suppliers {
	text-align:center;
	margin-top:5px;
}
div#control_panel {
	float: left;
	width: 180px;
	margin: 0px 5px 0px 0px;
	overflow: hidden;
}
div#main {
	float: right;
	width: 615px;
	margin: 0px 0px 0px 0px;
	padding:0px;
}
td.left {
	float:left;
}
td.item {
	width: 56px;
}

.search_options {
	margin-top: 5px;
	margin-bottom: 5px;
}
.search_options .header{
	padding:3px 0px 2px 0px;
	font-weight:bold;
}
.checkbox {
	width: 16px;
	height: 17px;
}

td.right {
	text-align: right;
}

.lsearch_button, .search_button, .login_button , .logout_button{
	cursor: pointer;
	width: 63px;
	height: 17px;
}
.search_button {
	position:relative;
	left:101px;
	margin-top:5px;
	background-image: url(./images/search_button.png);
}

.lsearch_button {
	position:relative;
	left:1px;
	margin-top:5px;
	background-image: url(./images/search_button.png);
}
.login_button {
	background-image: url(./images/login_button.png);
}
.logout_button {
	background-image: url(./images/logout_button.png);
	margin: 16px 0px 0px 100px;
}


#keyword {
	width: 161px;
	margin-top: 5px;
}
input#password, input#email {
	width: 110px;
}
p.small {
	margin-top: 10px;
	margin-bottom: 5px;
}
p.news {
	margin-bottom: 5px;
}
div#sloganA {
	background: url(./images/bg-slogan-a.png);
	width: 615px;
}
div#sloganB {
	background: url(./images/bg-slogan-b.png);
	text-align: center;
	width: 615px;
}
div#sloganC {
	background: url(./images/bg-slogan-c.png);
	height: 11px;
	width: 615px;
}
div#footer {
	text-align: right;
	margin-top: 3px;
	clear: both;
}
#subfooter{
	margin-top:15px;
	text-align:center;
	color: #666666;
	line-height: 16px;
}
#subfooter a{
	color: #666666;
}
#subfooter a:hover{
	color: #000000;
}
div.error {
	margin: 10px;
	font-weight: bold;
}
div.error .info {
	font-weight: normal;
	margin-top: 10px;
}

#sale {
	clear: both;
	width: 800px;
	background-color: #EEEEEE;
}
#sale .g_top{
	background-image: url(./images/dashed_wide_box_top.png);
	width: 800px;
	height: 7px;
	float: left;
	background-repeat: no-repeat;
	font-size: 1px;
}
#sale .g_main{
	background-image: url(./images/dashed_wide_box_main.png);
	width: 800px;
	float: left;
}
#sale .g_bottom{
	background-image: url(./images/dashed_wide_box_bottom.png);
	width: 800px;
	height: 7px;
	float: left;
	background-repeat: no-repeat;
	font-size: 1px;
}
#sale .article_wraper{
	width: 790px;
	margin: 0px 0px 0px 10px;
}
#sale .article{
	width: 255px;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
}
#sale .article img{
	float: left;
}
#sale .article .heading{
	width:140px;
	font-weight: bold;
	margin: 0px 0px 5px 5px;
}
#sale .article .info{
	width:140px;
	padding: 5px 0px 0px 5px;
	float:left;
}

#main #suppliers_box{
	margin: 5px 0px 0px 0px;
	background-color: #EEEEEE;
	width: 615px;
	height: 106px;
	text-align: center;
}
#main #suppliers_box .heading{
	font-size: small;
	width: 610px;
	height: 20px;
	text-align: center;
	margin: 15px 0px 7px 0px;
}
#main #suppliers_box .logos{
	width: 610px;
	height: 46px;
	text-align: center;
	margin: 5px 0px 5px 0px;
}

#main #suppliers_box .logos img{
	margin: 0px 25px 0px 25px;
}

.cds .logo, .photos .logo{
	margin-right: 10px;
}
.infotext{
	margin-right: 10px;
}
.cds .more_button{
	background-image: url(./images/more_button.png);
	cursor: pointer;
	width: 45px;
	height: 17px;
	float: right;
	margin: 0px 10px 5px 0px;
}

/* price list*/
.pricelist {
	margin: 0px auto 30px auto;
	background-color: #EEEEEE;
	width: 590px;
}
.pricelist td{
	text-align: center;
	background-color: #FFFFFF;
}
.pricelist th{
	text-align: center;
	background-color: #EEEEEE;
	font-weight: bold;
}
.pricelistP {
	margin: 0px auto 30px auto;
	background-color: #EEEEEE;
	width: 350px;
}
.pricelistP td{
	text-align: center;
	background-color: #FFFFFF;
}
.pricelistP th{
	text-align: center;
	background-color: #EEEEEE;
	font-weight: bold;
}

address {
	font-style: normal;
}

/* shop_cart */
#shop_cart_prices{
	text-align: right;
	width: 250px;
}
#shop_cart_prices td{
	background-color: #FFFFFF;
}
#shop_cart_prices td.grand_total{
	font-size:larger;
}
#shop_cart_note{
	width: 300px;
	float:right;
	padding: 0px 10px 10px 10px;
	color:#666666
}
#shop_cart_note2{
	width: 300px;
	float:right;
	padding: 0px 10px 0px 10px;
	color:#FF0000;
}
.unbuy_all_button{
	clear:both;
	float:right;
	cursor: pointer;
	width: 85px;
	height: 17px;
	background-image: url(./images/unbuy_all_button.png);
	margin: 0px 10px 0px 5px;
}
#payment_type{
	clear:right;
	float:right;
	width: 300px;
	padding: 0px 10px 10px 10px;
}
.purchase_button{
	clear:both;
	float:right;
	cursor: pointer;
	width: 122px;
	height: 17px;
	background-image: url(./images/purchase_button.png);
	margin: 5px 10px 0px 5px;
}

.pokracovat_button{
	clear:both;
	float:right;
	cursor: pointer;
	width: 153px;
	height: 17px;
	background-image: url(./images/pokracovat_button.png);
	margin: 5px 10px 0px 5px;
}

.pokracovat2_button{
	clear:both;
	float:right;
	cursor: pointer;
	width: 76px;
	height: 17px;
	background-image: url(./images/pokracovat2_button.png);
	margin: 5px 10px 0px 5px;
}


/* Registration */
#reg_form .header{
	font-weight: bold;
	width: 150px;
	height:15px;
	margin: 0px 0px 3px 90px;
	text-align: left;
}
#reg_form table{
	width: 270px;
	margin: 0px 10px 0px 0px;
}
#reg_form table .item{
	text-align: right;
	width: 85px;
	margin: 0px;
	padding: 0px;
}
#reg_form table .value{
	width: 170px;
}
#reg_form .clear{
	clear: both;
	width: 100%;
	height: 1px;
}
#reg_form .disabled{
	color: #999999
}
.reg_notes {
	clear: both;
	color: #999999;
	margin-top: 15px;
}
.send_button{
	background-image: url(./images/send_button.png);
	width: 54px;
	height: 17px;
	float: right;
	margin: 5px 10px 0px 0px;
	cursor: pointer;
}

/* welcome.php */
.profile{
	float:left;
}
.profile .header{
	font-weight: bold;
	width: 240px;
	height:15px;
	text-align:left;
}
.profile .welocme_table{
	width: 240px;
	margin: 0px 10px 0px 0px;
}
.profile .welocme_table .item{
	text-align: right;
	width: 75px;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}
.profile .welocme_table .value{
	width: 150px;
	background-color: #EEEEEE;
}
.profile .welocme_table .clear{
	clear: both;
	width: 100%;
	height: 1px;
}
welcome_note{
	margin: 5px 0px 0px 0px;
}
#shop_history{
	background-color: #CCCCCC;
	text-align: center;
}
#shop_history th{}
#shop_history td{
	background-color: #FFFFFF;
	vertical-align: top;
}
#shop_history td ul{
	margin: 0px 0px 0px 15px;
	text-align:left;
}

#separator{
	width:100%; 
	height:5px; 
	clear:both; 
	font-size:1px;
}

#separator15{
	width:100%; 
	height:15px; 
	clear:both; 
	font-size:1px;
}

#grayTable {
	background-color: #AAAAAA;
	text-align:center;
}

#grayTable th {}
#grayTable td {
	background-color: #FFFFFF;
	text-align:center;
}

#graystyle th {}
#graystyle td, #graystyle td a {
	color:#999999;
	text-decoration:none;
	font-size: x-small;
	font-weight: bold;
}

#graystyle td a:hover {
	color:#FF0000;
	text-decoration:underline;
	font-weight: bold;
}

.separator{
	width:100%; 
	height:2px; 
	clear:both; 
	font-size:1px;
}

.textIngram {
	color: #9AB906;
}

.textIngramBig {
	text-align:left;
	color: #000000;
	font-weight:bold;
	font-size:larger;
}

.textIngramBig2 {
	text-align:left;
	color: #000000;
	font-weight:bold;
	font-size:normal;
}

.textIngramBig a{
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}

.textIngramBig a:hover{
	color: #000000;
	font-weight:bold;
	text-decoration:underline;
}

.textIngramHuge {
	font-family:Tahoma;
	text-align:left;
	color: #9AB906;
	font-size:large;
	font-weight:bold;
}

#tblIngramGreen {
	margin: auto auto auto auto;
	width: 220px;
}
#tblIngramGreen td{
	background-color: #BBD95D;
}
#tblIngramGreen th{
	background-color: #9AB906;
	font-weight: bold;
	font-size: small;
}

.tblIngramBase {
	margin: auto auto auto auto;
	background-color: #EEEEEE;
	width: 600px;
}
.ingramMinHeight{
	height:460px;
	width:1px;
	float:left;
}
.tblIngramBase td{
	background-color: #FFFFFF;
	color:#000000;
}
.tblIngramBase th{
	background-color: #EEEEEE;
	font-weight: bold;
}
.tblIngramGreenB {
	margin: auto auto auto auto;
	background-color: #9AB906;
}
.tblIngramGreenB td{
	background-color: #FFFFFF;
	color:#000000;
}
.tblIngramGreenB th{
	background-color: #EEEEEE;
	font-weight: bold;
}
.titleIngram {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
}
.tblIngramTitle {
	margin: auto auto auto auto;
	background-color: #EEEEEE;
	width: 608px;
}
.tblIngramTitle td{
	background-color: #FFFFFF;
	color:#000000;
}
.tblIngramTitle th{
	background-color: #EEEEEE;
	font-weight: bold;
}
#tblIngramGray table{
	width:190px;
	border:2px white solid;
}
#tblIngramGray th{
	font-weight:bold;
	font-size: x-small;
	padding-bottom:15px;
	color:#FFFFFF;
	background-color: #666666;
}
#tblIngramGray td{
	color:#000000;
	font-weight:bold;
}
#tblIngramGray a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#tblIngramGray a:hover{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
#tblIngramGray .button {
	text-align:right;
	border:2px white solid;
	background-color:#9AB906;
	font-weight:bold;
	cursor:pointer;
	color:#FFFFFF
}

#btnDiv {
	text-align:right;
}

#btnDiv .button {
	text-align:right;
	border:2px white solid;
	margin:5px; 
	padding:5px;
	background-color:#9AB906;
	font-weight:bold;
	cursor:pointer;
	color:#FFFFFF;
}

#tblIngramGray .bigger {
	font-size: small;
}

.greenOnGreen {
	color:#506004;
	background-color:#E9F5C1
}

.photo_smallIngram {
	position: relative;
	width: 180px;
	height: 180px;
	float: left;
	text-align: center;
	color: #000000;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 5px 0px;
	border:1px #DDDDDD solid;
}

.photo_historyIngram {
	position: relative;
	width: 180px;
	height: 240px;
	float: left;
	text-align: center;
	color: #000000;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 5px 0px;
	border:1px #DDDDDD solid;
}

.photo_smallIngram td, .photo_historyIngram td{
	text-align: center;
}

.photo_smallIngram a, .photo_historyIngram a{
	color: #000000;
}
.photo_smallIngram a:link, .photo_historyIngram a:link {
	text-decoration: none;
}
.photo_smallIngram a:hover, .photo_historyIngram a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.photo_smallIngram .title, .photo_historyIngram .title{
	width: 100%;
	text-align: center;
	cursor: pointer;
	display: block;
}

.photo_lightboxIngram {
	position: relative;
	width: 180px;
	height: 250px;
	float: left;
	text-align: center;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	border:1px #DDDDDD solid;
}
.photo_lightboxIngram td{
	text-align: center;
}

.photo_lightboxIngramP {
	position: relative;
	width: 530px;
	height: 250px;
	float: left;
	text-align: center;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	border:1px #DDDDDD solid;
}
.photo_lightboxIngram a{
	color: #000000;
}
.photo_lightboxIngram a:link {
	text-decoration: none;
}
.photo_lightboxIngram a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.photo_lightboxIngram .title{
	width: 100%;
	text-align: center;
	cursor: pointer;
	display: block;
}

.tblIngramDesc {
	margin: auto auto auto auto;
	background-color: #EEEEEE;
}
.tblIngramDesc td{
	text-align: center;
	background-color: #FFFFFF;
}
.tblIngramDesc th{
	text-align: center;
	background-color: #666666;
	color:#FFFFFF;
	font-weight: bold;
}
.tblIngramOrder {
	width: 490px;
	margin: 0px 10px 0px 0px;
}

.tblIngramOrder th{
	text-align: right;
	font-weight:normal;
	width: 110px;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}
.tblIngramOrder td{
	width: 350px;
	background-color: #EEEEEE;
}

.tblIngramForm {
	width: 490px;
	margin: 0px 10px 0px 0px;
}

.tblIngramForm th{
	text-align: right;
	font-weight:normal;
	width: 110px;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}
.tblIngramForm td{
	text-align: left;
	width: 350px;
	background-color: #EEEEEE;
}

.homeMainPhoto {
  border:1px solid #859AB7;
  }
  
.homeSection {
  margin-top:5px;
  margin-bottom:0px;
  }

.homeSectionL,.homeSectionC ,.homeSectionR {
  float:left;
  border:1px solid #859AB7;
  width:199px;
  height:219px;
  margin-bottom:0px;
  }

.homeSectionTitle {
  height:37px;
  text-align:center;
  color:white;
  font-size:11pt;
  font-weight:bold;
  line-height:11pt;
  }

.homeSectionTitleJumpF, .homeSectionTitleJumpC, .homeSectionTitleJumpP, .homeSectionTitleJumpRed {
  padding-top:5px;
  padding-bottom:5px;
  height:20px;
  width:613px;
  text-align:left;
  color:white;
  font-size:11pt;
  font-weight:bold;
  line-height:11pt;
  }

#titlePadding {
  height:10px;
  clear:both;
  }

.homeSectionC {
  margin-left:6px;
  margin-right:6px;
  }

.homeSectionL .homeSectionTitle, .homeSectionTitleJumpF {
  background-color:#9BC533;
  }
.homeSectionC .homeSectionTitle, .homeSectionTitleJumpC {
  background-color:#6DBAF2;
  }
.homeSectionR .homeSectionTitle, .homeSectionTitleJumpP {
  background-color:#FFB037;
  }
  
.homeSectionRed .homeSectionTitle, .homeSectionTitleJumpRed {
  background-color:#E6330A;
  }
  
.homeSectionContent {
  margin:10px;
  text-align:left;
  }
  
.homeSectionJump {
  margin-right:10px;
  text-align:right;
  font-weight:bold;
  }
  
.homeSectionJump a {
  font-weight:bold;
  }
  
.menuMain, .menuPred, .menuFoto, .menuCds, .menuVideo {
	float: right;
	height:18px;
	padding-left:10px;
	padding-right:10px;
	margin-right:0px;
	padding-top:4px;
  }  
  
.menuPred {
  background-color:#FFB037;
}
.menuVideo {
  background-color:#E6330A;
}
.menuFoto {
  background-color:#9BC533;
}
.menuCds {
  background-color:#6DBAF2;
}
  
#menuContainerW a {
	color:white;
	font-weight:bold;
  }  
  
#menuContainerW a:hover {
	color:black;
  }  
  
#menuContainerR a {
	font-weight:bold;
  }  
  
#graystyle .blueTitle {
  font-size:10pt;
  font-weight:bold;
  color:#32A0EB;
  }

.margedLi {
	margin-left:10px;
}

.margedLi li {
	margin-left:0px;
	margin-bottom:10px;
}

.dlComment {
	width:120px;
	background-color:#A9DE92;
}

.keyword {
	float:left;
	width:150px;
	font-size:xx-small;
}

.keywordchecker {
	font-size:xx-small;
	text-align: center;
	margin-top: 25px;
}

.samphotoWithSPP {
	width:1000px;
}

.samphotoSPPOuter {
	width:183px;
	float:right;
}

.samphotoSPPTop {
	height:67px;
}

.samphotoSPP {
  border:1px solid #859AB7;
  background-color: #EFFACC;
  text-align: center;
  height:1133px;
}

.blueA {
	color:#0435C2;
	font-weight: bold;
}

.blueA:hover {
	color:black;
	font-weight: bold;
}

