html, body { 
	background-repeat:repeat;
	margin:0px;
	height: 100%;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
}

img {
	display:inline;
	border:0px;
}

form {
    margin: 0px;
    padding: 0px;
}

a {
	color: #f06bbc;
}

h2 {
	font-size: 25px;
	font-weight: normal;
	display: inline;
}


h3 {
	font-size: 20px;
	font-weight: bold;
}

h4 {
	color: #f06bbc;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #7a7a7a;
}

.error {
    color: red;
}

.page-control-totals {
    font-size: 8pt;
}

.page-control-pages {
    font-size: 8pt;
}

/* new pagination style */
table.pagination {
    width: 50%;
}

.pagination-totals {
    font-size: 8pt;
}

td.pagination-pages {
    font-size: 8pt;
    width: 1%;
}

td.pagination-left {
    width: 10px;
    height: 8px;
    background-image: url(../images/little_red_arrow_left.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

td.pagination-right {
    width: 10px;
    height: 8px;
    background-image: url(../images/little_red_arrow_right.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

table.form_table th {
    text-align: left;
}
table.form_table th,
table.form_table td {
    padding-bottom: 4px;
}

#footer {
	color: #ffffff;
	font-size: 10px;
	padding: 20px 0 50px 0;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
	font-weight: normal;
}

#copyright {
	float: right;
	display: inline;
}

#submenu {
	background-color: black;
	border:5px solid #ffffff;
}

#submenu a {
	color: #ffffff;
	padding: 10px;
	text-decoration: none;
	font-weight: normal;
}

#submenu a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #f06bbc;
}

#submenu a.active {
    color: #f06bbc;
	text-decoration: none;
}

.addons {
	background-color: black;
	color: #ffffff;
	/* border:5px solid #ffffff; */
}

.addons th {
	font-weight: normal;
	color: #f06bbc;
	padding: 5px 10px 5px 10px;
	text-align: left;
	border-bottom: 1px solid #7a7a7a;
}

.addons td {
	padding: 20px;
	border-bottom: 10px solid #ffffff;
}

.addons td .recommended td
{
    padding: 4px 4px 8px; 
    border: none;
}

.cb td {
	text-align: justify;
	line-height: 200%;
}

.cb_list td {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

.cb_contact {
	color: #ffffff;
}

.cb_contact td {
	padding: 10px 0 10px 0;
	line-height: 150%;
}

.cb_title {
	font-size: 16px;
	font-family: Verdana, Tahoma;
}

.map_title {
	font-size: 14px;
	color: #ffffff;
}

.cat_img {
	border: 1px solid #000000;
	width:135px;
	height:135px;
	margin: 10px 0 5px 0;
	display: block;
	/* cursor: pointer; */
}

.gallery_img {
	border: 1px solid #000000;
	display: block;
	margin: 5px;
}


.store_menu {
	border-left:5px solid #ffffff;
	border-top:5px solid #ffffff;
	border-right:5px solid #ffffff;
	border-bottom: 1px solid #666666;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 5px;
}

.store_menu a {
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.store_menu a:hover {
	color: #333333;
	text-decoration: underline;
}

.a_store a {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

.a_store a:hover {
	color: #000000;
}

.login {
	width: 150px;
	margin-bottom: 5px;
}


.ord-table {
  background-color: #666666;
}

.ord-table th {
  	background-color: #000000;
	color: #ffffff;
}

.ord-table td {
  background-color: #ffffff;
}

ul.gallery_categories {
  padding-left: 10px;
  line-height: 20px;
}

ul.gallery_categories li a {
  color: #FFFFFF;
}

ul.gallery_categories li.active a {
  color: #F06BBC;
}



.show
{
	display:block;
}

.hidden
{
	display:none;
}